Skip to content

madcodemonkey/Tool.StringTastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringTastic

StringTastic is a simple program to do the following tasks:

  • Import a list of files names by selecting them in a file selection dialog (right click on either rich text box)
  • Import a list of folder names by selecting them in a folder selection dialog (right click on either rich text box)
  • Compare a bunch of strings
  • Perform sort and trim operations on strings
  • Base64 encode/decode a string
  • Url encode/decode a string
  • Unencode the base64 encoded header and payload of a JWT token, but obviosuly not the signature portion
  • Generate GUIDs in two different formats

I normally use this program when

  • I'm building documentation and don't want to get file or folder names by hand.
  • I want to compare a list of strings and I don't want to put them into two files and use Beyond Compare to compare them.

About

StringTastic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages