tutorial.rst 859 B

1234567891011121314151617181920212223242526272829
  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 ``man pwman3``.
  9. Once launched, pwman3 has a very simple user interface. This interface is
  10. a simple loop waiting for user commands. You can see all the commands by typing::
  11. pwman> help
  12. Documented commands (type help <topic>):
  13. ========================================
  14. cls delete exit forget list open print
  15. copy edit export help new passwd tags
  16. Aliases:
  17. ========
  18. EOF cp h ls n o p rm
  19. Most commands have a single or two letter alias which is easy to remember.