For more information you can go here to learn more about the Fish Shell! another good resource I've used a lot is The Fish Shell Cookbook! If you have any ideas, input, or fixes, please let me know!
- afk.fish
- airlink.fish
- airscan.fish
- brewup.fish
- dscleanup.fish
- fastbackup.fish
- flushdns.fish
- fucktrash.fish
- fuckyou.fish
- gi.fish
- lscleanup.fish
- manp.fish
- shutitdown.fish
- spotoff.fish
- spoton.fish
- sysupdater.fish
- tmstatus.fish
- yt.fish
- ytx.fish
A command to quickly lock your screen when going AFK (away from keyboard)
A quick easy script to link the hidden Airport command to usr/local/sbin
for a new setup, user, etc...
A wrapper to use the airport command to perform a scan.
airport -s
A wrapper to quickly update and upgrade homebrew. Command consists of:
brew -v update; brew -v upgrade; brew cask upgrade; brew cleanup; brew doctor;
Recursively delets .DS_Store files.
A command to temporarily enable quicker backups! Basically, just a wrapper for:
sudo sysctl debug.lowpri_throttle_enabled=0
Note: must be have admin access
A fish function to clear your DNS cache from the CLI!
Say "fuck you!" to your .Trash folders!
Just a vulgar, and easy to remember, wrapper/alias for sudo rm -Rf
.
Cleans up launch services to remove doubles from the "open with" menu.
Opens a man page in Preview.app to create a PDF of said man page.
reads a users public key and copies it to the keyboard
Dealbreaker! Shut it down!
Toggle Spotlight indexing off for a volume.
Toggle Spotlight indexing on for a volume.
A way to update various software packages, all from one command!
note: some may still be commented as I dont use them frequently
A wrapper for the undocumented tmutil
command tmutil status
.
Basically just an abbreviation for youtube-dl
.
Another abbreviation for youtube-dl
but with the -x
argument to extract audio.
Thats about it for now! Thanks to @herrbischoff for a lot of the inspiration for this repo, and also the awesome dotfile community on github!