forked frommarkwu/todo-cli-plugins
- Notifications
You must be signed in to change notification settings - Fork0
todotxt/plugin-view
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
view
addon fortodotxt-cli
Show todo items containingTERM
, grouped by[OPTION]
, and displayed in priority order. If noTERM
provided, displays entiretodo.txt.
git submodule add https://github.com/todotxt/plugin-view.git $TODOTXT_DIR/actions/view
$ todo.sh view help Usage $ todo.sh view [OPTION] [TERM] Options project Show todo items group by project context Show todo items group by context date Show todo items group by date nodate Show todo items group by date without date past Show todo items group by date from today to past future Show todo items group by date from today to future today Show todo items group by date only today yesterday Show todo items group by date from today to yesterday tomorrow Show todo items group by date from today to tomorrow ?length Show todo items group by date from today to ?length ? could be signed(+-) or unsigned numbers. Length could be (days|weeks|months|years) Examples $ todo.sh view project # Show todo items grouped by project $ todo.sh view project @context # Show todo items grouped by project and filtered by @context $ todo.sh view context # Show todo items grouped by context $ todo.sh view date +project # Show todo items grouped by date and filtered by +project $ todo.sh view -3days # Show todo items grouped by date from today to 3days before today $ todo.sh view 4weeks # Show todo items grouped by date from today to 4weeks after today
- On OSX/macOS, the
date
command does not match the Linuxdate
command. To fix this, installcoreutils
view brew
brew install coreutils
- Mark Wu - Original Author
- Ali Karbassi - todotxt maintainer
- Inspired by and based on Paul Mansfield'sprojectview
GPL3
About
Plugins for Todo.txt CLI
Resources
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Shell100.0%