Changes
1 changed files (+10/-0)
-
fish/functions/todo.fish (new)
-
@@ -0,0 +1,10 @@function todo -d "Manage todo lists" switch $argv[1] case + echo "$argv[3],$(date -Is)," >> $argv[2] case - sed -i "$argv[3]s/\$/$(date -Is)/" $argv[2] case = rg ',$' $argv[2] end end
-