diff options
| author | Fuwn <[email protected]> | 2023-07-17 14:50:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-17 14:50:57 -0700 |
| commit | f777a631793a2c864641eabbe14e51ef4a4cc179 (patch) | |
| tree | f029840e59103167aa629eab54d88a105e32a621 | |
| parent | feat: anilist subcommand as default (diff) | |
| download | kaguya-f777a631793a2c864641eabbe14e51ef4a4cc179.tar.xz kaguya-f777a631793a2c864641eabbe14e51ef4a4cc179.zip | |
feat(bashly): dependencies
| -rw-r--r-- | src/bashly.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bashly.yml b/src/bashly.yml index e26406e..17d99ae 100644 --- a/src/bashly.yml +++ b/src/bashly.yml @@ -5,31 +5,38 @@ version: 0.1.0 commands: - name: anichart alias: ac + dependencies: [xdg-open] - name: myanimelist alias: mal + dependencies: [xdg-open] args: - name: profile - name: anilist alias: al default: force + dependencies: [xdg-open] args: - name: profile - name: crunchyroll alias: cr + dependencies: [xdg-open] args: - name: search repeatable: true - name: hidive alias: hd + dependencies: [xdg-open] args: - name: search repeatable: true - name: x + dependencies: [xdg-open, curl, echo, tr, jq] + args: - name: title required: true |