Skip to content

Simple tool to manager username and password of accounts

Notifications You must be signed in to change notification settings

whatisgravity/AcctManagerCLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Account Manager Command Line Tool

Provides CRUD function to help manage account

Create alias 'am'

sh alias.sh

Show help information

am -h

Add new account

am -a label,username,password

Update username

am -u label,new_username

Update password

am -p label,new_password

TODO: Create general password for showing real passwords

About

Simple tool to manager username and password of accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 94.7%
  • Shell 5.3%