tutorial.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Pwman3 - tutorial
  2. *****************
  3. Pwman3 is a text centric password manager, and as such suitable for people wishing
  4. to use it over SSH or brail terminals.
  5. Pwman3 is launched by typing ``pwman3`` in your shell. Multiple start options are
  6. available. You can see them by typing::
  7. $ pwman3 -h
  8. For more information see also ``man pwman3``.
  9. When started for the first time, ``pwman3`` will create a configuration file
  10. and your database (By default an SQLite database called ``pwman.db``) in your
  11. home directory under ``.pwman``.
  12. Before creating the database you will be asked to enter the master password which
  13. will be used to create an encryption key which will be used to encrypt the entries
  14. in your database::
  15. $ pwman3
  16. Please type in the master password:
  17. Take note of this password! If you forget it, you won't be able to read your password
  18. database.
  19. Now ``pwman3`` will wait for your input. The user interface is
  20. a simple loop waiting for user commands. You can see all the commands by typing::
  21. pwman> help
  22. Documented commands (type help <topic>):
  23. ========================================
  24. cls delete exit forget list open print
  25. copy edit export help new passwd tags
  26. Aliases:
  27. ========
  28. EOF cp h ls n o p rm
  29. Most commands have a single or two letter alias which is easy to remember.