-
-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dee1fe
commit 934f0e3
Showing
2 changed files
with
172 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
# Files | ||
|
||
<div class=pagetoc> | ||
|
||
<!-- toc --> | ||
</div> | ||
|
||
Overviews of files in the hledger project, as of 2022-12. | ||
|
||
## hledger repo directories | ||
|
||
<pre> | ||
$ (cd ~/src/hledger; tre -d) | ||
. | ||
├── .github | ||
│ ├── ISSUE_TEMPLATE | ||
│ └── workflows | ||
│ └── old | ||
├── .sandstorm | ||
├── bin | ||
├── checks | ||
├── doc | ||
│ ├── haskellerz | ||
│ ├── hcar | ||
│ ├── mockups | ||
│ └── profs | ||
├── docker-static-arm32v7 | ||
├── docker | ||
├── examples | ||
│ ├── budgeting | ||
│ ├── csv | ||
│ ├── investing | ||
│ ├── invoicing | ||
│ │ ├── invoice-script | ||
│ │ └── makefile | ||
│ ├── reports | ||
│ ├── systemd | ||
│ └── templates | ||
│ └── basic | ||
├── hledger-install | ||
├── hledger-lib | ||
│ ├── Hledger | ||
│ │ ├── Data | ||
│ │ │ └── JournalChecks | ||
│ │ ├── Read | ||
│ │ ├── Reports | ||
│ │ └── Utils | ||
│ ├── Text | ||
│ │ ├── Megaparsec | ||
│ │ └── Tabular | ||
│ ├── other | ||
│ │ └── ledger-parse | ||
│ │ └── Ledger | ||
│ │ └── Parser | ||
│ └── test | ||
├── hledger-ui | ||
│ ├── Hledger | ||
│ │ └── UI | ||
│ └── test | ||
├── hledger-web | ||
│ ├── Hledger | ||
│ │ └── Web | ||
│ │ ├── Handler | ||
│ │ ├── Settings | ||
│ │ └── Widget | ||
│ ├── app | ||
│ ├── config | ||
│ ├── deploy | ||
│ ├── static | ||
│ │ ├── css | ||
│ │ ├── fonts | ||
│ │ └── js | ||
│ ├── templates | ||
│ └── test | ||
├── hledger | ||
│ ├── Hledger | ||
│ │ └── Cli | ||
│ │ └── Commands | ||
│ ├── app | ||
│ ├── bench | ||
│ ├── embeddedfiles | ||
│ ├── shell-completion | ||
│ └── test | ||
│ ├── addons | ||
│ ├── balance | ||
│ ├── cli | ||
│ ├── errors | ||
│ ├── i18n | ||
│ ├── import | ||
│ ├── journal | ||
│ │ └── account-display-order | ||
│ │ └── 1 | ||
│ └── register | ||
└── tools | ||
</pre> | ||
|
||
## site repo directories | ||
|
||
<pre> | ||
$ (cd ~/src/hledger/site; tre -d) | ||
. | ||
├── css | ||
├── js | ||
├── src | ||
│ ├── 1.0 | ||
│ ├── 1.1 | ||
│ ├── 1.10 | ||
│ ├── 1.11 | ||
│ ├── 1.12 | ||
│ ├── 1.13 | ||
│ ├── 1.14 | ||
│ ├── 1.15 | ||
│ ├── 1.16 | ||
│ ├── 1.17 | ||
│ ├── 1.18 | ||
│ ├── 1.19 | ||
│ ├── 1.2 | ||
│ ├── 1.20 | ||
│ ├── 1.21 | ||
│ ├── 1.22 | ||
│ ├── 1.23 | ||
│ ├── 1.24 | ||
│ ├── 1.25 | ||
│ ├── 1.26 | ||
│ ├── 1.27 | ||
│ ├── 1.28 | ||
│ ├── 1.3 | ||
│ ├── 1.4 | ||
│ ├── 1.5 | ||
│ ├── 1.9 | ||
│ ├── dev | ||
│ ├── fonts | ||
│ ├── highslide | ||
│ │ └── graphics | ||
│ │ └── outlines | ||
│ └── images | ||
│ ├── hledger-ui | ||
│ └── hledger-web | ||
│ ├── normal | ||
│ └── small | ||
└── theme | ||
└── css | ||
</pre> | ||
|
||
## finance repo directories | ||
|
||
<pre> | ||
$ (cd ~/src/hledger/finance; tre -d) | ||
. | ||
</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Repositories | ||
|
||
Source code and content related to hledger are kept in revision control repositories, | ||
mostly using [Git](https://en.wikipedia.org/wiki/Git). | ||
|
||
The official repos: | ||
|
||
- The main repo: hledger, hledger-ui & hledger-web code, user manuals, developer docs.\ | ||
<https://github.com/simonmichael/hledger> (shortcut url: <http://code.hledger.org>) | ||
|
||
|
||
- The site repo: hledger.org website, additional hledger docs.\ | ||
<https://github.com/simonmichael/hledger_site> (<http://site.hledger.org>) | ||
|
||
|
||
- The finance repo: project financial journals and reports.\ | ||
<https://github.com/simonmichael/hledger_finance> (<http://finance.hledger.org>) | ||
|
||
|
||
Other repos exist for third-party hledger tools (hledger-iadd, hledger-interest, etc.) | ||
and packages. |