aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben2025-07-17 20:00:48 +0200
committerben2025-07-17 20:00:48 +0200
commit2aa7fcbe387ac5424b90aa4d25472695e550180b (patch)
treee98760aea0fedb3eb5f8c6db1abfc95125af356b
parentd7d31b719f74c67177613e7a6d8b5568c287f086 (diff)
downloadfms-2aa7fcbe387ac5424b90aa4d25472695e550180b.tar.gz
fms-2aa7fcbe387ac5424b90aa4d25472695e550180b.tar.bz2
fms-2aa7fcbe387ac5424b90aa4d25472695e550180b.tar.xz
Add integration for Fish Shell
-rw-r--r--integration.fish10
1 files changed, 10 insertions, 0 deletions
diff --git a/integration.fish b/integration.fish
new file mode 100644
index 0000000..c47f916
--- /dev/null
+++ b/integration.fish
@@ -0,0 +1,10 @@
+function _notes_cmds
+ set RES_CMD (~/fms/fms.sh notes)
+ commandline -t "$RES_CMD"
+end
+
+function f
+ _notes_cmds
+end
+
+bind alt-l _notes_cmds