{"id":17383093,"url":"https://github.com/pirate/fish-utils","last_synced_at":"2025-04-13T18:20:38.419Z","repository":{"id":22981899,"uuid":"26332150","full_name":"pirate/fish-utils","owner":"pirate","description":":wrench: My utility belt of fish functions, writing these has saved me many hours in the long run... I hope...","archived":false,"fork":false,"pushed_at":"2024-03-01T07:42:53.000Z","size":158,"stargazers_count":138,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T09:03:37.008Z","etag":null,"topics":["command-line-tools","dotfiles","fish","fish-functions","fish-shell","shell-scripts","utility-function"],"latest_commit_sha":null,"homepage":"https://github.com/pirate/fish-functions#fish-utility-functions","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pirate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-07T18:26:59.000Z","updated_at":"2025-03-04T18:07:34.000Z","dependencies_parsed_at":"2024-03-01T08:48:28.438Z","dependency_job_id":null,"html_url":"https://github.com/pirate/fish-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirate%2Ffish-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirate%2Ffish-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirate%2Ffish-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirate%2Ffish-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pirate","download_url":"https://codeload.github.com/pirate/fish-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248758776,"owners_count":21157026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line-tools","dotfiles","fish","fish-functions","fish-shell","shell-scripts","utility-function"],"created_at":"2024-10-16T07:40:34.907Z","updated_at":"2025-04-13T18:20:38.397Z","avatar_url":"https://github.com/pirate.png","language":"Shell","readme":"# Fish Utility Functions\n\nThis repo contains a (rarely updated) collection of my custom fish helper funcs and dotfiles.\n\nFor my Bash snippets, functions, and reading list, see here:  \n- https://github.com/pirate/bash-utils\n- https://fishshell.com/docs/current/fish_for_bash_users.html\n\nFor a huge list of all my favorite Linux/Unix/macOS commands and utilities, see here:  \n- ⭐️ https://docs.sweeting.me/s/system-monitoring-tools\n\n---\n\n## Fish Plugins\n\n### Plugin Repositories\n\n- ⭐️ https://github.com/jorgebucaran/fisher\n- ⭐️ https://github.com/topics/fish-plugin\n- https://github.com/jorgebucaran/awsm.fish\n- https://github.com/xuxiaodong/awesome-shell\n- https://github.com/withfig/fig\n\n### Favorite Plugins\n\n- ⭐️ https://github.com/gazorby/fifc\n- ⭐️ https://github.com/atuinsh/atuin\n- ⭐️ https://github.com/wting/autojump / https://github.com/jethrokuan/z\n- https://github.com/PatrickF1/fzf.fish\n- https://github.com/jorgebucaran/nvm.fish\n- https://github.com/jorgebucaran/replay.fish / https://github.com/edc/bass\n- https://github.com/jorgebucaran/autopair.fish / https://github.com/laughedelic/pisces\n- https://github.com/decors/fish-colored-man / https://github.com/PatrickF1/colored_man_pages.fish\n- https://github.com/ankitsumitg/docker-fish-completions / https://github.com/halostatue/fish-docker\n- https://github.com/halostatue/fish-macos\n- https://github.com/franciscolourenco/done\n- https://github.com/halostatue/fish-utils-net\n- https://github.com/jorgebucaran/getopts.fish\n\n### Older Plugin Repositories (Deprecated)\n\n- https://github.com/oh-my-fish/oh-my-fish\n- https://github.com/danhper/fundle\n- https://github.com/IlanCosman/scuba\n- https://github.com/xtendo-org/chips\n- https://github.com/airhorns/hook\n\n---\n\n## Issues with Fish\n\nProblems that fish has that bash doesn't have (I love fish as a shell, I just don't think it's good as a scripting language):\n\n- https://github.com/fish-shell/fish-shell/issues/159\n- https://github.com/fish-shell/fish-shell/issues/1396\n- https://github.com/fish-shell/fish-shell/issues/206\n- https://github.com/fish-shell/fish-shell/issues/2007\n- https://github.com/fish-shell/fish-shell/issues/510\n- https://github.com/fish-shell/fish-shell/issues/4907\n- backgrounding fish functions does not exist: https://github.com/fish-shell/fish-shell/issues/238\n- so I had to make an entire job control system for fish that just calls out to bash: https://github.com/fish-shell/fish-shell/issues/2036#issuecomment-298495526 …\n\n---\n\n## Fish Community\n\n- https://www.reddit.com/r/fishshell/\n- https://github.com/jorgebucaran/cookbook.fish\n- https://stackoverflow.com/questions/tagged/fish\n- https://github.com/fish-shell/fish-shell/issues\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpirate%2Ffish-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpirate%2Ffish-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpirate%2Ffish-utils/lists"}