Save all your daily basis command lines with bm easily
- Clone the repo
git clone https://github.com/AlkindiX/bm.git - Copy
bmfile to one of your favorite locations. I prefer/usr/binfor system wide and/home/<Your name>/.local/bin/for your own chmod +x /path/to/bmto enable excution
- Python version 3 and up
| Argument | Description | Example |
|---|---|---|
bm b KEY ARGS,... |
Create a new bookmark with arguments | bm b ssh_myserver ssh root@192.168.0.5 |
bm KEY |
Launch your favorite code | bm ssh_myserver |
bm |
List bookmarked command lines. Every line indicated a registered command line | Just write bm |
bm r |
Remove an exist bookmark | bm r ssh_myserver |
This project is licensed under Apache 2.0 license