From 26b63702c00f07505a5f8782a13871f1693918ee Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 12 Nov 2022 23:20:15 -0800 Subject: [PATCH] :memo: Created birth alias and removed old packages --- aliases | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/aliases b/aliases index 7ed746e5..a5d114f9 100644 --- a/aliases +++ b/aliases @@ -164,12 +164,8 @@ alias qwiki="wik -i" alias toolongdidntread="tldr" alias cheatsheet="cheat" alias {ltrans,trans,translate}="ltranslate" - -# gif recording, peek doesn't work right now... -# help for this can be hard, use byzanz-record --help for more info, use silentcast to find x and y dimensions -alias rgif="byzanz-record" -alias scast="silentcast" - +alias skey='screenkey --position fixed --geometry $(slop)' +alias birth="stat / | grep 'Birth' | sed 's/Birth: //g' | cut -b 2-11" # interfaces with asciinema.org for creating simple video tutorials on cli programs alias ascii="asciinema"