Explorar o código

Start working on tutorial ...

oz123 %!s(int64=10) %!d(string=hai) anos
pai
achega
2f4064b8da
Modificáronse 1 ficheiros con 27 adicións e 0 borrados
  1. 27 0
      docs/source/tutorial.rst

+ 27 - 0
docs/source/tutorial.rst

@@ -1,2 +1,29 @@
 Pwman3 - tutorial 
 Pwman3 - tutorial 
 *****************
 *****************
+
+Pwman3 is a text centric password manager, and as such suitable for people wishing
+to use it over SSH or brail terminals. 
+
+Pwman3 is launched by typing ``pwman3`` in your shell. Multiple start options are 
+available. You can see them by typing::
+   
+    $ pwman3 -h 
+
+For more information see ``man pwman3``. 
+
+Once launched, pwman3 has a very simple user interface. This interface is
+a simple loop waiting for user commands. You can see all the commands by typing::
+
+    pwman> help
+
+    Documented commands (type help <topic>):
+    ========================================
+    cls   delete  exit    forget  list  open    print
+    copy  edit    export  help    new   passwd  tags 
+
+    Aliases:
+    ========
+    EOF  cp  h  ls  n  o  p  rm
+
+Most commands have a single or two letter alias which is easy to remember. 
+