Changeset 24 in code for trunk/README.md
- Timestamp:
- May 14, 2025, 2:23:43 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r22 r24 9 9 10 10 ## Dependencies 11 * Any of the above, depending how you configured it 12 * `tree(1)` for printing a list 13 * `mandoc(1)` for documentation 14 * `rm(1)` with the `-i` and `-I` switches 15 * `strings(1)`, `dd(1)` and `tr(1)` for generating passwords 11 * [dd(1)](https://man.netbsd.org/dd.1) 12 * [oathtool(1)](https://www.nongnu.org/oath-toolkit/) 13 * [rm(1)](https://man.netbsd.org/rm.1) 14 * [strings(1)](https://man.netbsd.org/strings.1) 15 * [tr(1)](https://man.netbsd.org/tr.1) 16 * [tree(1)](https://github.com/Old-Man-Programmer/tree) 16 17 17 18 ## Add-ons … … 20 21 quick graphical front-end for kanako, works with either of `dmenu(1)` 21 22 or `bemenu(1)`, useful for copying passwords to clipboard. 22 23 ### kanako-totp24 time-based one time password addon for kanako, requires `oathtool(1)`25 from oath-toolkit.26 23 27 24 ## License
Note:
See TracChangeset
for help on using the changeset viewer.