todo_cli 0.9.0+1 copy "todo_cli: ^0.9.0+1" to clipboard
todo_cli: ^0.9.0+1 copied to clipboard

A fully fledged, simple to use to do terminal app with a GUI

dart_todo #

A fully fledged, simple to use to do terminal app with a GUI. Written in dart.

Getting started #

# add todo
todo -a Pet the cat
todo --add Pet the cat
todo a Pet the cat
todo add Pet the cat
todo -f path/to/todo.md a Pet the cat

# use gui to manage todos
todo
todo -f path/to/todo.md

Example file #

The default file is .todo in the current directory, but one can be specified with the -f argument.

It is a "markdown"-like file, with only an unordered list of checkboxes, so it can be directly parsed by other software, if needed.

- [x] done
- [ ] not done

Command line options #

Option Description Default Example
--add, -a The dashes are optional. Adds a todo entry to the file. None todo a My todo title
--file, -f Specify path to use. May be relative path or absolute path. .todo todo -f my/todo.md
--quiet, -q Will not echo results in operations, such as confirmation for adding to do entry. false todo -q -a My todo title
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A fully fledged, simple to use to do terminal app with a GUI

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

dart_console, path

More

Packages that depend on todo_cli