From ed424a3935c88019234c85471fbf299b2339b1f0 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 5 Jun 2022 10:57:17 -0700 Subject: [PATCH] updated installed packages to include yank --- aliases | 1 + updates.txt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/aliases b/aliases index ed19ae8d..138ff779 100644 --- a/aliases +++ b/aliases @@ -125,6 +125,7 @@ alias lxapp="lxappearance" alias hd="ncdu" alias xsel="xclip -sel clip" alias catx="xclip -sel clip" +alias catp="xclip -out -selection clipboard; echo" alias kitx="cat | kitty +kitten clipboard" # not as good as catx alias mouse="mousepad" alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null" diff --git a/updates.txt b/updates.txt index 1d8e04e8..0629bd1b 100644 --- a/updates.txt +++ b/updates.txt @@ -23,3 +23,9 @@ copy bashrc.txt and inputrc.txt to home directory cp bashrc.txt ~/.bashrc && cp inputrc.txt ~/.inputrc This will now allow completion in bash using the tab button (a bit faster than zsh since zsh-autocompletion tries to predict what you type) + +Install yank ( more feature filled version of xclip/xsel) + +paru yank (choose 1st option) + +cp aliases ~/.aliases