Skip to content

nielsbosma/TextTransformer

Repository files navigation

TextTransformer

TestTransformer in a Windows application that works like this:

  1. Select text in any application
  2. Press CTRL+ALT+NUMPAD3
  3. An popup is shown with available transformations
  4. Select a transformation and press enter
  5. The transformed text is pasted back into your original application and replaces your selected text

Code is heavily inspired by FireKeys.

#Transformers

  • Calculate ("2+2" => "4)
  • Capitalize
  • Guid
  • HTML decode
  • HTml encode
  • Lowercase
  • Md5
  • Normalize whitespace
  • Strip tags
  • Uppercase
  • URL decode
  • URL encode
  • VSLinq2SqlParamsToTSQL

About

Transforms selected text in any Windows application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages