Project

viewchars

0.0
No release in over a year
See what codepoints are hiding behind a string, or what string might be hiding behind a list of numbers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Viewchars

Installation

  • Windows: install Windows Subsystem For Linux and a distribution of your choice, then from within that, follow the instructions for Linux.
  • Linux: follow your distribution's instructions for installing Rubygems. For example, in Ubuntu it's sudo apt install rubygems or in Manjaro it's pacman -Sy rubygems. Afterwards, install Viewchars with gem install viewchars.
  • macOS: install Brew, then open a terminal and install Rubygems with brew update followed by brew install brew-gem. Afterwards, install Viewchars with brew gem install viewchars.

Usage

Simply viewchars will output a short help message.

Try e.g. viewchars mary had a little lamb or viewchars -c -d forward -b dec 109 97 114 121 32 104 97 100 32 97 32 108 105 116 116 108 101 32 108 97 109 98 for either of the two usage modes, respectively.

Contributing

Bug reports and pull requests are more than welcome at https://github.com/sixtyfive/viewchars.

License

This gem is available as open source under the terms of the MIT License.