1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
bfcd5e48aa Add license information 2022-10-17 22:37:32 -07:00
e9a94db05e Send error output to ‘/dev/null’
Latest Emacs development version seems to complain that ‘vc-mtn’ is deprecated,
but I don't use it and it interferes with the function of this script.
2022-09-25 22:57:27 -07:00
6e137bb1c9 Several fixes for ‘inbox-size’
- Make the header more robust. If we need to add more argumetns to the scsh
  command-line this will let us do that more easily in the future without having
  to change the header again.

- Don't ‘display’ the result of the call to ‘run’ because that should always be
  ‘0’, unless something went wrong. Regardless, it doesn't belong in the output
  of this program.

- Use ‘rx’ in Emacs to build the regular expression. This is easier to read,
  especially considering how many times a single ‘\’ has to be escaped (once for
  the string in scsh, and once more for the string in Emacs).
2022-03-03 01:20:50 -08:00
385176173a Show how many items there are in my GTD inbox 2022-01-20 21:48:24 -08:00