Skip to content

A lightweight collection of command-line utilities designed to simplify everyday computer tasks.

License

Notifications You must be signed in to change notification settings

kelvinampofo/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

utils

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

Usage

For a manual on each program, run:

<tool-name> --help

About

A lightweight collection of command-line utilities designed to simplify everyday computer tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages