A script for simple string manipulations.
- Shell 51.1%
- Python 48.9%
| LICENSE | Initial commit | |
| README.md | Updates documentation. | |
| text.py | Adds support for alternating capitalisation. | |
| text.sh | Adds support for alternating capitalisation. | |
This script manipulates text inputs to various output transformations:
- Alternating capitalisation
- Morse code
- Superscript
Run either of the following from a command line to receive a translated output. Executing with --help will present all avilable options.
# Bash
bash text.sh <option>
# Python
python text.py <option>