Skip to content

Commit 6670c46

Browse files
committed
;doc: scripts and add-ons: edits
1 parent 397a464 commit 6670c46

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bin/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<!-- toc -->
66
</div>
77

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.)
1010

1111
<!-- This page can be viewed on github or hledger.org, so use absolute urls here: -->
1212
[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.)
1616
A *script* is a program you can run immediately without needing to compile it first.
1717
They are often small and defined in a single file or shell alias or shell function.
1818
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).
2020

2121
A hledger *add-on command* is any program whose name begins with "hledger-".
2222
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
301301
[![asciicast](https://asciinema.org/a/549559.svg)](https://asciinema.org/a/549559)
302302

303303
### hledger-plot
304+
304305
The [hledger-utils python package](https://pypi.org/project/hledger-utils/) provides
305306
a `hledger-plot` command for generating charts with matplotlib.
306307

0 commit comments

Comments
 (0)