https://github.com/evbots/shell_wallet
Store and use your common shell commands
https://github.com/evbots/shell_wallet
Last synced: 12 months ago
JSON representation
Store and use your common shell commands
- Host: GitHub
- URL: https://github.com/evbots/shell_wallet
- Owner: evbots
- License: mit
- Created: 2023-09-24T19:05:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T16:50:37.000Z (over 2 years ago)
- Last Synced: 2025-02-05T16:15:53.508Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shell_wallet
Store and use your common shell commands. Tested on bash and zsh.
## How to use
1. Clone this repo.
2. `cd` to where the folder that was cloned. Run: `chmod +x shell_wallet.sh`.
3. In the folder where the repo was cloned, created a `commands.txt`.
4. Add your commands to `commands.txt`. Each one should be on a new line.
5. Add this alias to your rc file (.bashrc or .zshrc) `alias shell_wallet="~/path/to/your/dir/shell_wallet.sh"` (replacing the example with the actual path).
Now you can type `shell_wallet` into your terminal emulator running bash or zsh. You should see a list of your commands with the ability to run it or copy it to your clipboard (example: `4` to copy or `4!` to run).