1
0

fix hledger-ui demo link

This commit is contained in:
Simon Michael
2016-02-18 11:20:25 -08:00
parent 2113882c18
commit fe182b1946
2 changed files with 3 additions and 3 deletions

View File

@@ -193,14 +193,14 @@ You can use this to track and report the data needed for tax reporting. Fill out
<h5 id="ui-console">UI, console</h5>
<ul>
<li><a href="https://github.com/simon-v/bean-add">bean-add</a> interactive transaction entry</li>
<li><a href="http://hledger.org/manual.html#add">hledger add</a> interactive transaction entry (built-in command) (<a href="https://asciinema.org/a/29665">demo</a>)</li>
<li><a href="http://hledger.org/manual.html#add">hledger add</a> interactive transaction entry (built-in command)</li>
<li><a href="https://github.com/Tagirijus/ledger-add">ledger-add</a> interactive transaction entry</li>
<li><a href="https://github.com/Tagirijus/ledger-plot">ledger-plot</a> interactive helper for making charts with GNUplot</li>
</ul>
<h5 id="ui-curses">UI, curses</h5>
<ul>
<li><a href="https://github.com/hpdeifel/hledger-iadd">hledger-iadd</a> curses UI for transaction entry</li>
<li><a href="http://hackage.haskell.org/package/hledger-ui">hledger-ui</a> curses UI for browsing</li>
<li><a href="http://hackage.haskell.org/package/hledger-ui">hledger-ui</a> curses UI for browsing (<a href="https://asciinema.org/a/29665">demo</a>)</li>
</ul>
<h5 id="ui-gui">UI, GUI</h5>
<ul>

View File

@@ -190,7 +190,6 @@ Fill out and submit tax forms with another tool, or by hand.
- [bean-add](https://github.com/simon-v/bean-add) interactive transaction entry
- [hledger add](http://hledger.org/manual.html#add) interactive transaction entry (built-in command)
([demo](https://asciinema.org/a/29665))
- [ledger-add](https://github.com/Tagirijus/ledger-add) interactive transaction entry
- [ledger-plot](https://github.com/Tagirijus/ledger-plot) interactive helper for making charts with GNUplot
@@ -198,6 +197,7 @@ Fill out and submit tax forms with another tool, or by hand.
- [hledger-iadd](https://github.com/hpdeifel/hledger-iadd) curses UI for transaction entry
- [hledger-ui](http://hackage.haskell.org/package/hledger-ui) curses UI for browsing
([demo](https://asciinema.org/a/29665))
##### UI, GUI