diff options
| author | Fuwn <[email protected]> | 2024-01-18 22:05:30 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-18 22:05:30 -0800 |
| commit | 5995c5bff76b84866f446d7e26ec40d17bec1a7e (patch) | |
| tree | 5ab7a77d751c431fb05336f17f3a966213573830 /src | |
| parent | feat: recommendations (diff) | |
| download | tama-5995c5bff76b84866f446d7e26ec40d17bec1a7e.tar.xz tama-5995c5bff76b84866f446d7e26ec40d17bec1a7e.zip | |
feat: current
Diffstat (limited to 'src')
| -rw-r--r-- | src/bashly.yml | 3 | ||||
| -rw-r--r-- | src/current_command.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/bashly.yml b/src/bashly.yml index b6f3b73..9685972 100644 --- a/src/bashly.yml +++ b/src/bashly.yml @@ -12,6 +12,9 @@ commands: - name: upcoming alias: u help: Upcoming anime + - name: current + alias: c + help: Currently airing anime - name: search alias: s args: diff --git a/src/current_command.sh b/src/current_command.sh new file mode 100644 index 0000000..1e7cb98 --- /dev/null +++ b/src/current_command.sh @@ -0,0 +1 @@ +print "/current" |