diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-10-01 18:44:52 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-10-01 18:44:52 +0200 |
commit | 54988a45971a2f0b2a4b77515546487f5235209b (patch) | |
tree | f3f4c07a61d73500562924793652fb6d217f168d | |
parent | 29531f9e58501ba0e75d890b19a024cb90f2313e (diff) | |
download | notyet-54988a45971a2f0b2a4b77515546487f5235209b.tar.gz notyet-54988a45971a2f0b2a4b77515546487f5235209b.tar.xz notyet-54988a45971a2f0b2a4b77515546487f5235209b.zip |
put into pd
-rwxr-xr-x | notyet | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/notyet b/notyet index 0157b5f..8ec739b 100755 --- a/notyet +++ b/notyet @@ -1,5 +1,10 @@ #!/usr/bin/env ruby -# notyet [-a] [-f FILE] [FILTER] - a todo tracker +# notyet [-a] [-e] [-f FILE] [FILTER] - a todo tracker +# +# notyet is in the public domain. +# To the extent possible under law, Leah Neukirchen <leah@vuxu.org> +# has waived all copyright and related or neighboring rights to this work. +# http://creativecommons.org/publicdomain/zero/1.0/ require 'date' |