diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,8 +8,8 @@ This is *NOT* for passwords. Do *NOT* use it for them. See my own [`dpw`](https://git.riedstra.dev/mitch/dpw/about/) or [pass](https://www.passwordstore.org/) for a solution there. -Date formatting is a bit of a pain, so there's a `strftime` command line utility -that's bundled, yes `gawk` provides `strftime` but that's not on every system. +Output is controlled via a small c program called `pm-fmtdb`, see the top +of the file for adjusting the format. Works best with `dmenu` fuzzy finder patch. Utilizes list mode by default. @@ -53,8 +53,8 @@ leave it set to clipboard, the default. Edit the source code for further tweaks. The one people may have the most -interest in is the format sent to `dmenu`, that's controlled via the `awk` script -in the `awkPrettyPrint` variable near the top. +interest in is the format sent to `dmenu`, that's controlled via the small c +program 'pm-fmtdb' near the top of the file. ## Bugs |
