Compare commits

...

2 Commits

Author SHA1 Message Date
xavier ea9139f77f feat(completion): Add autocompletion for tea
`tea` is the command line tool for Gitea.
2025-10-02 22:41:47 +02:00
xavier 15a56af2c8 chores(completion): spaces 2025-10-02 22:40:57 +02:00
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
if (command -v flux &>/dev/null); then if (command -v flux &>/dev/null); then
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
if (command -v tea &>/dev/null); then
source <(tea completion bash)
fi