hledger/hledger-lib/Hledger
Simon Michael 1011029356 imp: pager set extra LESS options for a nice experience when using less
Currently this sets a rather ambitious set of options,
and overrides the existing LESS:

  --chop-long-lines
  --hilite-unread
  --ignore-case
  --mouse
  --no-init
  --QUIT-AT-EOF
  --quit-if-one-screen
  --RAW-CONTROL-CHARS
  --squeeze-blank-lines
  --use-backslash
  --use-color
2024-10-31 19:13:39 -10:00
..
Data cli: Commands.Aregister: implement --invert option 2024-10-23 21:55:24 -10:00
Read dev: refactor, clarify detection of cost/conversion postings 2024-10-20 09:13:58 -10:00
Reports cli: Commands.Aregister: implement --invert option 2024-10-23 21:55:24 -10:00
Utils imp: pager set extra LESS options for a nice experience when using less 2024-10-31 19:13:39 -10:00
Write lib: Write.Ods.printFods: change type of number of fixed rows/columns from (Maybe Int) to Int 2024-10-22 12:05:42 -10:00
Data.hs lib: add Hledger.Data.Currency, currencySymbolToCode, currencyCodeToSymbol 2024-10-11 14:56:03 -10:00
Query.hs imp: disallow date: in expr: OR expressions, avoiding unclear semantics [#2177][#2178] 2024-04-07 23:37:28 -10:00
Read.hs dev: clarify how readJournalFiles defers checks, and use a dedicated flag 2024-05-02 21:36:32 -10:00
Reports.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Utils.hs dev: fix warnings with ghc 9.10 / base 4.20 2024-09-30 17:20:13 -10:00