Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different cases and files as input #24

Closed
Soussef24 opened this issue Mar 3, 2023 · 1 comment
Closed

Support different cases and files as input #24

Soussef24 opened this issue Mar 3, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Soussef24
Copy link

No description provided.

@r3nt0n r3nt0n added the enhancement New feature or request label Mar 4, 2023
@r3nt0n r3nt0n self-assigned this Mar 4, 2023
@r3nt0n r3nt0n changed the title Doesn't take the case into consideration, Doesn't support an input file Support different cases and files input Mar 4, 2023
@r3nt0n r3nt0n changed the title Support different cases and files input Support different cases and files as input Mar 4, 2023
r3nt0n added a commit that referenced this issue Sep 2, 2024
…riginal word, addressing #30 and partially #24)

- Including new basic case transform operations
- Implementing extensive case transform mode
- Fixing typos
@r3nt0n
Copy link
Owner

r3nt0n commented Sep 2, 2024

The last commit should address the case issue.

Regarding the feature request to support files as input, I don't think it fits the purpose of this tool. However, if you really need to satisfy that use case, can be achieved with something like this:

bopscrk -w $(sed ':a;N;$!ba;s/\n/,/g' ./input-words.txt) ...

I hope it helps!

@r3nt0n r3nt0n closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants