From 53802e3600d3f3256ddd7b2af5c52c00a64a6447 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 7 Dec 2016 13:34:07 -0800 Subject: [PATCH 1/2] [Shell] Add system password function --- dotfiles/lib/shellenv/functions.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/lib/shellenv/functions.sh b/dotfiles/lib/shellenv/functions.sh index ebcfeb2c..21c2ef70 100644 --- a/dotfiles/lib/shellenv/functions.sh +++ b/dotfiles/lib/shellenv/functions.sh @@ -463,3 +463,7 @@ function localip { ;; esac } + +function system_password { + keepasshttp.py --get -u "http://system.com" | jq '.[].password' | unescape.py +} From 63a0736e9d1d684624bec29986faa668332a4b20 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 11 Dec 2016 08:10:20 -0800 Subject: [PATCH 2/2] [XMonad] Bump XMonad config SHA --- dotfiles/xmonad/stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xmonad/stack.yaml b/dotfiles/xmonad/stack.yaml index 172f0df4..65cba258 100644 --- a/dotfiles/xmonad/stack.yaml +++ b/dotfiles/xmonad/stack.yaml @@ -4,7 +4,7 @@ packages: - '.' - location: git: git@github.com:IvanMalison/xmonad.git - commit: a501ee613f9be5a4b16c6427ce84fd425e976571 + commit: 751bcbbfecc2b9be9811a7147524e798c7e53bec - location: git: git@github.com:IvanMalison/xmonad-contrib.git commit: 751bcbbfecc2b9be9811a7147524e798c7e53bec