Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- May 17, 2025, 3:34:22 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 18 18 19 19 {{{ 20 #!sh 20 21 $ kanako -l 21 22 … … 31 32 You need to uncomment the proper field (only `xclip` is supported) 32 33 33 {{{ kanako -c Git/github.com/password }}} 34 {{{ 35 #!sh 36 $ kanako -c Git/github.com/password 37 }}} 34 38 35 39 ==== Adding entries to the store … … 37 41 38 42 {{{ 43 #!sh 39 44 $ kanako -n Social/misskey.io/password 40 <editor screen omitted for brevity>41 45 }}} 42 46 … … 45 49 Both ways require that `rm` supports the `-i` and `-I` flags, respectively. 46 50 47 === Download48 * [https://git.yakumo.dev/yakumo.izuru/kanako/archive/master.tar.gz Latest master]49 50 === Git repository51 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/kanako55 }}}56 57 51 === 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. 60 53 61 54 === Documentation