hledger/hledger-ui/Hledger/UI
Simon Michael 1db9b018f1 ui: add --present/--future, hide future txns by default, toggle with F
You may have transactions dated later than today, perhaps piped from
print --forecast or recorded in the journal, which you don't want to
see except when forecasting.

By default, we now hide future transactions, showing "today's balance".
This can be toggled with the F key, which is easier than setting a
date query. --present and --future flags have been added to set the
initial mode.

(Experimental. Interactions with date queries have not been explored.)
2018-10-18 14:43:00 -07:00
..
AccountsScreen.hs ui: add --present/--future, hide future txns by default, toggle with F 2018-10-18 14:43:00 -07:00
Editor.hs feat(hledger-ui): added neovim as a supported editor 2018-06-03 17:11:43 -07:00
ErrorScreen.hs lib: switch to megaparsec 7 2018-09-30 20:15:12 -06:00
Main.hs ui: restore support for fsnotify 0.2.1.2, as well as 0.3.x (#833) 2018-07-03 12:50:51 +01:00
RegisterScreen.hs ui: add --present/--future, hide future txns by default, toggle with F 2018-10-18 14:43:00 -07:00
Theme.hs ui: default theme: reduce highlighting noise in bottom border help 2018-10-18 14:43:00 -07:00
TransactionScreen.hs silence redundant import warnings with ghc 8.4 2018-03-24 22:51:56 +00:00
UIOptions.hs ui: add --present/--future, hide future txns by default, toggle with F 2018-10-18 14:43:00 -07:00
UIState.hs ui: add --present/--future, hide future txns by default, toggle with F 2018-10-18 14:43:00 -07:00
UITypes.hs ui: show transaction status mark in register screen 2017-06-28 11:47:06 +01:00
UIUtils.hs ui: add --present/--future, hide future txns by default, toggle with F 2018-10-18 14:43:00 -07:00