Skip to content

🎩 Command Line Interface to manage password and secret.

Notifications You must be signed in to change notification settings

haritianaadriano/secret-wars-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SECRET-WARS 🎈

Secret Wars is a comand line interface to allow you managing and view your password and secret such as your facebook password or other.

Features

  1. Store your password and secret
  2. Insert your password and secret
  3. Export your password and secret into a txt file

Requirements

  • You need to have this following dependencies:
  1. Node.js from official Node.js website equal or ^v21.7.1
  2. npm correctly configured

Installation

Clone this repository, enter to project directory and then

run npm install and npm install -g .

#1589F0 Notice: soon publish to npm

Usage

  • To list secrets

secretwars -l

  • To register a secret

secretwars -r <subject> <secret>

#1589F0 Notice: subject and secret should be a string as (secretwars -r "facebook" "passwd")

  • Export all your secrets in a txt file

secretwars -w

#1589F0 Notice: the file generated is locate in your current working directory

Bugs

  • Displaying secrets is in JSON format

About

🎩 Command Line Interface to manage password and secret.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published