-
Notifications
You must be signed in to change notification settings - Fork 1
/
.log
37 lines (28 loc) · 1.21 KB
/
.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Sat,20 Dec 2014 22:51:35 -0500
NO: Should -w really do something different the two error cases of "bad $notes" vs
"this one note doesn't exist"?
Sat,20 Dec 2014 12:52:22 -0500
DONE: Use POSIX parameter expansion to strip paths and file extension suffixes from
output instead of sed. Will this require a "strip" function to make it clean in
pipelines?
DONE: Also, how about allowing n -w to output nonexistent paths in addition to an
error message on stderr and an error exit code? This way, n -w could be used by
other programs to create files.
Fri,19 Dec 2014 15:07:23 -0500
improve search_notes() to search multiword search strings separately and
whole-ly
Thu,18 Dec 2014 21:54:44 -0500
How about some 'set' magic to allow multiple arguments in the positional
parameters while preserving the ability to put options and flags out of order?
for arg in $@
if arg is opt
remove it
else
continue
parsing is done, do program
Thu,18 Dec 2014 21:48:41 -0500
DONE: Return exit status so that output of -w can be parsed reliably. Also, write
errors to stderr
Thu,11 Dec 2014 21:42:57 -0500
ANNOYING, not doing: If there is an argument without a command flag, check if it is a path in
note_path, and if it is, open it in $EDITOR.