20 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # notes command
 | |
| 
 | |
| # basic notes report
 | |
| <
 | |
| 2018/1/1 foo  ; foo:
 | |
|   a
 | |
| 
 | |
| 2018/1/1 bar | baz
 | |
|   a
 | |
| 
 | |
| $ hledger -f - notes
 | |
| baz
 | |
| foo
 | |
| >=
 | |
| 
 | |
| # filtering transactions by tag
 | |
| $ hledger -f - notes tag:foo
 | |
| foo
 | |
| >=
 |