diff options
| author | Fuwn <[email protected]> | 2024-01-18 03:37:47 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-18 03:37:47 +0000 |
| commit | c77d08c6178c63b4c74873a9886ff91c2a4fdd1d (patch) | |
| tree | 080b7027159291abd5201ba5d8089bd45b93e0da /src/bashly.yml | |
| download | tama-c77d08c6178c63b4c74873a9886ff91c2a4fdd1d.tar.xz tama-c77d08c6178c63b4c74873a9886ff91c2a4fdd1d.zip | |
feat: initial release
Diffstat (limited to 'src/bashly.yml')
| -rw-r--r-- | src/bashly.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/bashly.yml b/src/bashly.yml new file mode 100644 index 0000000..fde8831 --- /dev/null +++ b/src/bashly.yml @@ -0,0 +1,16 @@ +name: tama +help: Command-line Hiruki Client +version: 0.1.0 +dependencies: [curl, echo, tr, jq, sed, mdcat] +commands: + - name: trending + alias: t + - name: popular + alias: p + - name: upcoming + alias: u + - name: search + alias: s + args: + - name: query + repeatable: true |