News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - davvid/gcd: Git worktree navigator

gcd - Git worktree navigator gcd lets you quickly navigate to Git worktrees on your filesystem. Dependencies eza (required) fzf (required) fd (optional) sudo apt install eza fzf fd-find Installation Clone this repository to ~/.config/git/gcd: mkdir -p ~/.config/git git clone https://gitlab.com/davvid/gcd.git ~/.config/git/gcd Edit your ~/.bashrc or ~/.zshrc and add this snippet: if test -f ~/.config/git/gcd/gcd.sh then source ~/.config/git/gcd/gcd.sh fi Configuration gcd searches for worktrees i...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines