CLI items launcher
- macOs apps
- run shell commands (aka
alias) - open urls (aka
bookmarks)
# install
❯ npm i kl1 -g
# run
❯ kl1You can alias it into something shorter e.g. k. Or add a workflow (e.g. keybind) that starts terminal sesh (window) with this command.
Adding is done by selecting + add option and filling out prompt fields:
- type
app(onlymacOscurrently supported)- select app
cli command- shell script
href- url
- name
Removing items is done by selecting - remove option and multi-selecting items from the list.
- items[]
- _id
- name
- type [cli_command run, app launch, browser link]
- + add
- - remove
clone the repo
❯ git clone https://github.com/frenchbread/k.git && cd kinstall dependencies
❯ npm istart
❯ npm run startbuild
❯ npm run build