0.3.1 • Published 3 years ago
kl1 v0.3.1
kl1
CLI items launcher
- macOs apps
- run shell commands (aka
alias) - open urls (aka
bookmarks)
⚙️ setup
# 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 items
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
Removing items is done by selecting - remove option and multi-selecting items from the list.
🚀 main screen
- items[]
- _id
- name
- type [cli_command run, app launch, browser link]
- + add
- - remove🛠️ development
clone the repo
❯ git clone https://github.com/frenchbread/k.git && cd kinstall dependencies
❯ npm istart
❯ npm run startbuild
❯ npm run build