random

:-)
git clone read: git://git.margiolis.net/random.git
Log | Files | Refs | LICENSE

fnc.1 (550B)


      1 .Dd fnc\-VERSION
      2 .Dt FNC 1
      3 .Os
      4 .Sh NAME
      5 .Nm fnc
      6 .Nd a simple finance program
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Fl d Ar date
     10 .Ar file
     11 .Sh DESCRIPTION
     12 .Pp
     13 .Nm
     14 reads a CSV file structured like this:
     15 
     16         Date,Item,Price
     17         Feb2021,Foo,+1
     18         Mar2021,Bar,-2
     19         Apr2021,Baz,+3
     20 
     21 The dates must also not have spaces between them
     22 (e.g Feb 2021) in case you want to use the -d option.
     23 .Sh OPTIONS
     24 .Bl -tag -width -indent
     25 .It Fl d Ar date
     26 prints only the fields matching the specified date.
     27 .Sh AUTHORS
     28 .An Christos Margiolis Aq Mt christos@margiolis.net