draft of man page - dossier - console collection manager
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 947da0780fdbb7c087d39fcf7dba25de32b91c50
DIR parent e31a5aa8abc16d53c681e4917b434bc1d9020465
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Fri, 20 Jul 2018 18:07:11 +0200
draft of man page
Diffstat:
A cdb.1 | 32 +++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+), 0 deletions(-)
---
DIR diff --git a/cdb.1 b/cdb.1
@@ -0,0 +1,32 @@
+.Dd $Mdocdate: July 18 2018 $
+.Dt CDB 1
+.Os
+.Sh NAAME
+.Nm cdb
+.Nd a console collection manager
+.Sh SYNOPSIS
+.Sh DESCRIPTION
+.Nm
+is a tool to register "items" into collections with metadata.
+.Bl -tag -width Ds
+.It Nm Cm help
+Show help
+.It Nm Cm show Op item-name
+show item
+.It Nm Cm export
+Export as CSV
+.It Nm Cm collections Oo register Pa full-path Ar collection-name Oc | Op use Ar collection
+manage collections
+.It Nm Cm search Oo register Pa full-path Ar collection-name Oc | Op use Ar collection
+make search
+.It Nm Ar item-name Ar attribute Ar value Op Ar attribute2 Ar value2 Ar ...
+Assign
+.Ar value
+to
+.Ar attribute
+for
+.Ar item-name.
+Multiples sequences of
+.Ar attribute value
+can be used on the same command line to define multiples values.
+.Pp