diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-02-15 16:47:16 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-02-15 16:47:16 +1300 |
commit | 509b3d57668a819efe1a57ad48e7eec938689ea0 (patch) | |
tree | 74458ff9b50260cc47e48d49ea1da54506438199 /man/man1/td.1 | |
parent | A few more comments (diff) | |
download | dotfiles-509b3d57668a819efe1a57ad48e7eec938689ea0.tar.gz dotfiles-509b3d57668a819efe1a57ad48e7eec938689ea0.zip |
Discard Taskwarrior, replace with td(1)
Diffstat (limited to 'man/man1/td.1')
-rw-r--r-- | man/man1/td.1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/td.1 b/man/man1/td.1 new file mode 100644 index 00000000..74c64026 --- /dev/null +++ b/man/man1/td.1 @@ -0,0 +1,14 @@ +.TH TD 1 "February 2016" "Manual page for td" +.SH NAME +.B td +\- manage a to-do file +.SH SYNOPSIS +.B td [EDITOR_OPTS] [--] +.SH DESCRIPTION +Edit a to-do file with full path given in environment variable TODO (defaults +to ~/Todo/todo.markdown), and automatically maintain a changelog via git(1). +.SH SEE ALSO +git(1) +.SH AUTHOR +Tom Ryder <tom@sanctum.geek.nz> + |