ui: move backlog to readme

This commit is contained in:
Simon Michael 2015-08-20 13:22:47 -07:00
parent 866414a528
commit 6b07503792
2 changed files with 22 additions and 23 deletions

View File

@ -2,29 +2,6 @@
hledger-ui - a hledger add-on providing a curses-style interface.
Copyright (c) 2007-2015 Simon Michael <simon@joyful.com>
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 #-}

View File

@ -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