All Projects → shinriyo → Breeze

shinriyo / Breeze

Licence: mit
git tool for fish-shell

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Breeze

dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+5.77%)
Mutual labels:  fish, fish-shell
To Fish
Bookmarks for Fish Shell
Stars: ✭ 44 (-15.38%)
Mutual labels:  fish, fish-shell
dotpr0n
Dotfiles for macOS, FreeBSD, fish, tmux, custom functions and lots more. Peekaboo!
Stars: ✭ 44 (-15.38%)
Mutual labels:  fish, fish-shell
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (-28.85%)
Mutual labels:  fish, fish-shell
Bash Shortcuts Cheat Sheet
Useful shortcuts for bash/zsh
Stars: ✭ 452 (+769.23%)
Mutual labels:  fish, shortcut
dotfiles
~nickTD
Stars: ✭ 13 (-75%)
Mutual labels:  fish, fish-shell
fish logo
🐠 Fish shell colorful ASCII-art logo
Stars: ✭ 82 (+57.69%)
Mutual labels:  fish, fish-shell
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+3.85%)
Mutual labels:  fish, fish-shell
Done
A fish-shell package to automatically receive notifications when long processes finish.
Stars: ✭ 394 (+657.69%)
Mutual labels:  fish, fish-shell
Dtags
Directory Tags for Lazy Programmers
Stars: ✭ 351 (+575%)
Mutual labels:  fish, fish-shell
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (+26.92%)
Mutual labels:  fish, fish-shell
Dotfiles
📁 📋 📎
Stars: ✭ 6 (-88.46%)
Mutual labels:  fish, fish-shell
dotfiles
macOS / Linux / Codespaces dotfiles with 1-line setup script. Tested on Apple Silicon Macs. Supports both zsh and fish. Now managed with https://github.com/twpayne/chezmoi
Stars: ✭ 82 (+57.69%)
Mutual labels:  fish, fish-shell
fish-kube-prompt
⎈ kubectl context/namespace in your fish shell prompt
Stars: ✭ 71 (+36.54%)
Mutual labels:  fish, fish-shell
fish-symnav
Symbolic link navigation for Fish shell
Stars: ✭ 11 (-78.85%)
Mutual labels:  fish, fish-shell
fish-exa
🐟 exa aliases for fish
Stars: ✭ 24 (-53.85%)
Mutual labels:  fish, fish-shell
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (-38.46%)
Mutual labels:  fish, fish-shell
fish
Fish config with awesome flexible prompt, unicode symbols, better fzf integration and lot of handy functions.
Stars: ✭ 27 (-48.08%)
Mutual labels:  fish, fish-shell
Fzf.fish
Augment your fish command line with fzf key bindings.
Stars: ✭ 255 (+390.38%)
Mutual labels:  fish, fish-shell
Spacefish
🚀🐟 The fish shell prompt for astronauts
Stars: ✭ 856 (+1546.15%)
Mutual labels:  fish, fish-shell

breeze

Build Status Slack Room

Shortcut tools for git command in fish shell.

It is inspired from SCM Breeze.

Translations: 日本語, 繁體中文, 简体中文, 한국어, Русский, Português, Türkçe, Español, Français, Català, Deutsch, فارسی.

breeze logos

Shortcut list

Port from SCM Breez

Shortcut command Original
gb git branch
gce git clean
gcef git clean -fd
gs git status
ga git add
gf git fetch
gfa git fetch --all
gfr git fetch && git rebase
gaa git add --all .
gap git add -p
gau git add -u
gps git push
gpsf git push --force-with-lease
gpl git pull
gr git remove -v
grs git reset --
grsh git reset --hard
gt git tag
grm git rm
grb git rebase
grbi git rebase --interactive
gco git checkout
gl git log
gdnw git diff -w --
gdf git diff --
glg git log --graph --max-count=5
gbl git blame
gcl git clone
gdw git diff --word-diff
gpr git pull --rebase
grsl git reset HEAD~
gm git merge
gmff git merge --no-ff
gmnff git merge --ff
gash git stash
gasha git stash apply
gashl git stash list

Original Shortcut for git

Shortcut command Original Comment
gurl git config --get remote.origin.url
gopen open your github (macOS Only)
gashu git stash --include-untracked
gbu git branch --set-upstream-to=origin/ master Argument is your branch name. ex. gbu master
gtop git rev-parse --show-toplevel Show git top path.
cdgtop cd (git rev-parse --show-toplevel) Chenge directory of git top path.

Install

With Fisher

fisher install shinriyo/breeze

Uninstall

fisher rm shinriyo/breeze

Usage

Just use short cut command of Shortcut list.

git status's shortcut command gs

Gs With Shortcuts

just ga [number] (gs and gl also)

(ex)1, 1-3, 2 3

Ga With Shortcuts

Enjoy!

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].