Skip to content
/ dotenv Public

A set of bash functions to help the CLI workflow.

Notifications You must be signed in to change notification settings

hiatus/dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotenv

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).

Installation

Simply source load.bash from within a bash session.

git clone https://github.com/hiatus/dotenv
. dotenv/load.bash

Alternatively, you can source dotenv inside ~/.bashrc to make functions available by default on all bash sessions.

About

A set of bash functions to help the CLI workflow.

Topics

Resources

Stars

Watchers

Forks

Languages