A lightweight collection of command-line utilities designed to simplify everyday computer tasks.
logbook — Manage a project-specific logbook in markdown.
Installation:
mkdir -p ~/Developer
cd ~/Developer
git clone git@github.com:kelvinampofo/utils.git
# Add to PATH in your shell configuration (e.g., ~/.bashrc or ~/.zshrc)
echo 'export PATH=$PATH:$HOME/Developer/utils/bin' >> ~/.bashrc # or ~/.zshrc
source ~/.bashrc # or source ~/.zshrc
For a manual on each program, run:
<tool-name> --help