Compare commits

..

2 Commits

Author SHA1 Message Date
ea9139f77f feat(completion): Add autocompletion for tea
`tea` is the command line tool for Gitea.
2025-10-02 22:41:47 +02:00
15a56af2c8 chores(completion): spaces 2025-10-02 22:40:57 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/bash
if (command -v flux &>/dev/null); then

5
completion.d/tea Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
if (command -v tea &>/dev/null); then
source <(tea completion bash)
fi