mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Fish
- Commented out (with explanations) features that can fill pages of output, which is probably not desirable (thanks to Jeremy John Reeder).
This commit is contained in:
parent
1a1bda18ce
commit
3a0f633948
1 changed files with 14 additions and 2 deletions
|
@ -289,5 +289,17 @@ __fish.task.complete command filter
|
|||
__fish.task.complete attr_value
|
||||
__fish.task.complete attr_name
|
||||
__fish.task.complete config
|
||||
__fish.task.complete task
|
||||
__fish.task.complete id with_description
|
||||
|
||||
# Uncomment the following line if you want tab-completion of task descriptions.
|
||||
# Warning: This often creates a list of suggestions which spans several pages,
|
||||
# and it usually pushes some of the commands and attributes to the end of the
|
||||
# list.
|
||||
|
||||
#__fish.task.complete task
|
||||
|
||||
# Uncomment the following line if you want tab-completion of task IDs outside
|
||||
# of the "depends" attribute. Warning: This often creates a list of
|
||||
# suggestions which spans several pages, and it pushes all commands and
|
||||
# attributes to the end of the list.
|
||||
|
||||
#__fish.task.complete id with_description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue