;doc: Convert some plain urls to links
This commit is contained in:
parent
df424a7a96
commit
724c84fe50
@ -712,7 +712,7 @@ etc.
|
|||||||
|
|
||||||
### Related ideas
|
### Related ideas
|
||||||
|
|
||||||
http://neilmitchell.blogspot.com/2019/06/the-one-pr-per-day-rule.html
|
[Neil Mitchell’s Blog - The One PR Per Day Rule](http://neilmitchell.blogspot.com/2019/06/the-one-pr-per-day-rule.html)
|
||||||
|
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|||||||
@ -4163,7 +4163,7 @@ Here are the balance assertion types for quick reference:
|
|||||||
### Rapid feedback
|
### Rapid feedback
|
||||||
|
|
||||||
It's a good idea to get rapid feedback while creating/troubleshooting CSV rules.
|
It's a good idea to get rapid feedback while creating/troubleshooting CSV rules.
|
||||||
Here's a good way, using entr from http://eradman.com/entrproject :
|
Here's a good way, using entr from [eradman.com/entrproject](https://eradman.com/entrproject):
|
||||||
```shell
|
```shell
|
||||||
$ ls foo.csv* | entr bash -c 'echo ----; hledger -f foo.csv print desc:SOMEDESC'
|
$ ls foo.csv* | entr bash -c 'echo ----; hledger -f foo.csv print desc:SOMEDESC'
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user