mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Update Fish completion to 1c3624015ee9aaba55f3b96851cc8e120a82545a
This commit is contained in:
parent
25185bcdb8
commit
57c9926af9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function __fish_timew_get_commands
|
|||
end
|
||||
|
||||
function __fish_timew_get_tags
|
||||
timew tags | tail -n+4 | cut -d'-' -f1
|
||||
timew tags | tail -n+4 | awk '{sub(/-([^-]*)$/, "\\1"); print}' | awk '!/^[[:space:]]*$/' | awk '{$1=$1};1' | awk '{ print "\'"$0"\'"}'
|
||||
end
|
||||
|
||||
function __fish_timew_get_ids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue