aboutsummaryrefslogtreecommitdiff
path: root/openrussian.fish
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-08-21 23:20:37 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-08-21 23:20:37 +0200
commit42c8887f940997f653fe7877c35dd01cb11c828f (patch)
tree9d0ce363b5fafb2ffdab50f70419e4e9793ebe93 /openrussian.fish
parent0992c51b0e2af9542dedfac84c27548293c94f91 (diff)
downloadopenrussian-cli-42c8887f940997f653fe7877c35dd01cb11c828f.tar.gz
fixup: renamed openrussian.fish to openrussian-completion.fish (refs #6)HEADmaster
Diffstat (limited to 'openrussian.fish')
-rw-r--r--openrussian.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/openrussian.fish b/openrussian.fish
deleted file mode 100644
index b704885..0000000
--- a/openrussian.fish
+++ /dev/null
@@ -1,7 +0,0 @@
-function __fish_complete_openrussian
- set --local lang (commandline --current-process | string match --regex -- '-L..')
- set --local token (commandline --current-process --current-token)
- openrussian $lang -C $token 2>/dev/null
-end
-
-complete --command openrussian --arguments "-Len -Lde -V -p (__fish_complete_openrussian)"