Changeset 24 in code for trunk/README.md


Ignore:
Timestamp:
May 14, 2025, 2:23:43 AM (4 weeks ago)
Author:
yakumo.izuru
Message:

Make TOTP support built-in, simplify code a bit, add colored errors and warnings via printf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r22 r24  
    99
    1010## 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)
    1617
    1718## Add-ons
     
    2021quick graphical front-end for kanako, works with either of `dmenu(1)`
    2122or `bemenu(1)`, useful for copying passwords to clipboard.
    22 
    23 ### kanako-totp
    24 time-based one time password addon for kanako, requires `oathtool(1)`
    25 from oath-toolkit.
    2623
    2724## License
Note: See TracChangeset for help on using the changeset viewer.