From e82ab60b25ce28309b47d5118d32f6c8d2ed1e32 Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Wed, 11 Jul 2018 05:09:07 +0300 Subject: [PATCH] scrot --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 3bfe4ed..50dae1c 100644 --- a/.bashrc +++ b/.bashrc @@ -24,6 +24,7 @@ alias mv='mv -i' # ^ alias ..='cd ..' # convinient navigation alias vi='vim' # Also convinient +alias scrot="scrot -s /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f' &>/dev/null" alias ss='sshch' alias dump="HASTE_SERVER=https://dump.aizenberg.co.uk haste" @@ -99,3 +100,4 @@ if [ -f $HOME/.bash_helpers ]; then . $HOME/.bash_helpers fi +alias screen_record='bash screen_record.sh'