diff --git a/hledger-ui/Hledger/UI/Main.hs b/hledger-ui/Hledger/UI/Main.hs index c14b8100d..001e410a5 100644 --- a/hledger-ui/Hledger/UI/Main.hs +++ b/hledger-ui/Hledger/UI/Main.hs @@ -2,29 +2,6 @@ hledger-ui - a hledger add-on providing a curses-style interface. Copyright (c) 2007-2015 Simon Michael Released under GPL version 3 or later. - -TODO: -show journal entries --- -switch to next brick release - reg: use full width - home/end - keep cursor at bottom of screen if jumping to end - reg2: find subaccounts' transactions better - reg2: track current account better - reg2: track current query better --- --H ---drop -search -filter -depth adjustment -add -edit -options adjustment -reload on screen change -reload on redraw -reload on file change -} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE TemplateHaskell #-} diff --git a/hledger-ui/README b/hledger-ui/README index d5e78be19..f417eb976 100644 --- a/hledger-ui/README +++ b/hledger-ui/README @@ -6,3 +6,25 @@ except those on (native) Windows, where it is not supported. hledger-ui currently allows browsing the balance, register and print reports, with drill-down and scrolling. + + +Backlog: +show journal entries +fix -H +fix --drop +track current account better +track current query better +search +filter +depth adjustment +switch to next brick release + reg: use full width + reg2: find subaccounts' transactions better + keep cursor at bottom of screen if jumping to end +add +edit +options adjustment +reload + on screen change + on redraw + on file change