ruby / ruby/base64

CLI for Base64?

Open
#24 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.