Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizok/gseek
Search & checkout Git branches like a boss !
https://github.com/mizok/gseek
Last synced: 6 days ago
JSON representation
Search & checkout Git branches like a boss !
- Host: GitHub
- URL: https://github.com/mizok/gseek
- Owner: mizok
- Created: 2023-12-10T16:36:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-11T06:11:55.000Z (about 1 year ago)
- Last Synced: 2024-12-15T02:45:48.156Z (11 days ago)
- Language: TypeScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gseek
Search and checkout git branches like a boss !
## Install
### method 1
```bash
npm i gseek -g
```### method 2
1. `npm run pack`
2. `cd package`
3. You will found a file there. Now run `npm i -g` to install.
## Usage
a. open a select menu of branches which matches search criteria
```shell
gsk
```b. open a rawlist menu of branches which matches search criteria
```shell
gsk -r
```