Загрузка страницы

Useful Fish Shell Functions - FZF - SSH - GIT - LOG

COMMUNITY
HOMEPAGE - https://www.fixapc.net
FORUMS - https://forum.fixapc.net
FACEBOOK - https://www.facebook.com/Fixapcdotnet
TWITTER - https://twitter.com/FIXAPCdotnet
TWITCH - https://www.twitch.tv/fixapcdotnet
YOUTUBE - https://www.youtube.com/channel/UCSvBW8e2zGNFiSUSD9qLNbQ
ODYSEE - https://odysee.com/@fixapc
TIKTOK - https://www.tiktok.com/@fixapc
DTUBE - https://d.tube/#!/c/fixapc777
VIMEO - https://vimeo.com/user151963004
DISCORD - https://discord.gg/fwaJ9V8c
PATREON - https://www.patreon.com
REQUEST A TUTORIAL - https://fixapc.net/tutorial-request

SUPPORT US
PAYPAL - https://paypal.me/FIXAPC
CASHAPP - https://cash.app/fixapc/Patreon
PATREON - https://www.patreon.com/fixapc
GITHUB - https://github.com/fixapc
#FISH FUNCTIONS#############
#SKIM RIPGREP FUNCTION
function skg
sk --ansi -i -c 'rg --color=always --line-number "{}"'
end

#FZF APT SEARCH FUNCTION
function fzfaptsearch
apt-cache search '' | sort | cut --delimiter ' ' --fields 1 | fzf --multi --cycle --reverse --preview 'apt-cache show {1}' | xargs -r sudo \$aptget install -y
end

#CHECK SYSLOG
function checksyslog
sudo cat /var/log/syslog |tail -n30| bat -l log
end

#GIT REMOVE RM
function git-remove-rm
git rm --cached \$argv
end

#CONDA SEARCH
function condasearch
conda search \$argv | awk '{print \$1}' | sort -u | rg -i -v "no|#|loading"
end

#GIT PUSH ALL
function git-pushall
git commit -am push
git push --all --force
end

#GIT ADD FILES AND PUSH ALL
function git-add-push-all
git add -A
git commit -am push
git push --all --force
end

#GIT FORCE PULL
function git-pullall-reset
git reset --hard
git pull --all --force
end

#GIT FORCE PULL
function git-pullall
git fetch --all
git pull --all --force
end

#SSH WITH X11
function sshx
ssh -XCY \$argv
end
########################################

Видео Useful Fish Shell Functions - FZF - SSH - GIT - LOG канала FIX A PC
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
30 марта 2023 г. 5:59:59
00:05:06
Яндекс.Метрика