18 Commits

Author SHA1 Message Date
96ee649bf6 Change the logic around how we load our config.
The previous logic that was intended to find the first non-empty
filename that represented a valid file location was wrong. Replaced with
a simpler filter-based version.

Additionally, if the user provides a specific configuration filename, we
no longer fall back to the defaults if it is not found. Instead we just
err out and inform them that the file the specified was not found.
2022-04-02 08:45:30 -05:00
69177ffa17 Log locations when unable to load config.
When we can't find a config file, log all the locations we looked and
don't create a new file in $HOME/.ptkrc.

There is currently an intermittent bug in the config loading logic that
is leading to the default config file in $HOME/.ptkrc not being found
and then being overwritten with the default config. This is step one in
fixing it.
2022-03-19 08:49:26 -05:00
8b6405441a Support additional date and time formats (particularly YYYY-MM-DD). 2022-01-03 08:57:43 -06:00
aff927b4f4 Fix for Nim 1.6.2 2021-12-20 17:42:55 -06:00
7c7695b891 Update for migration from jdb-labs -> jdb-software. 2021-06-08 18:49:03 -05:00
6ab23c7c84 Remove tags option actually removes tags now. 2020-11-12 14:44:52 -06:00
136e0ade02 Edit functionality no loger relies on sub-process receiving parent ENV. 2020-11-12 10:42:00 -06:00
3a4905ff6c Fix relative time input following Nim stdlib changes. 2020-11-12 10:41:05 -06:00
15a893d99f Update to reflect stdlib changes in Nim 1.4. 2020-11-12 04:30:36 -06:00
a58c7923cb Update to reflect stdlib changes in Nim 1.2 2020-07-06 11:17:56 -05:00
9de8a39d9e Fix an error parsing empty lines when editing a mark. 2020-03-16 16:02:16 -05:00
78480dc61c Include notes when editing marks. 2020-03-16 09:47:15 -05:00
fb652eee30 Fix double-free in edit functionality (double-closing file handle). 2020-03-16 08:32:56 -05:00
a1333db427 Add helper to update version easily. 2020-02-16 00:53:36 -06:00
af6aa5d520 Update for Nim 1.0.0 2020-02-14 12:38:28 -06:00
Jonathan Bernard
0d4827453a Refactor to add API layer. 2018-10-03 04:01:29 -05:00
Jonathan Bernard
03da2e9cd9 WIP Refactor to support API. 2018-10-02 09:19:59 -05:00
Jonathan Bernard
78a35b6478 Added list tags command. 2017-02-09 10:57:51 -06:00