A set of bash functions to help the CLI workflow. All functions are prefixed with . such as
.dump.hex, a function that dumps input to the standard output as a hexadecimal string. To display
all available functions, just type .<Tab><Tab> after sourcing load.bash and shell completion
should do the job. You can also extend dotenv by creating a folder named local inside src and
storing your files there (this folder is already ignored in .gitignore).
Simply source load.bash from within a bash session.
git clone https://github.com/hiatus/dotenv
. dotenv/load.bashAlternatively, you can source dotenv inside ~/.bashrc to make functions available by default on
all bash sessions.