+Personally I "hash -d" schwabrak's directory to be able to quickly call
+commands from it:
+
+ $ hash -d s=~/work/schwabrak
+ $ cd my/issues
+ $ ~s/add issue name to create
+
+To ease the creation of the new issue's directory structure, you can use
+"add" command as seen above. And yes, it is intended that "issue" and
+"name", "to", "create" can be passed as separate arguments, but
+issue-name-to-create will be created as expected.
+
+ ------------------------ >8 ------------------------
+
+Person: ~s/schemas | recsel -t person -e 'email ~ "stargrave"'
+Unfinished tasks: ~s/metas | recsel -e 'status != "done"'
+Full tasks info for person and project: ~s/full |
+ recsel -t task -e 'ass = "stargrave" && proj = "tcl"'
+
+ ------------------------ >8 ------------------------
+