Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 719 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 719 Bytes

⚡️ quickshell ⚡️

Fast select day-to-day commands, because ⏰ is 💰!

Getting started

Your frequent commands will be stored in ~/.quickshell

# install
make install
# add your command
qsh --add
# run and have fun
qsh

Usage

> quickshell --help
> qsh --help

⚡️ quickshell ⚡️

Fast select day-to-day commands, because ⏰ is 💰!

    --add, -a: Add a new command to the list

    --remove, -r: Remove a command from the list

    --list, -l: List all registered commands

    --edit, -e: Edit your command list in ~/.quickshell

    --help, -h: Show this help message

Uninstall

make uninstall