From 45178091849a3969e35562dfd6977a22ebd92982 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 21 Jun 2022 09:12:55 -0700 Subject: [PATCH] installed snarf --- updates.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/updates.txt b/updates.txt index bb931480..048b1f80 100644 --- a/updates.txt +++ b/updates.txt @@ -14,10 +14,6 @@ add notation about using pick to parse through output, and pipe that using xargs example: ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) -Remove xfce4-screenshooter in preference of scrot +install snarf (great tool very much like wget, curl): -doas pacman -Rs xfce4-screenshooter - -Copy the unix_programming_environment notes to our book_tutorials directory: - -cp -r ~/Documents/notes/unix_programming_environment ~/Documents/Code/book_tutorials +doas pacman -S snarf