Merge branch 'feature/bash-logging-filter/BK-2020-02' of https://zdv2.bktei.com/gitwe...
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 16 Oct 2020 22:41:44 +0000 (22:41 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 16 Oct 2020 22:41:44 +0000 (22:41 +0000)
1  2 
exec/bklog-plan.org

index 9afaea9e3dcc44654876372656119a05b968bb98,18bdf42467460ca1e475f87f4d13be4a1e1e97d2..3b7f5f5460fbb0f4a3cfe374515943a577eebaac
@@@ -87,13 -87,12 +87,19 @@@ closed
  
  *** 2020-07-14T22:25Z; bktei> 
  Possible solution using ~dd~, ~od~, and ~if [ -z string ]~ [[https://unix.stackexchange.com/a/33055][here]].
 -** TODO Support configuration file
 +** TODO Support configuration file for storing options
 +*** 2020-07-15T23:48Z;bktei>
 +Support storing options in a ~$HOME/.config/bklog/options.conf~ file
 +so individual calls to ~bklog~ don't have to be so long. Aliases can
 +be used instead to make ~bklog~ calls shorter, but cron jobs don't
 +necessarily source alias files. Explicitly reading options from a
 +configuration file would be more reliable, although it complicates
 +usage of ~bklog~.
+ *** 2020-07-20T01:45Z; bktei>
+ It should be possible to specify options via a configuration file
+ stored within a ~~/.config/~ directory instead of specifying options
+ each time ~bklog~ is called. This feature would simplify use of
+ ~bklog~ in situations where specifying options is tiresome and only
+ quick / one-off use of ~bklog~ is needed.
  * bklog narrative