I want a todo.md file in any project to track todos. That way I can use na from the CLI, but also TaskPaper or Obsidian as needed. I could add it to version control, but normally i want it gitignored
I use a .na.template file for git init to use to create that file. I'd like to also use na recursively with the -d depth command but it doesn't seem to work right. Maybe because of how I switched to .md extension. But the na next "*" command works to list all todo.md tasks.
na init
na add exampleTodo
na
lists actions
na move exampleTodo
will then prompt with a list of sections/projects to move to and you can select multiple
na finish exampleTodo (na unfinish)
marks as @done
na archive exampleTodo
marks @done and moves to archive project
na -d exampleTodo ? I think (delete)
na find searchPattern
na projects
na undo
Configuration
global config file: .na.rc
save new settings with the initcofig command