diff options
| author | Fuwn <[email protected]> | 2023-07-17 14:54:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-17 14:54:46 -0700 |
| commit | 26e4c1fd20ea250cb1a17cd18edcfeb66f34ba42 (patch) | |
| tree | 5919af8018fbc9140ff920e11e21f3b70e1ea2a9 /src/bashly.yml | |
| parent | feat(bashly): dependencies (diff) | |
| download | kaguya-26e4c1fd20ea250cb1a17cd18edcfeb66f34ba42.tar.xz kaguya-26e4c1fd20ea250cb1a17cd18edcfeb66f34ba42.zip | |
feat(watch): watch command
Diffstat (limited to 'src/bashly.yml')
| -rw-r--r-- | src/bashly.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bashly.yml b/src/bashly.yml index 17d99ae..2a83181 100644 --- a/src/bashly.yml +++ b/src/bashly.yml @@ -34,6 +34,17 @@ commands: - name: search repeatable: true + - name: watch + alias: w + dependencies: [ani-cli] + args: + - name: search + repeatable: true + + flags: + - long: --dub + short: -d + - name: x dependencies: [xdg-open, curl, echo, tr, jq] |