hishtory/client
Ben c8643d5a2b
Filter duplicates with map (#139)
The previous method of filtering duplicates only worked on duplicates that occurred consecutively. Since dupes happen out of order often, this switches the logic to instead use a map of seen commands and filter based on that.
2023-12-05 21:43:01 -08:00
..
ai Better log messages and error messages 2023-11-12 02:57:23 -08:00
cmd Fix incorrect reference when handling config updates 2023-11-24 16:46:22 -08:00
data Add additional error checking that should never trigger 2023-11-22 20:45:38 -08:00
hctx Enable presaving by default rather than having it gated behind BetaMode 2023-11-24 16:46:22 -08:00
lib Filter duplicates with map (#139) 2023-12-05 21:43:01 -08:00
table Revert "Revert all commits since v0.223 to enable me to release a patch on top of v0.223" 2023-09-29 18:21:23 -07:00
test_metrics_exporter More test fixes 2023-11-24 16:46:22 -08:00
tui Filter duplicates with map (#139) 2023-12-05 21:43:01 -08:00
client_test.go Improve vertical sizing for small terminals, fixes #137 (#138) 2023-12-03 21:56:45 -08:00
fuzz_test.go Revert "Revert all commits since v0.223 to enable me to release a patch on top of v0.223" 2023-09-29 18:21:23 -07:00
testutils.go Add presaving test for fish 2023-11-24 16:46:22 -08:00