meowj & catj, but in Python.
python -m pip install tabbyj
- Install Poetry
git clone https://github.com/nint8835/tabbyj.git
cd tabbyj
poetry install
Please note that this will create a virtualenv and install the package into it. If you wish to use the package globally, please install it via Pip.
Tabbyj allows the user to simply pipe data into it in order to process it. For example:
curl https://api.github.com/gists | tabbyj
Tabbyj allows the user to easily read the data to process from a file via a command line argument. For example:
tabbyj --file example.json