| This continues the work begun by #1585. It moves each info manual's directory metadata to the top of the file, where it needs to be. I couldn't see a way to do this with pandoc/makeinfo, so the Shake recipe prepends it from a separate file. With this metadata in place, the hledger info manuals can be added to an Info dir file using install-info. Eg: $ install-info hledger/hledger.info /usr/local/share/info/dir $ info Secondly, the Shake "manuals"/"infomanuals" recipes now also generate an Info dir file in each package directory, so you can also just add the package directories to your INFOPATH. Eg: $ export INFOPATH=~/src/hledger/hledger:~/src/hledger/hledger-ui:~/src/hledger/hledger-web:$INFOPATH $ info | ||
|---|---|---|
| .. | ||
| Hledger | ||
| test | ||
| .date.m4 | ||
| .ghci | ||
| .version | ||
| .version.m4 | ||
| CHANGES.md | ||
| dir-entry.info | ||
| hledger-ui.1 | ||
| hledger-ui.cabal | ||
| hledger-ui.hs | ||
| hledger-ui.info | ||
| hledger-ui.m4.md | ||
| hledger-ui.txt | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
hledger-ui
A simple curses-style text user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. This package currently does not support Microsoft Windows, except in WSL.
See also: the project README and home page.