Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaunteya/git-checkout-interactive
git addon to quickly checkout a branch
https://github.com/kaunteya/git-checkout-interactive
git git-addons
Last synced: about 2 months ago
JSON representation
git addon to quickly checkout a branch
- Host: GitHub
- URL: https://github.com/kaunteya/git-checkout-interactive
- Owner: kaunteya
- License: mit
- Created: 2019-04-12T11:40:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T21:11:50.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:15:59.349Z (6 months ago)
- Topics: git, git-addons
- Language: Shell
- Homepage:
- Size: 173 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kaunteya/git-checkout-interactive - git addon to quickly checkout a branch (Shell)
README
# git-checkout-interactive
git-checkout-interactive is an extension that presents you with the list of branches you are likely to checkout. So instead of typing those long branch names simply type a number and you are set!!
![Demo](/Others/demo.gif)
## Install
You can install `git-checkout-interactive` using### curl
```
curl -L https://raw.githubusercontent.com/kaunteya/git-checkout-interactive/master/installer.sh | sudo sh
```### Manual
```
make install
```## Usage
Run this command in your repo
```
git checkout-interactive
```#### Adding an alias
An alias can be added in `~/.bashrc` or `~/.zshrc`
```
alias gcoi="git checkout-interactive"
```
After adding and alias, simply run `gcoi` in your repo## License
`git-checkout-interactive` is released under the MIT license. See LICENSE for details.# Other Apps for Mac
Apart from making Open source libraries I also make apps for Mac OS. Please have a look.## [Lexi](https://apps.apple.com/tr/app/lexi-visual-json-browser/id1462580127?mt=12)
Lexi is a split screen app that lets you browse large JSON with ease.It also has other featuers like `Prettify JSON`, `Minify JSON` `Copy JSON Path` and `Pin Large JSON` to narrow your visibility
[View on Mac AppStore](https://apps.apple.com/tr/app/lexi-visual-json-browser/id1462580127?mt=12)
## [Quick Note](https://apps.apple.com/in/app/quicknote-one-click-notes/id1472935217?mt=12)
Quick Note is a Mac OS app, lets you quickly add text either from Menu bar or from Shortcut.The text floats on other windows so that they are always visible
It also supports `Auto Save` and `Pinned Notes`
[View on Mac AppStore](https://apps.apple.com/in/app/quicknote-one-click-notes/id1472935217?mt=12)