https://github.com/alexherbo2/krabby-launchlet
A Krabby plugin to run commands by name with Launchlet
https://github.com/alexherbo2/krabby-launchlet
krabby launchlet plugin
Last synced: 2 months ago
JSON representation
A Krabby plugin to run commands by name with Launchlet
- Host: GitHub
- URL: https://github.com/alexherbo2/krabby-launchlet
- Owner: alexherbo2
- License: unlicense
- Created: 2019-10-26T10:05:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T16:56:36.000Z (about 5 years ago)
- Last Synced: 2025-02-01T22:28:46.623Z (4 months ago)
- Topics: krabby, launchlet, plugin
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
Awesome Lists containing this project
README
# [Launchlet] for [Krabby]
[Krabby]: https://krabby.netlify.app
[Launchlet]: https://launchlet.devA [Krabby] plugin to run commands by name with [Launchlet].
## Installation
Edit your manifest and `fetch` files.
`~/.config/krabby/fetch`
``` sh
fetch https://launchlet.dev/launchlet.js
fetch https://launchlet.dev/launchlet.css
fetch https://github.com/alexherbo2/krabby-launchlet/raw/master/src/krabby/launchlet.js krabby/launchlet.js
````~/.config/krabby/manifest/common.json`
``` json
{
"content_scripts": [
{
"js": [
"packages/launchlet.js",
"packages/krabby/launchlet.js"
],
"css": [
"packages/launchlet.css"
]
}
]
}
```Run the following in your terminal:
``` sh
cd ~/.config/krabby
make
```## Usage
Press Alt + F1 to run commands by name.