setcase

A cli tool to transform text to uppercase and lowercase.


 .gitignore     |   1 +-
 CMakeLists.txt |  47 ++++-
 LICENSE        |  21 ++-
 README.md      |  25 ++-
 build.sh       |  35 +++-
 env.sh         |   3 +-
 install.sh     |  33 +++-
 src/main.cc    |  81 +++++++-
 src/parg.hh    | 711 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/setcase.cc |  14 +-
 src/setcase.hh |  22 ++-
 11 files changed, 993 insertions(+)
Back to Top