hishtory/client/tui
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
..
tui.go Filter duplicates with map (#139) 2023-12-05 21:43:01 -08:00