Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
A little tool to help you remember some command-line tidbits
- Host: GitHub
- URL: https://github.com/samasaur1/helpme
- Owner: Samasaur1
- Created: 2019-08-22T20:25:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T19:18:55.000Z (over 2 years ago)
- Last Synced: 2024-11-05T22:38:53.887Z (2 months ago)
- Topics: hacktoberfest, helpme, python, python3
- Language: Python
- Homepage: https://samasaur1.github.io/projects/helpme.html
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`