1
0

clean up console tools

This commit is contained in:
Simon Michael
2019-05-22 09:17:57 -07:00
parent ecaf16e007
commit e71870dc81
2 changed files with 22 additions and 22 deletions

View File

@@ -441,18 +441,18 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/nuex/t">t</a> ledger timeclock shellscript</li>
<li><a href="https://github.com/MatthiasKauer/tim">tim</a> time logging and reporting tool using hledger</li>
</ul><h4 id="ui-console">UI, console</h4><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)</li>
<li><a href="https://github.com/Tagirijus/ledger-add">ledger-add</a> interactive transaction entry</li>
<li><a href="https://github.com/brandonpittman/ldgr">ldgr</a> a CLI to add/sort/tag ledger files (ruby)</li>
<li><a href="https://github.com/Tagirijus/ledger-plot">ledger-plot</a> interactive helper for making charts with GNUplot</li>
<li><a href="https://github.com/esovetkin/ledger-plots">ledger-plots</a> a script to generate various plots and more (R)</li>
<li><a href="http://ledger-cli.org/3.0/doc/ledger3.html#xact">ledger xact</a> history-aware transaction generator (built-in command)</li>
<li><a href="http://hub.darcs.net/simon/ledgertools/browse/recurring">recurring</a> show/add recurring entries using Ledger</li>
<li><a href="https://github.com/simon-v/bean-add">bean-add</a> interactive transaction entry tool (python)</li>
<li><a href="http://hledger.org/manual.html#add">hledger add</a> interactive transaction entry tool (builtin command)</li>
<li><a href="https://github.com/brandonpittman/ldgr">ldgr</a> command line tool to add/sort/tag ledger files (ruby)</li>
<li><a href="https://www.ledger-cli.org/3.0/doc/ledger3.html#xact">ledger xact</a> history-aware transaction generator (builtin command)</li>
<li><a href="https://github.com/Tagirijus/ledger-plot">ledger-plot</a> interactive tool for making charts with GNUplot (python)</li>
<li><a href="https://github.com/esovetkin/ledger-plots">ledger-plots</a> R package &amp; script to generate various plots and more (R)</li>
<li><a href="http://hub.darcs.net/simon/ledgertools/browse/recurring">recurring</a> command line tool to show/add recurring entries using Ledger (python)</li>
</ul><h4 id="ui-curses">UI, curses</h4><ul>
<li><a href="https://github.com/hpdeifel/hledger-iadd">hledger-iadd</a> curses UI for *ledger transaction entry (haskell)</li>
<li><a href="http://hackage.haskell.org/package/hledger-ui">hledger-ui</a> curses UI for *ledger browsing (haskell, <a href="https://asciinema.org/a/29665">demo</a>)</li>
<li><a href="https://github.com/guillaumechereau/regdel">regdel</a> curses UI for browsing Ledger files (python)</li>
<li><a href="https://github.com/hpdeifel/hledger-iadd">hledger-iadd</a> TUI for *ledger transaction entry (haskell)</li>
<li><a href="http://hackage.haskell.org/package/hledger-ui">hledger-ui</a> TUI for *ledger browsing (haskell, <a href="https://asciinema.org/a/29665">demo</a>)</li>
<li><a href="https://github.com/Tagirijus/ledger-add">ledger-add</a> TUI for *ledger transaction entry (python)</li>
<li><a href="https://github.com/guillaumechereau/regdel">regdel</a> TUI for browsing Ledger files (python)</li>
</ul><h4 id="ui-gui">UI, GUI</h4><ul>
<li><a href="https://github.com/Rudd-O/ledgerhelpers">ledgerhelpers</a> misc. GUI tools + helper library (Python, GTK)</li>
<li><a href="https://prudent.me">Prudent</a> integrated journal editing/importing/reporting GUI for Ledger (Javascript, mac only, closed source)</li>

View File

@@ -390,20 +390,20 @@ The following sections collect add-ons and helper tools related to the above.
#### UI, console
- [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)
- [ledger-add](https://github.com/Tagirijus/ledger-add) interactive transaction entry
- [ldgr](https://github.com/brandonpittman/ldgr) a CLI to add/sort/tag ledger files (ruby)
- [ledger-plot](https://github.com/Tagirijus/ledger-plot) interactive helper for making charts with GNUplot
- [ledger-plots](https://github.com/esovetkin/ledger-plots) a script to generate various plots and more (R)
- [ledger xact](http://ledger-cli.org/3.0/doc/ledger3.html#xact) history-aware transaction generator (built-in command)
- [recurring](http://hub.darcs.net/simon/ledgertools/browse/recurring) show/add recurring entries using Ledger
- [bean-add](https://github.com/simon-v/bean-add) interactive transaction entry tool (python)
- [hledger add](http://hledger.org/manual.html#add) interactive transaction entry tool (builtin command)
- [ldgr](https://github.com/brandonpittman/ldgr) command line tool to add/sort/tag ledger files (ruby)
- [ledger xact](https://www.ledger-cli.org/3.0/doc/ledger3.html#xact) history-aware transaction generator (builtin command)
- [ledger-plot](https://github.com/Tagirijus/ledger-plot) interactive tool for making charts with GNUplot (python)
- [ledger-plots](https://github.com/esovetkin/ledger-plots) R package & script to generate various plots and more (R)
- [recurring](http://hub.darcs.net/simon/ledgertools/browse/recurring) command line tool to show/add recurring entries using Ledger (python)
#### UI, curses
- [hledger-iadd](https://github.com/hpdeifel/hledger-iadd) curses UI for *ledger transaction entry (haskell)
- [hledger-ui](http://hackage.haskell.org/package/hledger-ui) curses UI for *ledger browsing (haskell, [demo](https://asciinema.org/a/29665))
- [regdel](https://github.com/guillaumechereau/regdel) curses UI for browsing Ledger files (python)
- [hledger-iadd](https://github.com/hpdeifel/hledger-iadd) TUI for *ledger transaction entry (haskell)
- [hledger-ui](http://hackage.haskell.org/package/hledger-ui) TUI for *ledger browsing (haskell, [demo](https://asciinema.org/a/29665))
- [ledger-add](https://github.com/Tagirijus/ledger-add) TUI for *ledger transaction entry (python)
- [regdel](https://github.com/guillaumechereau/regdel) TUI for browsing Ledger files (python)
#### UI, GUI