69 Commits

Author SHA1 Message Date
cccc64fb2e Add docs in readme to call out shorter column names as added in #228 2024-08-11 11:38:00 -07:00
84cf039fad Update title for section 2024-06-13 21:37:08 -07:00
8f982a957d Add README documentation for default-filter 2024-06-13 21:36:24 -07:00
110eb38127 Move docs on custom key bindings to a more logical location 2024-06-02 10:48:53 -07:00
10f01b8483 Add support for enabling/disabling syncing post-install 2024-04-28 16:33:43 -07:00
c933cbc792 Add support for custom key bindings for #190 (#209)
* Add support for custom key bindings for #190

* Add tests for configuring custom key bindings

* Simplify key bindings test

* Add docs on custom key bindings + error message for unhandled actions
2024-04-28 13:50:09 -07:00
52a4fbc96b Add web UI for querying history from the browser (#180)
As requested in #176 and #147 

* Add initail version of a web UI for querying history from the browser

* Rename webui command

* Add basic test for the web UI

* Add README for the web UI

* Add basic auth for the web server

* Add status code when panic-ing
2024-02-19 09:34:33 -08:00
2b39cad633 Add docs on reverting the locally installed hishtory for #165 2024-02-04 07:54:09 -08:00
8c07f63744 Add README docs on contributing for #165 2024-02-03 18:17:39 -08:00
ddc73230d8 Add easier support for installing in offline mode 2023-12-21 19:03:21 -08:00
06644a501e Add new lines to fix markdown rendering 2023-12-21 18:54:04 -08:00
19c4dad356 bash --> shell, since this is a generic feature 2023-12-21 18:51:43 -08:00
c95183d2c5 Add blockquote tag to make zippys look prettier in README 2023-12-21 18:50:57 -08:00
e3b8545116 Update README to deprioritize hishtory query (since the TUI is better maintained these days) and to document updating the color scheme 2023-12-18 21:08:08 -08:00
1b3fa944bd Add support for quoted searchs for exact matches, for #135 (#145)
* Add support for quoted searchs for exact matches, for #135

* Add support for quoting search queries

* Fix spliteEscaped so that it works with escaping dashes and colons in search queries
2023-12-12 22:20:49 -08:00
0be6fe9724 Swap AI completions to be behind a dedicated config option and add docs on it 2023-11-12 03:09:56 -08:00
9efef65e3a Update README and make column name matching more relaxed 2023-10-18 19:17:05 -07:00
8274534be1 Update README 2023-10-18 19:12:14 -07:00
c8de97a8c8 Rephrase README 2023-10-15 18:36:06 -07:00
906277553c More README updates 2023-09-23 17:12:33 -07:00
ea10050872 Rephrase README.md docs on self-hosting 2023-09-12 08:21:43 -07:00
7c8359ceb3 Add instruction to direct client to self-hosted server 2023-09-12 19:26:06 +07:00
29723723bc Fix link to prebuilt server binaries 2023-09-09 12:36:02 -07:00
8be529f269 Add link to server releases to the readme 2023-02-24 19:26:14 -08:00
0dc03e8fd4 Document the key bindings 2023-02-14 17:11:52 -08:00
ebb0c9cc4f Document deleting from the TUI for #33 2022-12-18 22:05:54 -08:00
dd887b5a42 Add newlines to fix markdown rendering 2022-12-17 22:03:46 -08:00
f8b51e49da Support customizing HISHTORY_PATH for people who want to install hishtory in an alternate location to fix #54 2022-12-16 22:22:57 -08:00
9ed325e0a5 Add support for limiting the number of registrations to fix #46 2022-12-11 19:42:51 -08:00
fd3d932e9d Document that the server can use sqlite 2022-11-16 20:54:47 -08:00
666d9c6e81 Merge pull request #36 from ddworken/cobra
Migrate to cobra for CLI parsing
2022-11-16 20:47:06 -08:00
ecbbcf533a Recommend an update before uninstalling 2022-11-16 08:17:52 -08:00
342a02a843 Add initial cobra implementation for config-* 2022-11-16 08:03:23 -08:00
e05300c732 Document the debug logs in the readme 2022-11-14 16:32:39 -08:00
e72ef668ea Add custom timestamp format as requested in the original HN thread 2022-11-11 17:17:54 -08:00
42e0ac2195 Document that we use WAL + run a checkpoint after hishtory imports 2022-11-11 17:14:11 -05:00
ed3c67daf9 Document hishtory import 2022-11-09 15:12:23 -08:00
9ddae45b03 Add fully tested instructions for self hosting 2022-11-05 13:30:37 -07:00
36f776053b Add docker-compose file for self hosting to fix #7 2022-11-04 23:41:56 -07:00
1de0e60fb6 Add a short blurb summarizing syncing 2022-11-04 21:18:49 -07:00
6dea8a989e Add config option to filter out duplicate history entries as requested in #10 2022-11-03 20:36:36 -07:00
254d342467 Add more info on self-hosting a backend 2022-11-03 13:20:22 -07:00
185d2739c7 Add offline mode for hiSHtory 2022-11-03 13:16:45 -07:00
9e3ae62510 Document hishtory uninstall 2022-11-02 19:53:10 -07:00
67bb2e979f Add demo gif showing the control-r integration 2022-11-01 15:39:46 -07:00
12bb014eea Add link to blog on how syncing works 2022-11-01 11:10:11 -07:00
1fd3c23e62 Document custom columns 2022-10-31 17:35:49 -07:00
a5ff5a1c07 Document the latest release with fish + tquery 2022-10-23 18:22:16 -07:00
13906185be Explicitly note that we support linux and macos 2022-10-14 21:06:01 -07:00
f7a1e14451 Fix typo 2022-10-09 10:45:00 -07:00