gumana

0.4.7 • Public • Published

gumana - Git Userinfo Manager

A CLI program for those guys who works in different git identify. Mostly for myself.

Install

npm i -g gumana

Usage

$ gumana
It seems like this is the first time you run 'gumana'.
Your current git user is => parrot <parrot@example.com>
Please run 'gumana -a' to add another user preset,
then run 'gumana' again to select between them.

Or run 'gumana -h' to check available options.
$ gumana -a
Please input username: parrot2
Please input email: parrot2@example.com
New user has been added => parrot2 <parrot2@example.com>
$ gumana
Stored git user presets:
1) parrot <parrot@example.com> (current)
2) parrot2 <parrot2@example.com>

Please select user by index of preset (e.g. 1): 1
...
√ Git user has been set => parrot2 <parrot2@example.com>

For more infomation, run gumana -h for help.

Readme

Keywords

Package Sidebar

Install

npm i gumana

Weekly Downloads

1

Version

0.4.7

License

MIT

Unpacked Size

13.3 kB

Total Files

17

Last publish

Collaborators

  • parrotdance