mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
License
- fish completion
This commit is contained in:
parent
6aeed144ef
commit
af2a29ce3b
1 changed files with 22 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Taskwarrior <http://taskwarrior.org> tab completions for the Fish shell
|
# tab completions for the Fish shell <http://fishshell.org>
|
||||||
# <http://fishshell.org>.
|
#
|
||||||
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copy this script to ~/.config/fish/completions/task.fish, open a new shell,
|
# Copy this script to ~/.config/fish/completions/task.fish, open a new shell,
|
||||||
# and enjoy.
|
# and enjoy.
|
||||||
|
@ -11,14 +12,27 @@
|
||||||
# * Tags
|
# * Tags
|
||||||
# * Attribute names and modifiers
|
# * Attribute names and modifiers
|
||||||
#
|
#
|
||||||
# License:
|
|
||||||
# Copyright 2009 - 2011 Mick Koch <kchmck@gmail.com>
|
# Copyright 2009 - 2011 Mick Koch <kchmck@gmail.com>
|
||||||
#
|
#
|
||||||
# This script is free software. It comes without any warranty, to the extent
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# permitted by applicable law. You can redistribute it and/or modify it under
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
# the terms of the Do What The Fuck You Want To Public License, Version 2, as
|
# in the Software without restriction, including without limitation the rights
|
||||||
# published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
# details.
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included
|
||||||
|
# in all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
|
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
# SOFTWARE.
|
||||||
|
#
|
||||||
|
# http://www.opensource.org/licenses/mit-license.php
|
||||||
|
|
||||||
function __fish.task.bare
|
function __fish.task.bare
|
||||||
test (count (commandline -c -o)) -eq 1
|
test (count (commandline -c -o)) -eq 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue