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

enhancement: show sub command hints in menu #34

Closed
coolaj86 opened this issue Mar 16, 2023 · 2 comments
Closed

enhancement: show sub command hints in menu #34

coolaj86 opened this issue Mar 16, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@coolaj86
Copy link

Current:

   Ascii85 / Base85 Decoding
   Decode your text to Ascii85 ( Base85 ) text

   Ascii85 / Base85 Encoding
   Encode your text to Ascii85 ( Base85 )

   Base32 Decode
   Decode your base32 text

   Base32 Encoding
   Encode your text to Base32

   Base64 Decode
   Decode your base64 text

   Base64 Encoding
   Encode your text to Base64

Desired:

   Ascii85 / Base85 Decoding (ascii85-decode)
   Decode your text to Ascii85 ( Base85 ) text

   Ascii85 / Base85 Encoding (ascii85-encode)
   Encode your text to Ascii85 ( Base85 )

   Base32 Decode (base32-decode)
   Decode your base32 text

   ...

Or something like that.

@abhimanyu003
Copy link
Owner

Thanks so much, this is a great idea. I'm looking at possible solutions for this

@abhimanyu003
Copy link
Owner

Thanks so much again for the suggestion.

This is now added in commit 9aa2088

Will do a tagged release soon.

Screenshot:

image

If you think there is something, feel free to open this issue again 🎉

@abhimanyu003 abhimanyu003 added the enhancement New feature or request label Apr 6, 2023
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