Commit Graph

62 Commits

Author SHA1 Message Date
David Dworken
2b39cad633
Add docs on reverting the locally installed hishtory for #165 2024-02-04 07:54:09 -08:00
David Dworken
8c07f63744
Add README docs on contributing for #165 2024-02-03 18:17:39 -08:00
David Dworken
ddc73230d8
Add easier support for installing in offline mode 2023-12-21 19:03:21 -08:00
David Dworken
06644a501e
Add new lines to fix markdown rendering 2023-12-21 18:54:04 -08:00
David Dworken
19c4dad356
bash --> shell, since this is a generic feature 2023-12-21 18:51:43 -08:00
David Dworken
c95183d2c5
Add blockquote tag to make zippys look prettier in README 2023-12-21 18:50:57 -08:00
David Dworken
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
David Dworken
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
David Dworken
0be6fe9724
Swap AI completions to be behind a dedicated config option and add docs on it 2023-11-12 03:09:56 -08:00
David Dworken
9efef65e3a
Update README and make column name matching more relaxed 2023-10-18 19:17:05 -07:00
David Dworken
8274534be1
Update README 2023-10-18 19:12:14 -07:00
David Dworken
c8de97a8c8
Rephrase README 2023-10-15 18:36:06 -07:00
David Dworken
906277553c
More README updates 2023-09-23 17:12:33 -07:00
David Dworken
ea10050872
Rephrase README.md docs on self-hosting 2023-09-12 08:21:43 -07:00
Nguyễn Hoàng Đức
7c8359ceb3
Add instruction to direct client to self-hosted server 2023-09-12 19:26:06 +07:00
David Dworken
29723723bc
Fix link to prebuilt server binaries 2023-09-09 12:36:02 -07:00
David Dworken
8be529f269
Add link to server releases to the readme 2023-02-24 19:26:14 -08:00
David Dworken
0dc03e8fd4
Document the key bindings 2023-02-14 17:11:52 -08:00
David Dworken
ebb0c9cc4f
Document deleting from the TUI for #33 2022-12-18 22:05:54 -08:00
David Dworken
dd887b5a42
Add newlines to fix markdown rendering 2022-12-17 22:03:46 -08:00
David Dworken
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
David Dworken
9ed325e0a5
Add support for limiting the number of registrations to fix #46 2022-12-11 19:42:51 -08:00
David Dworken
fd3d932e9d
Document that the server can use sqlite 2022-11-16 20:54:47 -08:00
David Dworken
666d9c6e81
Merge pull request #36 from ddworken/cobra
Migrate to cobra for CLI parsing
2022-11-16 20:47:06 -08:00
David Dworken
ecbbcf533a
Recommend an update before uninstalling 2022-11-16 08:17:52 -08:00
David Dworken
342a02a843
Add initial cobra implementation for config-* 2022-11-16 08:03:23 -08:00
David Dworken
e05300c732
Document the debug logs in the readme 2022-11-14 16:32:39 -08:00
David Dworken
e72ef668ea
Add custom timestamp format as requested in the original HN thread 2022-11-11 17:17:54 -08:00
David Dworken
42e0ac2195
Document that we use WAL + run a checkpoint after hishtory imports 2022-11-11 17:14:11 -05:00
David Dworken
ed3c67daf9
Document hishtory import 2022-11-09 15:12:23 -08:00
David Dworken
9ddae45b03
Add fully tested instructions for self hosting 2022-11-05 13:30:37 -07:00
David Dworken
36f776053b
Add docker-compose file for self hosting to fix #7 2022-11-04 23:41:56 -07:00
David Dworken
1de0e60fb6
Add a short blurb summarizing syncing 2022-11-04 21:18:49 -07:00
David Dworken
6dea8a989e
Add config option to filter out duplicate history entries as requested in #10 2022-11-03 20:36:36 -07:00
David Dworken
254d342467
Add more info on self-hosting a backend 2022-11-03 13:20:22 -07:00
David Dworken
185d2739c7
Add offline mode for hiSHtory 2022-11-03 13:16:45 -07:00
David Dworken
9e3ae62510
Document hishtory uninstall 2022-11-02 19:53:10 -07:00
David Dworken
67bb2e979f
Add demo gif showing the control-r integration 2022-11-01 15:39:46 -07:00
David Dworken
12bb014eea
Add link to blog on how syncing works 2022-11-01 11:10:11 -07:00
David Dworken
1fd3c23e62 Document custom columns 2022-10-31 17:35:49 -07:00
David Dworken
a5ff5a1c07 Document the latest release with fish + tquery 2022-10-23 18:22:16 -07:00
David Dworken
13906185be Explicitly note that we support linux and macos 2022-10-14 21:06:01 -07:00
David Dworken
f7a1e14451
Fix typo 2022-10-09 10:45:00 -07:00
David Dworken
38712335d4 Add CLI keyword to readme 2022-09-26 23:12:06 -07:00
David Dworken
489d953a1b Remove extraneous word 2022-09-24 16:24:40 -07:00
David Dworken
5987a927c2 Remove extraneous # 2022-09-24 16:18:53 -07:00
David Dworken
b63d546168 Add demo to the README 2022-09-24 16:17:23 -07:00
David Dworken
b0c4780d48 hishtory --> hiSHtory 2022-09-24 15:30:51 -07:00
David Dworken
92cec3a87c Delete unused variable + clean up README 2022-09-24 01:13:25 -07:00
David Dworken
9a05dff2e3 Add hishtory redact to README 2022-09-20 21:44:09 -07:00