Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

hledger

We are building dependable high quality plain text accounting tools and promoting financial literacy and empowerment.
Collective - Host: opensource - https://opencollective.com/hledger - Website: https://hledger.org/ - Code: https://github.com/simonmichael/hledger

ci: rename linux workflows, branches

workflow linux-static-x64.yml is now linux-x64.yml
and its branch ci-linux-static is now ci-lin...

github.com/simonmichael/hledger - 9e24cca793a9bef28bd4b3a28de9b74e70ab20ce authored about 3 years ago
;doc: changelogs: 1.24.1

github.com/simonmichael/hledger - 1a646cd0929a472a0285b8bd5adcbc187325dd6a authored about 3 years ago
;doc: update changelogs

github.com/simonmichael/hledger - f111274f257c202e42ba1ae70378dd3ec4f5ae52 authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - e532b7be49632c7bc736320b8a472648e1a3c0ad authored about 3 years ago
fix: ui: declared accounts respect not:ACCT (another #1783 fix)

github.com/simonmichael/hledger - 43d935efdaaa921d4a0e6b345dfb35d1ec1a8642 authored about 3 years ago
fix: bal: --declared now respects not:ACCT (fix #1783)

github.com/simonmichael/hledger - d1a0d37bd1319d9a2cf423c6d8fdc34b4f04245c authored about 3 years ago
lib: clarify filterQuery, add filterQueryOrNotQuery (#1783)

github.com/simonmichael/hledger - 25598a231fd5a98d2587799b02557f2b53afbc72 authored about 3 years ago
;dev: make throughput: output tweak

github.com/simonmichael/hledger - 46cc60779d7a388dac879bdb925c5d2e5e3af4db authored about 3 years ago
cln: ui: drop unused pragma

github.com/simonmichael/hledger - 6b3d040fdfa3b300e72fbf4ef003337e728f0f8c authored about 3 years ago
dev: bal: note yet another --declared issue

github.com/simonmichael/hledger - 08b72ae9f7bb987ab8a910f01335c433d00db9ba authored about 3 years ago
;dev: bal: note possible --declared issue

github.com/simonmichael/hledger - 2e79e53f1230b0f9222bd1e3e46d5a7470ffaf8d authored about 3 years ago
fix: bal: better fix for treeLeaves, fixing func tests (#1782)

github.com/simonmichael/hledger - 900e2167fcfd26f897526b67d730b43546733bec authored about 3 years ago
fix: ui: don't show root account, respect not:ACCT (fix #1782)

github.com/simonmichael/hledger - 2bb309b073a960946e86876a9bc1da9a5d96aee9 authored about 3 years ago
cln: csv: small rename

github.com/simonmichael/hledger - 0d83bdf6d76e6991f5226da46fdb3ac72919fde7 authored about 3 years ago
dev: make ghci[d]-ui uses ghc 8.10 to avoid 9.0 failures

github.com/simonmichael/hledger - bb249115bab627565983ebc62a08cc104b459a35 authored about 3 years ago
;doc: more LEDGER_FILE platform notes

github.com/simonmichael/hledger - b0763677b11687b33972c3b7932e65a31c189420 authored about 3 years ago
;doc: csv: note hyphenated field names, fix formatting

github.com/simonmichael/hledger - e76cb1ae8c19d2cf62b887ec2c43a16dcd8dcce1 authored about 3 years ago
;doc: update links

github.com/simonmichael/hledger - 050e92f3f3ad2752193e0c9a7f2b27988d23884b authored about 3 years ago
;doc: csv: mention disabling of digit group marks in csv output (#1771)

github.com/simonmichael/hledger - 9c1c7aca8374ff8ea4192d42e56eb9f2e3738d2a authored about 3 years ago
imp: csv: Do not display thousands separators when outputting csv.

github.com/simonmichael/hledger - c4004fca2874502000fdeac5366e986ab17638c9 authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - 76b5c5f2acfcf3f34b10625d70d18dc79c6b728c authored about 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - 763d17110859676a879805af17730190398f0abb authored about 3 years ago
;doc: bal: update tidy description, example

github.com/simonmichael/hledger - 4d6f1ed0bf40ce73ebcc77194299621dd334e849 authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - ca44e092fdf62730077e51a78bd9b20c1b8e1517 authored about 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - 5c597750fb6cd92abc4331927be9ec028a4aace0 authored about 3 years ago
;doc: bal: mention tidy's disabling of totals/averages (#1773, #1775)

github.com/simonmichael/hledger - 872bce55ef3c88a2b6cbd8d04b1032368199cfc0 authored about 3 years ago
imp: csv: Ignore --row-totals with tidy csv output.

github.com/simonmichael/hledger - 29ee0c331f7468970ddb44cf50f027b39a9f7056 authored about 3 years ago
imp: csv: Include the start and end dates of intervals, as well as

string representation of the period, in tidy csv output, and never
include row totals or averages.

github.com/simonmichael/hledger - 71646f993ce66613799634ed1cb5adca7a8ced01 authored about 3 years ago
imp: csv: Handle --layout=tidy with the legacy balance report.

Note that this gives output compatible with the multi balance report,
which means it is differen...

github.com/simonmichael/hledger - fb0472e0e915130859fdb15763407a9700606694 authored about 3 years ago
pkg: progress towards supporting GHC 9.2 and newer libs (#1774)

hledger-lib builds, hledger's deps don't (shakespeare).

github.com/simonmichael/hledger - 35c1c9b6a2f7e484223fc4bc8d9878f3d366778f authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - 642102e291e42c687357c26d57a6a6bbdffc20a5 authored about 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - ca0d9e2a0ef88769c4e3bae3f1b1b1e7a3f20d50 authored about 3 years ago
;doc: bal: document tidy; commodity -> data layout (#1768)

github.com/simonmichael/hledger - c250be1bb95be2184420ae94cabefebed46b9a5b authored about 3 years ago
imp: csv: Allow for generating tidy csv with --layout=tidy.

This puts every date in a separate row, which is more suitable for
many graphing programs.

github.com/simonmichael/hledger - 7ccf7430d0043563618e341461754922f015e37f authored about 3 years ago
;test: Rename commodity-column.test to layout.test, and replace

--commodity-column with --layout=bare in tests.

github.com/simonmichael/hledger - e42120da266dd2f70d7d5037de900e150578cec8 authored about 3 years ago
lib!: Rename CommodityLayout to Layout and rename constructors.

Their scope is more than just commodities.

github.com/simonmichael/hledger - 3884f90cc660dd66efb3c62d99a36c776c4c66a2 authored about 3 years ago
;doc: cli, bal: improve table layout in non-html docs

github.com/simonmichael/hledger - 6ce70351fd2daa9c9f3f5f7e7000cac0d845de08 authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - e5b924c390422b73dcaa0b14a74e407a7a794ce8 authored about 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - ee9894f59e67825ad6f5020841378b659267df3e authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - 08f95d051ec385af012da84ef3611276be786308 authored about 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - 7b9cad6cdcbec612b436753e08827770718cd366 authored about 3 years ago
;doc: cli, bal: clarify output formats, layouts more

github.com/simonmichael/hledger - 76f8ed1514a7441f626366c18b346f855d7ad966 authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - 2a58331024a08610f646b1fc2767aaba13ea5695 authored about 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - fdc373f45c4771945270286c23b65267fdc4a3ea authored about 3 years ago
;doc: bal: clarify --layout a little

github.com/simonmichael/hledger - 371539e085b08c0ee9dc32f66b535c87e4b1571c authored about 3 years ago
;doc: cli: document which commands support which output formats

github.com/simonmichael/hledger - 1ba25f971415238006ebd49a8d0d26fdd5c38533 authored about 3 years ago
;examples: invoicing: new invoice script example

github.com/simonmichael/hledger - 7edcf77eae2eba16df3b68e647601840e4ef6844 authored about 3 years ago
;examples: move invoicing makefile to subdir

github.com/simonmichael/hledger - 7c4f5dc2bf55af224222b77e00a7a13edfc59c21 authored about 3 years ago
bin: hledger-number tweak

github.com/simonmichael/hledger - 580ce7af4644ff99814ff5c60a7c84da07fb1a24 authored about 3 years ago
bin: hledger-number

github.com/simonmichael/hledger - 50142a0aec3e5dfd604187551a7921346ba38300 authored about 3 years ago
;ci: linux-static-x64: do a full clone to fix --version output

github.com/simonmichael/hledger - 6c852a825296f25662040e7c921ba8cf43bd7415 authored about 3 years ago
;doc: changelog typo

github.com/simonmichael/hledger - b6c4c227d375c4b5f03ac36c6d8ac766edae5487 authored about 3 years ago
;cabal: update cabal files

github.com/simonmichael/hledger - ce3ec28e3dac4fb2baddb18e15bb30cf63df2e01 authored about 3 years ago
;pkg: bump version to 1.24.99

github.com/simonmichael/hledger - 66619803b70d18d15673ea4d8024d2763b319ef9 authored about 3 years ago
;doc: RELEASING tweaks

github.com/simonmichael/hledger - f8398d6c59254f987de32f6c85aede0283576618 authored about 3 years ago
ci: linux: rename to pull, don't run on push

github.com/simonmichael/hledger - 8c25581dd5a1fb461bc0eb89e7a9d8d0ba2f97ea authored about 3 years ago
ci: linux: move docs to readme

github.com/simonmichael/hledger - f0f830e06c26bbe249531f90306fbf5a3337e8fb authored about 3 years ago
ci: mac, windows: build on any push to these branches

github.com/simonmichael/hledger - a3c71d2fad26844a1b3ca6cd3931a9e01cb28f6b authored about 3 years ago
doc: update manuals

github.com/simonmichael/hledger - 5648db0fd53fd598b3b2ff5f6c4f8292b26139d2 authored about 3 years ago
ci: dummy changes to force building

github.com/simonmichael/hledger - 65ca30ef58983d552bc58a1a0a7e11a3b84f844f authored about 3 years ago
;doc: finalise changelogs

github.com/simonmichael/hledger - 2382fe5db87842aff9c6c76b52c4a2a463791586 authored about 3 years ago
;pkg: bump version to 1.24

github.com/simonmichael/hledger - 387325b59ec934bbd431fb9e92f04bedd8f55645 authored about 3 years ago
;cabal: update cabal files

github.com/simonmichael/hledger - 0c4b82011127df1ce5fb831367096a9e37202b46 authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - 1d3f7a2aad529946bb52dd619c3f44a58d58c875 authored about 3 years ago
;doc: changelog edits

github.com/simonmichael/hledger - 55f5aa9238fead56dbad38183b1f958668b43e71 authored about 3 years ago
;tools: changelog: updates

github.com/simonmichael/hledger - d2081e5d8fda080a6ee130a76017aef2a8011d3b authored about 3 years ago
;tools: changelog: a silly tool that makes changelog work more pleasant

github.com/simonmichael/hledger - 8464fed4f6818e9564108ef8f267b04ed975459a authored about 3 years ago
;doc: edit ui changelog

github.com/simonmichael/hledger - 8c57d70940566321abe80066e7350d8831637df3 authored about 3 years ago
;doc: draft changelogs

github.com/simonmichael/hledger - 4933b9fc45515ee976593bcdc553d4a239adb08b authored about 3 years ago
;tools: make throughput-dev

github.com/simonmichael/hledger - 915136a599284a660439a748f708dd649101ff54 authored about 3 years ago
imp: stats: run time and throughput on one line

github.com/simonmichael/hledger - cda693a94ff3e848d11e6adea93bc6916cb9f2ab authored about 3 years ago
;tools: make throughput[-EXE] improvements

github.com/simonmichael/hledger - 8d618f08213a834e7740811895441952bc8cb3a2 authored about 3 years ago
;doc: accounts mockups

github.com/simonmichael/hledger - db0361113f290adc503ae17812cc93b5a279840c authored about 3 years ago
;doc: update manuals

github.com/simonmichael/hledger - 791f4655df55edf474c1a584e109285df0a40530 authored about 3 years ago
;doc: update CLI usage texts

github.com/simonmichael/hledger - 308c554603f2ae961c8f2ee89516b642fba49ea8 authored about 3 years ago
;imp: examples/templates/, with one example file set ("basic")

github.com/simonmichael/hledger - 6783183ec8898fb40068f32ee8fe590b5084a18e authored about 3 years ago
;doc: templates: basic: inline docs, improvements

github.com/simonmichael/hledger - e71ee0b534748d8ce0adf7a625786e311ca24b31 authored about 3 years ago
imp: ui: Z -> z for easier zero toggling

Z remains supported as a hidden legacy key.

github.com/simonmichael/hledger - bfb8a13c1365358c452b2543259e34ffb26fa88c authored about 3 years ago
imp: ui: also show declared leaf accounts (when showing zeros)

Similar to (and motivating) balance --declared, the goal is to
show a useful list of accounts wh...

github.com/simonmichael/hledger - eb4ad8cc112f99740196bdf4c538d88c3c2c933f authored about 3 years ago
imp: balcmds: support --declared on bs/cf/is also (#1765)

github.com/simonmichael/hledger - 7f320ebfa9296190f683bec8e7135a705668da86 authored about 3 years ago
;cln: clarify #1698 test

github.com/simonmichael/hledger - 4504c173fb62c3e6355018d666bd7e92d4652032 authored about 3 years ago
;dev: is: code notes

github.com/simonmichael/hledger - aba46874f2f4efe445d06b0be38bd2b0040f630c authored about 3 years ago
feat: bal: with --declared, include declared leaf accounts (#1765)

Together with -E, this shows a balance for both used and declared
accounts (excluding empty pare...

github.com/simonmichael/hledger - 6319d6148fcf693b3ce03ee8f933b0f404e97488 authored about 3 years ago
pkg: bump to latest nightly snapshot to avoid buggy happy 1.21.0

github.com/simonmichael/hledger - 5af1ac29c51794a55bba0d570b74c58b386b7d1f authored about 3 years ago
fix: ci: when we can't figure out recent commits, don't check

github.com/simonmichael/hledger - 5f55758ca4f1e61a7196f64a397fc60067f3aaca authored about 3 years ago
Revert "imp: ui: accounts: also show declared accounts, even if unused"

This reverts commit 29efacf02c4b7648e53b9a5c0f0198c5ca968367.
(It breaks filtering by account, a...

github.com/simonmichael/hledger - e5678ce2303239734d11f06a4c7037d26546eeaf authored about 3 years ago
Revert "feat: bal: with --declared, include all declared accounts (#1765)"

This reverts commit a5e19b7391fe594d2faf7ea411ada58a8ebcc957.
(It breaks filtering by account.)

github.com/simonmichael/hledger - 94d92b9760f945a1225ff511e75926b007bfb1d2 authored about 3 years ago
Update description of hledger-check-tagfiles.hs

Made it clear that it's a `/` and not "containing / exist" (i.e., containing or exist).

github.com/simonmichael/hledger - b7e79ef3b2e4d54a7dc6a2bf18e9942c9b42f73c authored about 3 years ago
imp: ui: accounts: also show declared accounts, even if unused

This will be more user-friendly when getting started.

github.com/simonmichael/hledger - 29efacf02c4b7648e53b9a5c0f0198c5ca968367 authored about 3 years ago
feat: bal: with --declared, include all declared accounts (#1765)

Together with -E, this allows showing a balance for all accounts, both
used and declared. I mai...

github.com/simonmichael/hledger - a5e19b7391fe594d2faf7ea411ada58a8ebcc957 authored about 3 years ago
;doc: note extra release step

github.com/simonmichael/hledger - 512e1fe015eee43c24d9ce1e1299e210b5e9460c authored about 3 years ago
bal: fix bcexample test

github.com/simonmichael/hledger - 45da9bb5940f43b6585b690c71cff85f02f7f511 authored about 3 years ago
;dev: commodities: note todo

github.com/simonmichael/hledger - 6e3695c31792d2b6ed158725a5e879d4aa6e5523 authored about 3 years ago
;imp: examples: set account display order in bcexamples

github.com/simonmichael/hledger - f80598e73c643f2d6303e7b89757b061fb0ff9e7 authored about 3 years ago
;imp: doc: account types: prioritise short names, hide old syntax

github.com/simonmichael/hledger - af4d269215127d6fb15afa75b80b9c2384520013 authored about 3 years ago
imp: doc: directives: tweak

github.com/simonmichael/hledger - 3763b50ff2aa8e6a1fcdefc64efad0957468443b authored about 3 years ago