Helpme
This commit is contained in:
@@ -24,6 +24,49 @@ alias HandBrakeCLI='flatpak run --command=HandBrakeCLI fr.handbrake.ghb'
|
||||
|
||||
export SSH_AUTH_SOCK=$HOME/.bitwarden-ssh-agent.sock
|
||||
|
||||
# Help Sheet
|
||||
function helpme() {
|
||||
echo -e "\e[32m------------- Kitty -------------\e[0m"
|
||||
echo -e "Ctrl+Shift+V : Paste"
|
||||
echo -e "Super+Enter : New Terminal Window"
|
||||
echo -e "Ctrl+Shift+T : New Tab"
|
||||
echo -e "Ctrl+Shift+Arrows : Next Tab"
|
||||
echo -e "reload : refresh shell"
|
||||
echo -e ""
|
||||
echo -e "\e[32m--------- System Update ---------\e[0m"
|
||||
echo -e "update : System Update"
|
||||
echo -e "cleanup : Autoremove Packages"
|
||||
echo -e ""
|
||||
echo -e "\e[32m------------- Files -------------\e[0m"
|
||||
echo -e "llt : Tree View"
|
||||
echo -e "pack : pack compressed.tar.xz /folder/file1.txt /folder/folder2"
|
||||
echo -e "unpack : unpack file.tar.xz"
|
||||
echo -e "size : List files and sizes"
|
||||
echo -e "zi : See past filepaths"
|
||||
echo -e "ctl+R : Command history"
|
||||
echo -e "alt+C : fzf search subdirectories"
|
||||
echo -e ""
|
||||
echo -e "\e[32m------------- Docker ------------\e[0m"
|
||||
echo -e "dup : Docker compose up -d"
|
||||
echo -e "ddown : Docker compose down "
|
||||
echo -e "dupdate : Docker compose down, pull, up"
|
||||
echo -e "drestart : Docker compose restart"
|
||||
echo -e "dlog : Docker compose logs"
|
||||
echo -e ""
|
||||
echo -e "\e[32m---------- My Scripts -----------\e[0m"
|
||||
echo -e "myapps : Install Fedora apps"
|
||||
echo -e "phoneapps : Install mobile apps"
|
||||
echo -e "compress : Compress videos with handbrake"
|
||||
echo -e "star-update : Update terminal from gitea"
|
||||
echo -e "star-edit : Edit starship config"
|
||||
echo -e "rip : Rip a music CD"
|
||||
echo -e ""
|
||||
echo -e "\e[32m--------- System Stats ----------\e[0m"
|
||||
echo -e "kill [tab] : Show processes to Kill"
|
||||
echo -e "btop : Show systems stats"
|
||||
echo -e ""
|
||||
}
|
||||
|
||||
alias update="sudo dnf update"
|
||||
alias cleanup="sudo dnf autoremove"
|
||||
alias ..="z .."
|
||||
@@ -54,4 +97,4 @@ eval "$(starship init bash)"
|
||||
eval "$(fzf --bash)"
|
||||
eval "$(zoxide init bash)"
|
||||
fastfetch
|
||||
cd
|
||||
cd
|
||||
Reference in New Issue
Block a user