Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)