Giter Site home page Giter Site logo

mrinjamul / gpassmanager Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 550 KB

Simple Password Manager Application is written in Golang

Home Page: https://mrinjamul.github.io/gpassmanager

License: Apache License 2.0

Go 100.00%
golang commandline-tool password-manager

gpassmanager's Introduction

gpassmanager gpassmanagergpassmanager CodeFactor

build status build status go version GoReportCard Code style: standard License: Apache 2 Github all releases

Get it from the Snap Store

Simple Password Manager Application

A Commandline application for managing your passwords securely. It's a very secure password manager.

Using gpassmanager, you can also generate secure passwords with given length.

Now, you can import passwords from google accounts (Google Chrome passwords).

First, you need to export the passwords as csv file.

Then, import into gpassmanager by running the following,

gpassmanager import --csv [csv filename]

INSTALLING

Installing from go

Using Go Password Manager is easy. First, use go get to install the latest version. This command will install the gpassmanager and its dependencies:

go get -u github.com/mrinjamul/gpassmanager

Installing from Binaries

Download for your platform

For Linux,

wget https://github.com/mrinjamul/gpassmanager/releases/download/v1.1.0/gpassmanager-linux-amd64-v1.1.0.tar.gz
tar xvf gpassmanager-linux-amd64-v1.1.0.tar.gz
chmod +x gpassmanager
sudo mv gpassmanager /usr/bin

or you can put the executable file into your env variables $PATH

For Android (Termux),

You need to have tar wget. To install simply type pkg install tar wget

cd ~
wget https://github.com/mrinjamul/gpassmanager/releases/download/v1.1.0/gpassmanager-linux-arm-v1.1.0.tar.gz
tar xvf gpassmanager-linux-arm-v1.1.0.tar.gz
chmod +x gpassmanager
mv gpassmanager ../usr/bin

[Note: if new version available you need to download and install by the same process. The above instructions will install v1.1.0 .]

Usage

Simple Password Manager Application
Licensed under the Apache License, Version 2.0 (the "License");

Usage:
gpassmanager [command]

Available Commands:
add         Add new password
change      Change Master Password
edit        Edit a account details
export      export your data to a file (master key will be also exported)
generate    Generate secure password
help        Help about any command
import      import password(s) from a file
license     Print the license
remove      remove an Account from password manager
reset       Erase all passwords including master key
search      Search password account in the password store
version     Prints version
view        view all passwords

Flags:
-h, --help            help for gpassmanager

Use "gpassmanager [command] --help" for more information about a command.

Documentations

Links

Contributing

CODE OF CONDUCT

License

  • Apache-2.0

gpassmanager's People

Contributors

dependabot[bot] avatar linuxuserin avatar mrinjamul avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gpassmanager's Issues

Use Pager while viewing passwords

Is your feature request related to a problem? Please describe.
I'm always frustrated when I view passwords using gpassmanger view.
As my passwords are more than 2 hundred, It's a huge problem to view.

Describe the solution you'd like
It would be great to use a pager to view those passwords instead of raw printf.

Additional context
Add any other context or screenshots about the feature request here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.