CLI for Base64?
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 44
- Forks
- 27
- Avg merge
- 7h 20m
- Merged PRs (30d)
- 1
Description
I'm thinking of building a CLI for Base64 that would be a classic filter: take input from stdin and put output onto stdout. Later enhancements could add input from files (CL arguments).
Would this be useful?
The GNU base64 command has these options:
-d, --decode decode data
-i, --ignore-garbage when decoding, ignore non-alphabet characters
-w, --wrap=COLS wrap encoded lines after COLS character (default 76).
Use 0 to disable line wrapping
--help display this help and exit
--version output version information and exit
Would those be the right ones for us?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named; first review the repository layout and existing command-line conventions to determine where a filter would belong. Define the supported stdin/stdout behavior and GNU-compatible options before implementation, then verify the agreed CLI behavior with tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100