vault added by mario-goulart on Sat Jul 18 00:24:45 2015

$ vault
Usage: vault <command> [<options>]

<commands>:

note <summary> [-c <comment>] [-t <tag>]
  Add note with <summary> as summary. -c can be used to specify a
  comment and -t can be used to specify tags (may be used multiple times).

dump
  Dump the database content.

list-tags
  List tags.

uri <URI> [-c <comment>] [-t <tag>] [-D] [-T]
  Add <URI>.  If <URI> is an HTML page and -T is not provided, this
  command will automatically prepend the HTML page title to
  <comment> (-T disables this behavior).  If <URI>'s content type is in
  the ownloadable-mime-types' list (a configurable parameter), this
  command will download it and save it under /home/mario/.vault/downloads, unless
  -D is given.  -t may be specified multiple times.


$ vault dump
[1] foo
  tags: ("tag1")
  creation time: 2014-12-10 23:27:12

[2] bar
  tags: ("a tag" "another tag")
  comment: a comment
  creation time: 2014-12-10 23:27:12