aboutsummaryrefslogtreecommitdiffstats
path: root/fish2025/functions/jrnl.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2025/functions/jrnl.fish')
-rw-r--r--fish2025/functions/jrnl.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2025/functions/jrnl.fish b/fish2025/functions/jrnl.fish
new file mode 100644
index 0000000..aa21768
--- /dev/null
+++ b/fish2025/functions/jrnl.fish
@@ -0,0 +1,4 @@
+function jrnl --wraps='uv run ~/code/python/journal-tools/update_journal.py' --description 'alias jrnl=uv run ~/code/python/journal-tools/update_journal.py'
+ uv run ~/code/python/journal-tools/update_journal.py $argv
+
+end