From 025e4e2353551e82fcd28a93c4d31a6ac58aa8f8 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Tue, 5 Mar 2019 22:08:47 +0100 Subject: [PATCH] Minor updates --- readme.org | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/readme.org b/readme.org index 2c14b8a..bdda595 100644 --- a/readme.org +++ b/readme.org @@ -16,6 +16,7 @@ - https://github.com/luongvo209/Awesome-Linux-Software - https://wiki.archlinux.org/index.php/List_of_applications - https://ambrevar.xyz/power-apps/ +- https://enchiridion.red/2019/1/18/desktop-apps/ ** Macbook Pro - https://medium.com/@philpl/arch-linux-running-on-my-macbook-2ea525ebefe3 @@ -43,14 +44,14 @@ sudo pacman -S yay #+END_SRC ** CheatSheet -| Command | Usage | -|---------------------------------+-----------------------------| -| =yay -Ss = | Search | -| =yay -S = | Install | -| =yay -Si = | Get informations | -| =yay -Rs = | Uninstall | -| =yay -Yc = | Clean unneeded dependencies | -| =yay -Syu --devel --timeupdate= | Perform system upgrade | +| Command | Usage | +|---------------------+-----------------------------| +| =yay= | Perform system upgrade | +| =yay -Ss = | Search | +| =yay -S = | Install | +| =yay -Si = | Get informations | +| =yay -Rs = | Uninstall | +| =yay -Yc = | Clean unneeded dependencies | * Git Setup https://git-scm.com/ @@ -334,9 +335,6 @@ https://github.com/IJHack/qtpass yay -S qtpass #+END_SRC -** IOs app -https://github.com/mssun/passforios - ** Integration with Rofi https://github.com/carnager/rofi-pass @@ -347,6 +345,13 @@ yay -S rofi-pass Then we can add a shortcut to =rofi-pass= on i3 config. +*** Alternative +https://github.com/ibizaman/pass-clip + +#+begin_src bash + yay -S pass-clip +#+end_src + ** Integration with Browsers This is explained [[*Integration with Pass: the password manager][here]]. @@ -738,6 +743,7 @@ Enable mouse support: https://www.bfoliver.com/technology/2017/07/15/weechat/ https://alexjj.com/blog/2016/9/setting-up-weechat/ +#+begin_src conf /set weechat.look.prefix_same_nick "⤷" /set weechat.look.prefix_error "⚠" /set weechat.look.prefix_action "⚡" @@ -758,6 +764,7 @@ https://alexjj.com/blog/2016/9/setting-up-weechat/ /set weechat.bar.title.conditions "${inactive}" /set weechat.bar.title.color_fg black /set weechat.bar.title.color_bg 31 #Or white if 31 does nothing +#+end_src *** TODO Configuration https://hugo.md/post/the-perfect-weechat-setup-2/ @@ -1921,6 +1928,13 @@ https://wiki.archlinux.org/index.php/Keyboard_shortcuts | =du -sh folder= | Return the size of the folder | | =df -h= | Report disk usage | |-----------------------------------+-------------------------------------------| +** Archive and Extract +Use =apack= and =aunpack=: +| | | +|-------------------------------+-----------------------------------| +| =aunpack foobar.tar.gz= | extract all files from archive | +| =apack myarchive.zip foo bar= | create a zip archive of two files | + * TODO Custom scripts ** TODO [#A] Password completion with fzf Make a script to use FZF for autocompletion of password (with pass program) and then send to current line or copy.