Commit Graph

28 Commits

Author SHA1 Message Date
Ivy Foster
ca8cef1660 Add $MBLAZE environment variable to set profile location
As a side benefit, all callers of blaze822_home_file need only pass
the filename, so the base directory is set in only one place.
2016-09-01 18:50:20 -05:00
Christian Neukirchen
8d3fa82d82 seq: blaze822_home_file: guard missing entry in /etc/passwd or empty $HOME 2016-09-01 20:56:54 +02:00
Christian Neukirchen
0c381fa2cb seq: blaze822_seq_cur: use void prototype 2016-09-01 15:42:35 +02:00
Christian Neukirchen
c9c5346e63 seq: add $MAILDOT to override the value of . 2016-08-09 18:55:29 +02:00
Christian Neukirchen
fd06b1d466 seq: exit with 2 on fatal parsing error 2016-08-08 14:23:34 +02:00
Christian Neukirchen
f3c6724830 seq: parse_parent: bump previndent size 2016-08-07 17:38:38 +02:00
Christian Neukirchen
1d67157f09 seq: add thread selectors 2016-08-05 20:05:24 +02:00
Christian Neukirchen
77d0498b6c seq: fix message number reporting when using iterdir 2016-08-04 20:20:15 +02:00
Christian Neukirchen
41474c2e68 rename .santoku to .mblaze 2016-08-01 19:36:23 +02:00
Christian Neukirchen
2fc528e8ec seq: don't crash when cur link doesn't exist 2016-07-31 16:53:23 +02:00
Christian Neukirchen
122e0f4426 seq: blaze822_seq_next: fix mseq -n . 2016-07-28 23:10:32 +02:00
Christian Neukirchen
f28e1c0158 seq: parse .: correctly 2016-07-28 20:41:31 +02:00
Christian Neukirchen
5d9663a980 guard DT_* usage
It's a shortcut anyway, just leave it out
2016-07-26 18:17:12 +02:00
Christian Neukirchen
aa31382413 seq: blaze822_seq_next: special case for plain "."
It may be outside the sequence, still resolve it.
2016-07-26 17:14:40 +02:00
Christian Neukirchen
2b81707c51 rename map to seq
The old terminology didn't make much sense to users.
2016-07-26 16:55:55 +02:00
Christian Neukirchen
1a4bcc0e6d seq: rename iterfile to iterdir 2016-07-26 13:46:47 +02:00
Christian Neukirchen
be75b39123 seq: fix parsing of plain . 2016-07-24 23:10:58 +02:00
Christian Neukirchen
6c1e0d8d56 seq: add blaze822_loop1 for easier argument overriding 2016-07-23 00:25:18 +02:00
Christian Neukirchen
9a3d45785e seq: blaze822_loop: drop - for stdin (conflicts with .-1) 2016-07-22 21:28:51 +02:00
Christian Neukirchen
1547d2a0e2 seq: clean up
Found by clang-analyzer.
2016-07-21 20:24:37 +02:00
Christian Neukirchen
31b4db3580 seq: iterate over dirs and cur/ of maildirs 2016-07-20 19:25:00 +02:00
Christian Neukirchen
6aad1db77c seq: export blaze822_home_file 2016-07-20 14:10:47 +02:00
Christian Neukirchen
dd40aabd81 seq: guard misparse 2016-07-20 12:22:23 +02:00
Christian Neukirchen
9fc77fc4b8 seq: blaze822_loop: count file arguments too 2016-07-18 18:33:49 +02:00
Christian Neukirchen
a686b54594 seq: move map/cur to ~/.santoku 2016-07-18 18:32:12 +02:00
Christian Neukirchen
22f456a2a0 clean up header includes 2016-07-18 17:06:41 +02:00
Christian Neukirchen
08032f89ba seq: import most parts of mseq, make blaze822_loop resolve ranges 2016-07-18 00:09:35 +02:00
Christian Neukirchen
796531b22d mseq: extract code into seq.c 2016-07-17 21:51:41 +02:00