pem

Langue: en

Autres versions - même langue

Version: 145878 (fedora - 04/07/09)

Autres sections - même nom

Section: 1 (Commandes utilisateur)

pem-v0.7.3 - personal expenses manager

SYNOPSYS

pem [OPTIONS] [<description> <amount> ...]

DESCRIPTION

pem is a handy tool to help you keep track of your personal income and expenses. Needless to say, using pem is extremely simple and easy. A command of the following form is all it takes


    $ pem "Bus ticket" 10.75
    $ pem -f myexpenses.txt Breakfast 20

pem, by default, stores these details in a CSV file, named after the current month, and placed in the `~/.pem' directory under your $HOME directory. You may also specify some other file using the `-f' option. Also, each amount is considered as an expenditure unless indicated otherwise by `-e' option.

OPTIONS

-d --day <n>

 show total after every <n> days. Note that, <n> must be a
 positive number.
-e --earned

 indicates income
-f --file <filename>

 specify filename
-h --help

 show this help
-m [n]

 show a monthly report, and display total after every [n]
 months. Note that, [n] must be a positive number.
--month <n>

 selct a month. Please note that, 1 <= n <= 12
-s --show

 show report
-t --total <n>

 show only total
-v --version

 show version
--year <yy>

 select an year. It should be a numeric value like 2008 or 08.

ENVIRONMENT

PEMTIME
Pem recognizes the PEMTIME environment variable. PEMTIME defines the format in which you want the `Date & Time' to be displayed. For example, if you export PEMTIME="%F", the date "May 31 2007" will be displayed as 2007-31-5. For more information/options please see strftime(3).

REPORTING BUGS

Report bugs to <pj.pandit@yahoo.co.in>

AUTHOR

written by Prasad J Pandit