summaryrefslogtreecommitdiff
path: root/etc/completions/_np
diff options
context:
space:
mode:
Diffstat (limited to 'etc/completions/_np')
-rw-r--r--etc/completions/_np9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/completions/_np b/etc/completions/_np
new file mode 100644
index 0000000..d61baa9
--- /dev/null
+++ b/etc/completions/_np
@@ -0,0 +1,9 @@
+#compdef np
+
+local arguments
+
+arguments=(
+ '::mode:(file artist album song)'
+)
+
+_arguments -s $arguments