I built gPass because I was finding it way too tiring to visit a website, configure the settings and generate a new one every time I wanted to use a password.
I wanted something to help me with this obstacle and be easy to use for everyone who uses a terminal.
Another reason was that I haven't work on something personal in long days. I felt that the routine was drowning me and I wanted to change it.
As result, I created this small project of mine and published it.
How does it work?
Firstly you need to install the package on your machine.
npminstall -g @thpadelis/gpass
After installation, you are ready to use the gpass alias. You can use the gpass -h option to list all the available options.
Examples
Following are some very basic usage examples of the tool.
Create password with length of 15 chars
gpass -l 15# output# gV6|yA5&lA1=iV9
Create PIN
gpass -p
# output # 5176246270
Create 5 passwords with length of 10 characters and no symbols
At the end of the day, this is just another tool - not the first for sure, not the best but is part of me and my try to contribute to the open-source community.
If you like, please consider dropping a comment, like or even a new feature idea.