Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
May 17, 2025, 3:34:22 PM (3 weeks ago)
Author:
yakumo.izuru
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    1818
    1919{{{
     20#!sh
    2021$ kanako -l
    2122
     
    3132You need to uncomment the proper field (only `xclip` is supported)
    3233
    33 {{{ kanako -c Git/github.com/password }}}
     34{{{
     35#!sh
     36$ kanako -c Git/github.com/password
     37}}}
    3438
    3539==== Adding entries to the store
     
    3741
    3842{{{
     43#!sh
    3944$ kanako -n Social/misskey.io/password
    40 <editor screen omitted for brevity>
    4145}}}
    4246
     
    4549Both ways require that `rm` supports the `-i` and `-I` flags, respectively.
    4650
    47 === Download
    48 * [https://git.yakumo.dev/yakumo.izuru/kanako/archive/master.tar.gz Latest master]
    49 
    50 === Git repository
    51 You can [https://git.yakumo.dev/yakumo.izuru/kanako browse the git repository] or clone it:
    52 
    53 {{{
    54 $ git clone https://git.yakumo.dev/yakumo.izuru/kanako
    55 }}}
    56 
    5751=== Extensions
    58 * [https://git.yakumo.dev/yakumo.izuru/kanako/src/branch/master/addons/kanako-menu kanako-menu] - quick graphical front-end, requires `dmenu`, but can also use `bmenu` instead.
    59 * [https://git.yakumo.dev/yakumo.izuru/kanako/src/branch/master/addons/kanako-totp kanako-totp] - time-based one time password addon, based on [https://rgz.ee rgz.ee]'s code, requires `oathtool` from oath-toolkit.
     52* [https://svn.yakumo.dev/repo/kanako/trunk/addons/kanako-menu kanako-menu] - quick graphical front-end, requires `dmenu`, but can also use `bmenu` instead.
    6053
    6154=== Documentation