Crates.io | komando |
lib.rs | komando |
version | 0.1.1 |
source | src |
created_at | 2024-11-03 04:56:51.994769 |
updated_at | 2024-11-03 05:24:42.582087 |
description | A command line utility to better organize and keep track of your commands. |
homepage | |
repository | https://github.com/Vellyxenya/Komando |
max_upload_size | |
id | 1433390 |
size | 40,448 |
A command line utility to help you organize and easily access your commands.
Crates.io
Run:
cargo install komando
Then source your .bashrc
:
source ~/.bashrc
Verify the installation works by running:
komando --help
Run:
cargo build --release
sudo cp target/release/komando_exec /usr/local/bin/
And don't forget to source your .bashrc
:
source ~/.bashrc
Then verify the installation by running:
komando --help
Run:
komando --save
This will save the previous command entered in the terminal, along with the directory at which it was run.
Run:
komando --query <YOUR_QUERY>
This will search your saved commands for any command that contains the given query and list them. You will then be presented with an interactive terminal where you can choose the command using the UP
and DOWN
arrows.
After choosing the command with ENTER
, you can still edit it. At this point, hitting ENTER
will execute the selected command.
This project is licensed under the MIT License.