hishtory/client
2023-09-28 22:14:22 -07:00
..
cmd Add workaround for bash issues with pre-saving 2023-09-28 22:13:41 -07:00
data Add initial code to support unique per-entry IDs 2023-09-22 13:16:24 -07:00
hctx Fix syncing consistency bug, but with the caveat that there is currently no easy/practical way to write tests for this 2023-09-23 19:57:41 -07:00
lib Fix incorrect shell name in config.fish for pre-saving 2023-09-28 22:13:35 -07:00
table Add bolding of matching search results for #112, currently behind the beta-mode flag 2023-09-28 22:13:11 -07:00
tui Move regexp compilation out of render function so it isn't run once for every single cell 2023-09-28 22:14:15 -07:00
client_test.go Add test for beta-mode enabling highlighting of matching queries 2023-09-28 22:14:22 -07:00
fuzz_test.go Remove testutils.Check(t, err) and replace it with require.NoError which gives a clearer error message and a full stacktrace 2023-09-28 22:13:27 -07:00
testutils.go Add very basic TUI test that also tests how the TUI uses escape sequences for colors 2023-09-28 22:14:05 -07:00