# Old screenshots --- ## Basic command-line reports Showing the journal format, a register report, and a balance report: ![Basic command-line reports, like ledger](http://hledger.org/images/hledger-screen-1.png) ## Time dashboard in emacs The upper window displays today's time report every minute (using ansi-term, watch, a helper script, and hledger invoked via 'hours' symlink.) The lower window is viewing the timelog file, to tweak clock-ins/clock-outs made with C-x t i and C-x t o. ![The upper window displays today's time report every minute (using ansi-term, watch, a helper script, and hledger invoked via 'hours' symlink.) The lower window is viewing the timelog file, to tweak clock-ins/clock-outs made with C-x t i and C-x t o.](http://hledger.org/images/watchhours.png) ## Pie charts (hledger-chart) Viewing a year of monthly expense charts in emacs. These were generated by hledger 0.10 with -fchart, which became [hledger-chart](http://hackage.haskell.org/package/hledger-chart), presently unmaintained. ![Viewing a year of monthly expense charts in emacs (hledger 0.10 with -fchart).](http://hledger.org/images/hledger-charts-2.png) ## Curses-style interface (hledger-vty) [hledger-vty](http://hackage.haskell.org/package/hledger-vty), currently unmaintained. ![The vty (curses-style) interface](http://hledger.org/images/sshot.png) ## Web interface (hledger-web) This minimal web interface was hledger 0.11pre with -fwebyesod, which became [hledger-web](http://hackage.haskell.org/package/hledger-web). Here's the [latest interface](http://demo.hledger.org). ![The web interface (hledger 0.11pre with -fwebyesod).](http://hledger.org/images/hledger-web-journal.png)