CLI items launcher
- macOs apps
- run shell commands (aka
alias
) - open urls (aka
bookmarks
)
# install
❯ npm i kl1 -g
# run
❯ kl1
You 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
(onlymacOs
currently 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 k
install dependencies
❯ npm i
start
❯ npm run start
build
❯ npm run build