From 4d7b2b2670d9ffa4c54e17e29c3f7a770af7811b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 15 Feb 2023 20:28:52 +0100 Subject: [PATCH] alias ru Signed-off-by: Michael Grote --- .bash_extra | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_extra b/.bash_extra index 3dd3df8..a6d5348 100644 --- a/.bash_extra +++ b/.bash_extra @@ -97,7 +97,7 @@ function rgf { return 1 fi if command -v rg >/dev/null ; then - rg --ignore-case --files --hidden --glob=!.git/ *"$1"* + rg --ignore-case --files --hidden --glob=!.git/ *"$1"* else echo "[INFO] ripgrep ist nicht installiert... suche mit 'find'" find . -type f -not -path '*/\.git/*' -name *"$1"* @@ -232,7 +232,7 @@ alias hostname="hostname -f" alias untar="tar -xzf" alias unmount="umount" alias psk="pkill" -alias ru="python3 -m rip url --ignore-db" +alias ru="rip url --max-quality 3 --codec fla" alias mkdir="mkdir -p" alias last="last -w" alias ll="ls -lah"