hishtory/client/lib
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
..
goldens Improve vertical sizing for small terminals, fixes #137 (#138) 2023-12-03 21:56:45 -08:00
config.fish Swap to using hishtory getTimestamp to get the precise timestamp since this gives us a precise timestamp even on MacOS 2023-11-19 09:41:05 +01:00
config.sh Swap to using hishtory getTimestamp to get the precise timestamp since this gives us a precise timestamp even on MacOS 2023-11-19 09:41:05 +01:00
config.zsh Swap to using hishtory getTimestamp to get the precise timestamp since this gives us a precise timestamp even on MacOS 2023-11-19 09:41:05 +01:00
lib_test.go Call m.Run() in TestMain so that lib tests actually get executed, and fix test breakages that existed because lib tests weren't running 2023-11-09 23:00:20 -08:00
lib.go Filter duplicates with map (#139) 2023-12-05 21:43:01 -08:00
slsa_test.go Update slsa integration to use the shared library for parsing version strings 2023-11-09 20:52:21 -08:00
slsa.go Update SLSA integration to always prompt the user before suspected broken updates 2023-11-11 11:26:39 -08:00