File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
<!-- toc -->
6
6
</div >
7
7
8
- (This document is the README in the hledger repo's ` bin/ ` directory,
9
- and it is also published as the [ Scripts and add-ons] page on hledger.org.)
8
+ (This is the README in the hledger repo's ` bin/ ` directory,
9
+ also published as the [ Scripts and add-ons] page on hledger.org.)
10
10
11
11
<!-- This page can be viewed on github or hledger.org, so use absolute urls here: -->
12
12
[ Scripts and add-ons ] : https://hledger.org/scripts.html
@@ -16,7 +16,7 @@ and it is also published as the [Scripts and add-ons] page on hledger.org.)
16
16
A * script* is a program you can run immediately without needing to compile it first.
17
17
They are often small and defined in a single file or shell alias or shell function.
18
18
You can create your own simple or complex scripts which enhance hledger,
19
- eg by reducing typing, or automating a complicated report so you don't have to remember the detailed command(s).
19
+ eg to automate a complicated report so you don't have to remember the detailed command(s).
20
20
21
21
A hledger * add-on command* is any program whose name begins with "hledger-".
22
22
Add-on commands found in PATH will appear in the commands list (shown when you run ` hledger ` with no arguments).
@@ -301,6 +301,7 @@ EDITOR='perl -pi -e "s|Cost:Food|Cost:Food:Fast Food|g"' hledger edit tag:locati
301
301
[ ![ asciicast] ( https://asciinema.org/a/549559.svg )] ( https://asciinema.org/a/549559 )
302
302
303
303
### hledger-plot
304
+
304
305
The [ hledger-utils python package] ( https://pypi.org/project/hledger-utils/ ) provides
305
306
a ` hledger-plot ` command for generating charts with matplotlib.
306
307
You can’t perform that action at this time.
0 commit comments