An application that allows to apply encoding, compression and hashing to generic input data. It is meant to be a handy tool for quick encoding/decoding tasks for data to be used in other applications. It aims to be a lightweight alternative to other tools that might take a long time to startup and should not have too many dependencies. It includes a GUI for easy interaction and integration in common workflows as well as a CLI that might be usefule for automation tasks.
pip3 install deen
Further information is available in the wiki.
There is a deen-git package available in the Arch User Repository (AUR).
See the wiki for basic and more advanced usage examples.
Bash completion can be enabled by adding the following line to your ~/.bash_profile
or .bashrc
:
source ~/path/to/deen-completion.sh
ZSH completion can be enabled by adding the following line to your ~/.zshrc
:
autoload bashcompinit && bashcompinit && source ~/path/to/deen-completion.sh