Duzzuti/passwd-manager

[NTH] Allow to use the tool as a CLI (command line interface)

Open

#15 opened on May 29, 2023

 (1 comment) (0 reactions) (0 assignees)C++ (4 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (9 stars)
PR merge metrics
 (PR metrics pending)

Description

Instead of interacting with the app with the current conversational menu style it would be more efficient to use a CLI style.

  • Difficulty (1-10): 6

  • Current behaviour:

./pman
  • Wished behaviour: For example
pman --help
pman --encryptfile [ ] --iterations [ ] --encrypmethod [ ]

Contributor guide