Crates.io | porky |
lib.rs | porky |
version | 0.1.2 |
source | src |
created_at | 2022-11-22 02:38:40.585509 |
updated_at | 2022-11-22 03:22:50.444325 |
description | A git branch switcher tool |
homepage | https://github.com/jyh106/porky.git |
repository | https://github.com/jyh106/porky.git |
max_upload_size | |
id | 720573 |
size | 14,433 |
Porky is my pet chinchilla. She can help you list your github branches and switch to a branch.
Options:
If you have cargo installed, run cargo install porky
Download binary executable in target/debug/porky
, move this file to /usr/local/bin using this command sudo cp target/debug/porky /usr/local/bin
Type porky
on your terminal will list out your most recent github branches, sorted by last commit date, in a cli selectable format.
Use up or down arrow key to select a branch. Press enter will checkout the selected branch.
Press q
key to exit from selection menu