abhimanyu003 / sttr

cross-platform, cli app to perform various operations on string
MIT License
955 stars 31 forks source link

enhancement: show sub command hints in menu #34

Closed coolaj86 closed 1 year ago

coolaj86 commented 1 year ago

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 commented 1 year ago

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

abhimanyu003 commented 1 year ago

Thanks so much again for the suggestion.

This is now added in commit 9aa2088d404c29e3d1f059b8b7713f2d93290720

Will do a tagged release soon.

Screenshot:

image

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