diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-14 13:57:25 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-14 13:57:25 +1200 |
commit | 1afa7209675a91875229fbe4ec07f84cbd45bac0 (patch) | |
tree | 23de16888a5c0e35cd86633bd70aa32c013f212b /man/man1/td.1 | |
parent | Strip trailing newline (diff) | |
download | dotfiles-1afa7209675a91875229fbe4ec07f84cbd45bac0.tar.gz dotfiles-1afa7209675a91875229fbe4ec07f84cbd45bac0.zip |
Add per-file editing and completion for td(1)
I have "todo", "comp", and "writ".
Diffstat (limited to 'man/man1/td.1')
-rw-r--r-- | man/man1/td.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/td.1 b/man/man1/td.1 index 713555ce..ea3f9095 100644 --- a/man/man1/td.1 +++ b/man/man1/td.1 @@ -1,12 +1,12 @@ -.TH TD 1 "February 2016" "Manual page for td" +.TH TD 1 "June 2016" "Manual page for td" .SH NAME .B td -\- manage a to-do file +\- manage to-do files .SH SYNOPSIS -.B td [EDITOR_OPTS] [--] +.B td [FILENAME] .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). +Edit to-do files in ~/Todo, defaulting to a file just named "todo", +automatically maintaining a changelog via git(1). .SH SEE ALSO git(1) .SH AUTHOR |