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

lib: parseAmountQueryTerm: allow whitespace around arg parts (#1312)

Whitespace around the operator, sign, or number is now tolerated.

github.com/simonmichael/hledger - 7751d6947cb5b319379823298dd3080706b14687 authored over 4 years ago
lib, journal: parseQuery, modifyTransactions are now total (#1312)

modifyTransactions now also requires a reference date, for parsing queries.
Relative dates are n...

github.com/simonmichael/hledger - 242c05fc9a724a13308043dcd7dfb000147ca1f2 authored over 4 years ago
lib: make parseAmountQueryTerm total, improve docs/tests (#1312)

github.com/simonmichael/hledger - 38a4704641d0d9c100d7f4676dcfd027f1806e81 authored over 4 years ago
lib: In quarterdatespanp, use yearp and allow uppercase Q.

github.com/simonmichael/hledger - 08ad2204483ab55f02a5190874ad11ce9d56ed85 authored over 4 years ago
Revert ";ci: bump actions/cache from 2 to 2.1"

I guess that was not necessary or advisable.

This reverts commit 703c698b16f7f6478207d8cd1bac1c...

github.com/simonmichael/hledger - 22091dfd31f83b0d41a5c5f4bd01a9891e407995 authored over 4 years ago
;ci: bump actions/cache from 2 to 2.1

github.com/simonmichael/hledger - 703c698b16f7f6478207d8cd1bac1c3deb4cd565 authored over 4 years ago
;ui: cabal: simplify dep list to help packdeps reverse deps

(cf snoyberg/packdeps#51)

github.com/simonmichael/hledger - f62797bdb7fbf99186857acc0dc9ff5eaea0a130 authored over 4 years ago
;doc: regen manuals

github.com/simonmichael/hledger - 5d40b5404306742209ffb5b8fc4142c10648f526 authored over 4 years ago
;queries: document quarter query term (#1247)

github.com/simonmichael/hledger - 1eca6b8b5c7b5de25bf08df6c5aacba24e356925 authored over 4 years ago
;web: ensure sidebar accounts are in tree mode, fixing a regression

github.com/simonmichael/hledger - 7df9a40750917d96a4509c5bce3b383624413e87 authored over 4 years ago
;web: fix inaccurate description of query term combining (#1246)

github.com/simonmichael/hledger - 2ba7bb0428751b9b5e6c151d9cfa51e3ffae0122 authored over 4 years ago
lib: doubledatespanp: fix and re-enable doctest

github.com/simonmichael/hledger - ccac09fb1b1a060059f1defb779a5374a71b53f6 authored over 4 years ago
lib: quarterdatespanp (fixes #1247)

github.com/simonmichael/hledger - 9c9701fe7d0fe0cc37f455d456466503d9c5ee23 authored over 4 years ago
lib: datep now requires years to be at least four digits.

github.com/simonmichael/hledger - dc41cee2b01b8f2c07c80fe553d924bf2acae2fa authored over 4 years ago
lib: Ensure parsed years have at least 4 digits.

github.com/simonmichael/hledger - ffb5cf077394ab8cf4e4b42a9cfc49a663d10e0f authored over 4 years ago
lib: Refactor reportingintervalp to be more compact and do less backtracking.

github.com/simonmichael/hledger - 7b9f9ae49cb632ab93256d436a3c75fbc27a239d authored over 4 years ago
lib: Remove unnecessary try in parsers, replace unnecessary string' with string, rewrite some parsers in applicative style.

github.com/simonmichael/hledger - 696d9c73b011abbf12b7df05623471cf8f2c8f86 authored over 4 years ago
lib: disallow tabs in simplecommoditysymbolp (fixes #1301)

github.com/simonmichael/hledger - a82c383370c0ad71112ed5e612b7cff7aac71ece authored over 4 years ago
doc: fix regex in example for regex aliases

github.com/simonmichael/hledger - 76b04ceb4f326348dfafa01e3286d3b19983685d authored over 4 years ago
doc: clarify virtual prices

github.com/simonmichael/hledger - 76cb45def64e6fd4b27a7e01c94299e4468ed6ab authored over 4 years ago
lib: Change skipMany spacenonewline to takeWhileP Nothing isNonNewlineSpace.

github.com/simonmichael/hledger - 081ee390ab943b9bcac89abe16128dfcbdc0e2c8 authored over 4 years ago
;reg,areg: interlink their docs

github.com/simonmichael/hledger - 1c4e0c3cffe931c04c1102dbf471610f17bbff63 authored over 4 years ago
;bs/bse/cf/is: update help to mention account types

github.com/simonmichael/hledger - 640d2f297262e1c0737f7b9eff511e23d1e3a8ba authored over 4 years ago
stack, ci: the real fix for failing ghc 8.2 & CI

github.com/simonmichael/hledger - eeb178f86aab88ca77ece7d51b997608191d582c authored over 4 years ago
ui: ESC now restores exactly to initial app state (#1286)

Also resetFilter (DEL/BS key) no longer changes tree/list mode.

github.com/simonmichael/hledger - 7868da2a48121d63c7da52c8c5b5c17fe41f7013 authored over 4 years ago
ui: q exits help; improve help layout (#1286)

github.com/simonmichael/hledger - bac3028704c3d2f6ef4e1415abfacdb8aa43126f authored over 4 years ago
ui: restore vi keys by popular demand; t toggles tree mode (#1286)

github.com/simonmichael/hledger - ae830a1acecac12b40c7c7f0cf6954396d3f6977 authored over 4 years ago
ci: linux: try to avoid bad cached package db for ghc 8.2

Two versions of ansi-terminal are breaking CI somehow.

github.com/simonmichael/hledger - 386a967a669f480235ba55166147bc22b49fb3f0 authored over 4 years ago
;ui: escape key, forgot this

github.com/simonmichael/hledger - ef8a5140b3262f67f045d89cc4983c98f4bb67bb authored over 4 years ago
ui: escape key also clears report period limits

github.com/simonmichael/hledger - bc62fcada4b74abe70d076968fbb7aed8d889ab1 authored over 4 years ago
ui: use t/l keys for tree/list, T for "today", drop vi keys?! retune help (#1286)

github.com/simonmichael/hledger - 847fc2323681348780e1626ddaab808d5a6ba266 authored over 4 years ago
cli: add -t/-l short flags for --tree/--flat; improve help (#1286)

github.com/simonmichael/hledger - 3636875a5da6159d44a8cf4a7592f535a52f1992 authored over 4 years ago
ui: use -t/-l short flags for --tree/--flat, like cli (#1286)

github.com/simonmichael/hledger - a3ae4d88f8aaad4bb9674b572708a3860b3ec604 authored over 4 years ago
cli: improve --color/--colour help & help layout

github.com/simonmichael/hledger - ba496997282766318fefeef35ab9195ba60f5e24 authored over 4 years ago
;journal: account types: fix broken tests

github.com/simonmichael/hledger - cb599111a6c4906f506898aba360df1c3ceb5f03 authored over 4 years ago
;lib: CBCSubreportSpec note

github.com/simonmichael/hledger - e057857c048482335cefa22a7046c6b9930b96f8 authored over 4 years ago
;journal: account types: fix detection of Cash as an Asset, add tests

github.com/simonmichael/hledger - e4f8b80d3b857cc998b20c7ad9d4696310c01c46 authored over 4 years ago
;journal: account types: doc fix

github.com/simonmichael/hledger - 6a772fb94e9b3ebafc5a5555e1144a864c938eb7 authored over 4 years ago
journal: account types: add Cash, tweak fallback regexp, rewrite docs

github.com/simonmichael/hledger - fd9171df072cbac9a8381ad0044e5b3aacce9848 authored over 4 years ago
lib: account name clipping takes Maybe Int as depth.

github.com/simonmichael/hledger - 30f02b088233b55360b663c01a2737976c77fe32 authored over 4 years ago
lib: Make queryDepth return Maybe Int.

github.com/simonmichael/hledger - 51ea6d9f2535e2c221a407b3f9a27ffaecc6b2c6 authored over 4 years ago
lib: Use text library functions for stripping.

github.com/simonmichael/hledger - dc076b0d5b4ffeba5b415aee8eb6a539cb62d326 authored over 4 years ago
lib: Introduce takeEnd to get rid of some reverse . take n . reverse.

github.com/simonmichael/hledger - ed99aea7d5b09808deaac34cef882ef2ecc3f661 authored over 4 years ago
;regen help/manuals

github.com/simonmichael/hledger - 73141aa645a51a2189868687f8fdbf69ed37ed52 authored over 4 years ago
;cli: improve --color help

github.com/simonmichael/hledger - 144415f6fa369a593ca8b1a3151e539d845dfe43 authored over 4 years ago
cli: --color/--colour option; smart emacs, windows autodetection (#1296)

github.com/simonmichael/hledger - 345227024140ae451f4c859fe6cc89611795c895 authored over 4 years ago
;areg: doc: fix heading level

github.com/simonmichael/hledger - 02043d4e65da733d0538e4f89417e03ab94b50f8 authored over 4 years ago
;regen help, manuals

github.com/simonmichael/hledger - 4f7bee7abf1cb5b5b2893bb679e9166f7930cf2e authored over 4 years ago
areg: an account transaction register like the ones in ui/web (#1294)

;areg: debug output

;areg: show a title indicating which account was picked

This might be a bi...

github.com/simonmichael/hledger - 9198449ee39a63183c87cb916a63898e5cd0f298 authored over 4 years ago
lib, ui, web: stricter accountTransactionsReport filtering

accountTransactionsReport now filters transactions more thoroughly, so
eg transactions dated out...

github.com/simonmichael/hledger - 3f86bd545f07bb801430d89684b8fd095f881fdf authored over 4 years ago
;lib: valuation debug output note

github.com/simonmichael/hledger - bf2fe3d88ec4cf74bb216fed8c632570cf6b053e authored over 4 years ago
tags: add --parsed flag, hide empties without --empty

With --parsed flag, all tags or values are shown in the order they
are parsed from the input dat...

github.com/simonmichael/hledger - fd00d9c1ccced4a013217c0036b7da5ee1f4cd48 authored over 4 years ago
lib: postingsReport: follow debug levels policy

github.com/simonmichael/hledger - febd8bb4576f4b639236612d809bfc1b1e7f24df authored over 4 years ago
;cli: improve --value help, mention 'then'

github.com/simonmichael/hledger - c99989acd7c740f8b26676873f65800691c22b04 authored over 4 years ago
ci: spread ghc versions among workflows, clean up restore keys

github.com/simonmichael/hledger - a1c2c82c038469d5fc6ddaa9785a64c0e42c54ce authored over 4 years ago
;ci: linux: tight disk space has been resolved I think

github.com/simonmichael/hledger - d1a5bd7fa2ded6e4b34978d608f2e4221abf5358 authored over 4 years ago
;csv: doc: subheadings

github.com/simonmichael/hledger - 0489622a3fef1fe9ab4df7520b428763f84d9670 authored over 4 years ago
;make save-hledger* rules for saving executables useful for benchmarking

github.com/simonmichael/hledger - bdc735fa3b552f5851f01d21ff42be4b8bb27f18 authored over 4 years ago
;make help more quietly

github.com/simonmichael/hledger - aaa32f56a1d0e5e1b6cfc3aaa9f99983d91c7ae0 authored over 4 years ago
lib: Simplify and speed up amountLooksZero.

github.com/simonmichael/hledger - ee3ed6acdfbe98464f0305731d5eddbfb315bbb9 authored over 4 years ago
lib: Work around hiding deprecation warnings, don't traverse zeros twice in normaliseHelper.

github.com/simonmichael/hledger - fd729beabfd5cf0c69e0a03b46e816e43f6608ad authored over 4 years ago
lib: Refactor sortAccountTreeByAmount

github.com/simonmichael/hledger - 99b74dc3897aa6194181b8662548ebedd986ce6e authored over 4 years ago
lib: Replace {pr,prr}Negate with fmap negate.

github.com/simonmichael/hledger - 463eee7bf4992103443c182af639c34c5ba3a345 authored over 4 years ago
balcmds: avoid short month names in multi-year monthly reports

github.com/simonmichael/hledger - f518da747ccac338be26b5ab3bdc11bfc7bbb375 authored over 4 years ago
lib: list exports of Hledger.Reports.BudgetReport

github.com/simonmichael/hledger - f4991d05b4a2a82df0d3a9b6f9ef2830300f3e9f authored over 4 years ago
;refactor: extracted reportPeriodName for making report headings

github.com/simonmichael/hledger - 23bef9a01beeb7ecd22e295aa4a4bb07cc2eecaa authored over 4 years ago
lib: spanStartYear, spanEndYear, spanYears DateSpan helpers

github.com/simonmichael/hledger - 4b9a76068f5ec5039d4d13a28fea4c088bc40efa authored over 4 years ago
bal --budget: show end-date column headings when appropriate

bal --budget was always showing the period as column heading,
as if for a change report. With --...

github.com/simonmichael/hledger - a89a4e1b425a5f5a164a534ef7867dd7666e71f4 authored over 4 years ago
;refactor balance report column headings

github.com/simonmichael/hledger - 0a9b05f3fdf0b3245c673532094a7315ddd07ba0 authored over 4 years ago
bal, bs, cf, is: update flat/tree help; order options a bit better

github.com/simonmichael/hledger - 09b1736d5ad914b40b7628cf8540718be2551466 authored over 4 years ago
lib: Refactor MultiBalanceReport row sorting, make sure totals are calculated after pruning.

github.com/simonmichael/hledger - bfda10ff20c3241c6a2a96cf08017fc6d43402e5 authored over 4 years ago
lib: Refactor BudgetReport to re-use MultiBalanceReport code.

github.com/simonmichael/hledger - f5e1fb2625e99cf1b9e9746171f5a756aa5fdead authored over 4 years ago
lib: Use last column of historical balance as total. Use totals for balanceReport.

github.com/simonmichael/hledger - bde4d7e2e431d61c730b2f2c7c6ee6efac2d9f7a authored over 4 years ago
cli: Allow --drop in account command in tree mode.

github.com/simonmichael/hledger - 5ffe1d765645c0c15af15e0c5929205a87af0213 authored over 4 years ago
lib, cli: Use --flat as the default mode for all reports.

github.com/simonmichael/hledger - 1425301a8ca2f09a1884e8e602ae3575b271cff9 authored over 4 years ago
doc: Remove references to old limitations of boring parent ellision.

github.com/simonmichael/hledger - df84a417d79fb58ade49714ace8ff93457fb2191 authored over 4 years ago
codes: functional tests

github.com/simonmichael/hledger - 7833586d14423461082fe69bb83e0b8327d45398 authored over 4 years ago
codes: add missing files to stack/cabal config

github.com/simonmichael/hledger - 644be1e1cfc9916e3eb4d0ac5fb1bd3852631ecb authored over 4 years ago
codes: new command for listing transaction codes

github.com/simonmichael/hledger - 3ad313d8faae04c50c5975e0078d0d16c918cbc8 authored over 4 years ago
descriptions, notes, payees: fix/improve help and comments

github.com/simonmichael/hledger - a7a01c0f9fb818246fe444c88c1095f880cf5fac authored over 4 years ago
csv: Add docs and integration test for & operator

github.com/simonmichael/hledger - 868c6fdbac7e98bf06c898b8c1fadd5ddd892968 authored over 4 years ago
;doc: Revise doc for & operator

github.com/simonmichael/hledger - 278032bc8d19a3e703d25f5092491d925bf83508 authored over 4 years ago
csv: Add support for & operators in conditional blocks

github.com/simonmichael/hledger - 5ec0a518da6e3bd1e096fee3b5d33eb583533846 authored over 4 years ago
add: fix help - arguments are inputs, not a query

github.com/simonmichael/hledger - eee9402ba8e4f2ce71e454a26bde449ea590f94b authored over 4 years ago
;csv: doc: fix some if-related links

github.com/simonmichael/hledger - 81d3ac7d66d0aec1e3cd33754a968e80ee71246a authored over 4 years ago
;doc: changelogs

github.com/simonmichael/hledger - 0bbd88fe7f8e42d2772aa0b1feb398c777b387e1 authored over 4 years ago
ui: register: elide multicommodity amounts

github.com/simonmichael/hledger - 3b6a8b09569b5ba698e819a4f305bc91593c175b authored over 4 years ago
add a color argument to most amount show helpers, drop cshow variants

This is an API change, but it seems better than having additional
colour-supporting variants and...

github.com/simonmichael/hledger - 44c3eb1904670ab6ae9975e817f513acb022a615 authored over 4 years ago
bal --budget: elide multicommodity amounts

github.com/simonmichael/hledger - 25c15d4bab3e256ee4be500d9b1623ea5a000552 authored over 4 years ago
balcmds: elide amounts with 3 or more commodities, unless --no-elide

Multicolumn balance reports showing many commodities tend to become
unreadably wide, especially ...

github.com/simonmichael/hledger - 2739a70a38b28114d9ab042cdf3597f53337dc02 authored over 4 years ago
;fix balance sorting test (#1279)

github.com/simonmichael/hledger - 1a321c9ae071f0b6841500c8178609980098291d authored over 4 years ago