aboutsummaryrefslogtreecommitdiff
path: root/docs/finbudg.1.scd
blob: 8e3f7e31e60893e3389a0c021fe2a3fef3f44176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
finbudg(1)

# NAME

finbudg - Quick cli tool to calculate your expenses and balance for a set period
of time.

# SYNOPSIS

*finbudg* [FLAGS] <_file_>

# DESCRIPTION

This program helps you calculate your expenses and balance by providing it with
a file containing a list of expenses made for a specified period of time. See
*finbudg*(5) for more information on the syntax of this file.

# FLAGS

*-h, --help *
	Prints the list of flags available.

*-p, --plain*
	Don't colorize the output. Can also be set with the *NO_COLOR* environment
	variable.

*--force-color*
	Forces colorized output even when piping. Takes precedence over *--plain*
	flag and *NO_COLOR* environment variable.

*-V, --version*
	Prints version information and exits.

# SEE ALSO

*finbudg*(5)

# AUTHORS

Yaroslav de la Peña Smirnov <yps@yaroslavps.com>.