All Projects → jorgebucaran → Gitfu.fish

jorgebucaran / Gitfu.fish

Licence: mit
All-purpose git utility functions in Fish.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Gitfu.fish

Flatjson
A fast JSON parser (and builder)
Stars: ✭ 39 (-39.06%)
Mutual labels:  utilities
Breeze
git tool for fish-shell
Stars: ✭ 52 (-18.75%)
Mutual labels:  fish
Fish Docker Compose
Fish shell completions for docker-compose
Stars: ✭ 58 (-9.37%)
Mutual labels:  fish
Jump
Jump helps you navigate faster by learning your habits. ✌️
Stars: ✭ 1,024 (+1500%)
Mutual labels:  fish
Utils
Docker image with tools like curl, wget, ping, nslookup, dig, psql etc.
Stars: ✭ 49 (-23.44%)
Mutual labels:  utilities
Emacs Fish Completion
[MOVED TO GITLAB]
Stars: ✭ 53 (-17.19%)
Mutual labels:  fish
Bojler
Bojler is an email framework
Stars: ✭ 885 (+1282.81%)
Mutual labels:  utilities
Cgitc
Close Git Combat
Stars: ✭ 62 (-3.12%)
Mutual labels:  fish
Idempotent Desktop
🛸 NixOS, Xmonad, Neovim
Stars: ✭ 51 (-20.31%)
Mutual labels:  fish
Android Templates And Utilities
Collection of source codes, utilities, templates and snippets for Android development.
Stars: ✭ 1,099 (+1617.19%)
Mutual labels:  utilities
To Fish
Bookmarks for Fish Shell
Stars: ✭ 44 (-31.25%)
Mutual labels:  fish
Sassyfication
💅Library with sass mixins to speed up your css workflow.
Stars: ✭ 51 (-20.31%)
Mutual labels:  utilities
Intellij Swagger
A plugin to help you easily edit Swagger and OpenAPI specification files inside IntelliJ IDEA
Stars: ✭ 1,073 (+1576.56%)
Mutual labels:  utilities
Platform
The main components of OSGP.
Stars: ✭ 39 (-39.06%)
Mutual labels:  utilities
Dotfiles.fish
my own dotfiles ported to fish
Stars: ✭ 59 (-7.81%)
Mutual labels:  fish
Env Cmd
Setting environment variables from a file
Stars: ✭ 969 (+1414.06%)
Mutual labels:  utilities
Dotfiles
dotfiles managed by GNU Stow
Stars: ✭ 52 (-18.75%)
Mutual labels:  fish
Autopair.fish
Auto-complete matching pairs in the Fish command line.
Stars: ✭ 63 (-1.56%)
Mutual labels:  fish
Dotfiles
🏠
Stars: ✭ 60 (-6.25%)
Mutual labels:  fish
Fish
golang h5捕鱼游戏
Stars: ✭ 58 (-9.37%)
Mutual labels:  fish

gitfu.fish

Handy, all-purpose git utility functions in Fish.

Installation

Install with Fisher:

fisher install jorgebucaran/gitfu.fish

Functions

Name Description
git_branch_name Print the name of the current branch, tag, or commit-ish.
git_is_detached_head Check if a repository is in a detached HEAD state.
git_is_dirty Check if there are changes not staged for commit.
git_is_empty Check if a repository is empty.
git_is_repo Check if the current directory is a repository.
git_is_staged Check if there are changes staged for commit.
git_is_stashed Check if there are changes recorded in the stash.
git_is_tag Check if a repository's HEAD points to a tag.
git_is_touched Check if there are changes in a repository working tree.
git_untracked_files Print the number of untracked files in a repository.
git_ahead Print a character that indicates if the current repo is in sync, ahead, behind or has diverged from its origin. Default: '', '+', '-', '±'
git_repository_root Print the root directory of the current repository.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].