sw

simple wallet
git clone git://git.bitsmanent.org/sw
Log | Files | Refs | README | LICENSE

commit 712d9f7abf8f99a45bdd19cc3af3f95fa905d346
parent b23f4366a80979ac9f7dd9da3a4789d814ed721f
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Fri,  9 Mar 2018 22:04:47 +0100

Stub of man page.

Diffstat:
Msw.1 | 20+++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/sw.1 b/sw.1 @@ -1 +1,19 @@ - +.TH SW 1 sw\-VERSION +.SH NAME +sw \- simple wallet +.SH SYNOPSIS +.B sw +.RB [ \-v ]\ [ \-d\ <id> ]\ [ \-f\ <file>]\ [<date>\ <amount>\ <note>] +.SH DESCRIPTION +sw is a simple wallet management tool which features a simple yet powerful +interface to keep track of your money movements. +.SH OPTIONS +.TP +.B \-v +prints version information to standard output, then exits. +.TP +.B \-d\ <id> +remove the specified movement, then exits. +.TP +.B \-f\ <file> +use the given file as movements database.