Duzzuti/passwd-manager

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

Offen

#15 geöffnet am 29.05.2023

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (4 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (9 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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