This commit is contained in:
2025-04-24 12:02:34 -07:00
parent 857cb3060a
commit b085961c31
3 changed files with 35 additions and 7 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/sh
TODO_FILE="$HOME/docs/todo.txt"
ARCHIVE_FILE="$HOME/docs/todo-archive.txt"
TODO_FILE="$HOME/docs/todo/todo.txt"
ARCHIVE_FILE="$HOME/docs/todo/todo-archive.txt"
TODAY="$(date +%Y-%m-%d)"
case "$1" in
@@ -12,7 +10,7 @@ case "$1" in
echo "($TODAY) $*" >> "$TODO_FILE"
echo "Added: ($TODAY) $*"
;;
lsa)
la)
nl -w2 -s'. ' "$TODO_FILE"
;;
ls)