My personal functions for the fish shell
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-26 22:41:17 +00:00
.gitignore add idf virtual environment 2023-02-21 17:43:21 +00:00
allow.fish change name of exception to allow 2023-07-24 20:09:47 +01:00
brotli_decompress_entire_dir.fish prefer snake case 2021-09-17 16:47:51 +01:00
cbr.fish add change branch function that uses fzf 2021-11-29 08:08:21 +00:00
cdroot.fish Add cdroot.fish 2021-07-30 17:01:05 +01:00
cheat.fish add cheatsheet function 2021-11-29 08:07:58 +00:00
cloc.fish add func to count lines of code 2021-12-08 15:33:42 +00:00
configure_git.fish add configure_git function 2021-09-04 22:06:39 +01:00
functionscode.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
ga.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
gcm.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
get_idf.fish add idf virtual environment 2023-02-21 17:43:21 +00:00
get_llvm_bin_path.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
get_llvm_path.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
gl.fish a few new functions 2022-07-27 17:14:17 +01:00
gman.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
gojs.fish Add gojs.fish to scripts 2021-07-14 12:09:56 +01:00
goserenity.fish add goserenity to scripts 2021-09-01 19:33:25 +01:00
gp.fish Add convenience functions for git commands 2021-06-23 16:39:30 +01:00
gpb.fish Add convenience functions for git commands 2021-06-23 16:39:30 +01:00
gpl.fish Add convenience functions for git commands 2021-06-23 16:39:30 +01:00
gplb.fish Add convenience functions for git commands 2021-06-23 16:39:30 +01:00
gst.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
install_rust_utils.fish update func name of install_rust_utils.fish 2021-12-08 15:45:07 +00:00
intel.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
intelbrew.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
ldd.fish add a few new funcs 2025-12-09 19:20:16 +00:00
LICENSE Create LICENSE 2022-09-21 19:49:03 +01:00
love.fish add love command for launching love2d 2022-01-05 18:19:56 +00:00
ls.fish add a few new funcs 2025-12-09 19:20:16 +00:00
mandarin_generator.fish Add mandarin_generator.fish to scripts 2021-07-14 12:09:42 +01:00
migrate_repo_to_sourcehut.fish more changes to the migrate to hut func 2025-12-26 22:41:17 +00:00
opt.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
pa_flip_channels.fish use snake case for pa-flip-channels 2021-09-17 16:45:39 +01:00
pacman_remove_unused_packages.fish add script to remove orphan pacman packages. 2021-09-04 15:44:39 +01:00
pipinstall.fish Fix typo in pipinstall function name 2021-06-24 15:30:09 +01:00
rbr.fish add remove branch function 2022-02-04 16:10:08 +00:00
rcat.fish a few new functions 2022-07-27 17:14:17 +01:00
README.md fix formatting of readme 2025-12-09 19:22:22 +00:00
refresh-podman-machine.fish add refresh podman script and new ignores 2022-01-31 12:43:19 +00:00
rgrep.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
rust2pi.fish update rust2pi.fish 2021-09-04 15:44:08 +01:00
scd.fish add scd function to fuzzy search then cd 2022-07-28 16:34:33 +01:00
set_llvm.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
use_java8.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
use_java_latest.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
wami.fish Add personal fish functions to repo. 2021-04-06 17:07:01 +01:00
wrangler.fish a few new functions 2022-07-27 17:14:17 +01:00

Fish Functions 🐠

These are my functions that I use for fish. Some of this requires dependencies, but I haven't got those listed here. This is really for my own use, but thought it may as well be public.

Notes

  • Please run install_rust_utils right after cloning or things like ls won't work.