abhimanyu003 / sttr

cross-platform, cli app to perform various operations on string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enhancement: show sub command hints in menu

coolaj86 opened this issue · comments

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.

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

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 🎉