An open API service indexing awesome lists of open source software.

https://github.com/samasaur1/helpme

A little tool to help you remember some command-line tidbits
https://github.com/samasaur1/helpme

hacktoberfest helpme python python3

Last synced: about 1 year ago
JSON representation

A little tool to help you remember some command-line tidbits

Awesome Lists containing this project

README

          

# helpme
Run `sh install.sh` to install all the parts of helpme. Then run `helpme-create [TOPIC]` to create helpmes, `helpme [TOPIC]` to read it, `helpme-delete` and `helpme-edit` are obvious. You should never need to manually run either of the completion scripts.

If you don't have anything in `~/.bash_completion.d/`, you may need to add `source .bash_completion` to `.bash_profile` and add this script to your home directory:
```bash
for bcfile in ~/.bash_completion.d/* ; do
source $bcfile
done
```
as `.bash_completion`