mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-08 13:10:37 +00:00
Added encrypt zstd tar function
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
e0f4d08464
commit
3b4ca4aa71
@ -138,8 +138,10 @@ ls() { ls_extended $@ }
|
||||
# default icon for notify-send
|
||||
notify-send() { /usr/bin/notify-send --icon=alarm $@ }
|
||||
|
||||
# Burn bootable iso
|
||||
#burniso() { dd if=$1 | pv -s $(du -h $1 | awk '{print $1;}' | dd of=$2 bs=4M }
|
||||
|
||||
# encrypted tar's with zstd compression
|
||||
cgpgtar() { tar cf - --zstd $1 | gpg -e -z 0 > $1.tar.zst.gpg }
|
||||
xgpgtar() { gpg -d $1 | tar x --zstd }
|
||||
|
||||
# colorise output
|
||||
cvs() { grc cvs $@ }
|
||||
|
Loading…
Reference in New Issue
Block a user