porky

Crates.ioporky
lib.rsporky
version0.1.2
sourcesrc
created_at2022-11-22 02:38:40.585509
updated_at2022-11-22 03:22:50.444325
descriptionA git branch switcher tool
homepagehttps://github.com/jyh106/porky.git
repositoryhttps://github.com/jyh106/porky.git
max_upload_size
id720573
size14,433
(jyh106)

documentation

README

two chinchilla

porky

Intro

Porky is my pet chinchilla. She can help you list your github branches and switch to a branch.

Installation

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

How to Use

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

Commit count: 7

cargo fmt