From 89c2912d13c319b3ba60074645e26f0c4e40694d Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 11 Sep 2022 07:29:26 -0700 Subject: [PATCH] :sparkles: Found difftastic! --- aliases | 3 ++- updates.txt | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/aliases b/aliases index 13ca39ef..edf6544f 100644 --- a/aliases +++ b/aliases @@ -65,6 +65,7 @@ alias {doasedit,sudoedit}="doas rnano" alias clean_cache="doas paccache -r && doas rm -r /home/brian/.cache/*" alias shred="doas shred -uzv" # shreds the file and overwrites it with 1s and 0s, shows progress alias indelible="doas chattr +i" # makes a file impossible to delete (except with sudo) +alias diff=difft alias cdiff="colordiff" alias kfonts="kitty +list-fonts" alias {kdiff,kitten,kd}="kitty +kitten diff" @@ -143,7 +144,7 @@ alias {xsel,catx}="xclip -sel clip" # useful with < or | redirection operators alias catp="xclip -out -selection clipboard; echo" alias mouse="mousepad" alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null" -alias diff="diff -wy" +# alias diff="diff -wy" alias exifread="exiftool" alias exifrm="exiftool -all=" alias {html,html_pp}="hxnormalize -e" diff --git a/updates.txt b/updates.txt index 9a392edc..6a6a1b68 100644 --- a/updates.txt +++ b/updates.txt @@ -72,3 +72,7 @@ doas mv someapp someapp_disabled (will break the link, simply name it back to it Install ncpamixer (ncurses pavu controller replacement) paru ncpamixer (1st) + +Install difftastic (better diff version with colors written in rust) + +paru difftastic (only 1 option, very new program)