summaryrefslogtreecommitdiff
path: root/main.fish
diff options
context:
space:
mode:
Diffstat (limited to 'main.fish')
-rwxr-xr-xmain.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.fish b/main.fish
index 9481407..bec1c71 100755
--- a/main.fish
+++ b/main.fish
@@ -33,6 +33,11 @@ if test "$argv[1]" = change-wallpaper
exit
end
+if test "$argv[1]" = pip
+ ./pip.fish $argv[2..]
+ exit
+end
+
test "$argv[1]" != help && error "Unknown command: $argv[1]"
echo 'Usage: caelestia COMMAND'