diff options
Diffstat (limited to '')
-rw-r--r-- | fish/completions/twdft.fish | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fish/completions/twdft.fish b/fish/completions/twdft.fish new file mode 100644 index 0000000..7474227 --- /dev/null +++ b/fish/completions/twdft.fish @@ -0,0 +1,6 @@ +#complete -c twdft -l create_inspection -d "Port Facility Name" -a "(twdft complete_site (commandline -cp))" +#complete -f -c twdft -d "Create inspection" -a "(twdft complete_site)" +complete -f -c twdft -d "Port Facility" -a "(twdft_complete_site)" +complete -f -c twdft -l inspectiondate -d "Inspection date" +complete -f -c twdft -l inspectiontime -d "Inspection time" +complete -f -c twdft -l opencard -d "Open inspection card in vim" |