Commit Graph

36 Commits

Author SHA1 Message Date
862db59211 Slow down gif per feedback in #199 2024-04-15 21:49:47 -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
b4e517a594 Move function to start of python file to make it more idiomatic 2024-02-09 20:21:27 -08:00
2573551416 Move up os.remove so that the file is removed even if it fails to execute 2024-02-09 20:20:55 -08:00
638912b230 Improve install.py script to attempt to detect when /tmp/ is noexec (#172)
* Improve install.py script to attempt to detect when /tmp/ is noexec

* Add test to install from python script at HEAD

* Remove incorrect duplicated line

* Delete the tmp hishtory-client download since it may be dropped in CWD rather than /tmp/
2024-02-09 17:41:52 -08:00
ddc73230d8 Add easier support for installing in offline mode 2023-12-21 19:03:21 -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
211c9fb6b7 Update demo gif to show the most recent TUI 2023-10-14 18:43:04 -07:00
2a95553fdf Fix install.py script for arm7 so installs work on raspberry pis 2023-09-06 21:35:28 -07:00
27cd544524 Add support for arm7 for #63 to support raspberry pis 2023-02-18 22:00:39 -08:00
956377d472 linux arm is called aarch64, see #48 2022-12-12 19:45:54 -08:00
83667a52f4 Fix #51 by changing if --> elif 2022-12-12 19:44:02 -08:00
7c86b812bf Add support for linux arm64 for #48 2022-12-11 20:39:45 -08:00
3e0ed67518 Serve a HTML redirect 2022-11-06 14:59:00 -08:00
9cc485f3b1 Remove the redirect since it breaks the install.py 2022-11-06 14:43:49 -08:00
7ceb303caf Delete the landing page and instead serve a redirect to the github repo 2022-11-06 14:33:28 -08:00
846f256fa4 Support a TMPDIR variable in case /tmp/ is mounted noexec 2022-11-03 18:04:16 -07:00
cc2a6046d3 Update demo gif to show search atoms 2022-11-01 22:39:54 -07:00
31ef7a2fdd Better timing for the demo gif 2022-11-01 22:33:48 -07:00
24be30d1e1 Slow down gif 2022-11-01 19:13:47 -07:00
67bb2e979f Add demo gif showing the control-r integration 2022-11-01 15:39:46 -07:00
5fc3cf3ebc Increase speed 2022-09-24 16:14:05 -07:00
aa4a7310dd Add hishtory.svg from asciinema 2022-09-24 16:12:02 -07:00
b0c4780d48 hishtory --> hiSHtory 2022-09-24 15:30:51 -07:00
63625e94fe Add prominent github link to the website 2022-09-24 01:16:13 -07:00
3e89accf97 Delete the tmp client before downloading to clear macos's signature cache 2022-09-21 19:01:34 -07:00
d0aaef10ff Update landing pages 2022-06-04 23:29:13 -07:00
e745941350 Stop looping the demo video + increase speed 2022-06-04 23:22:07 -07:00
72bd46d4e8 Detect failures to install hishtory in install script 2022-06-04 22:09:30 -07:00
7e4f8e060f Add TODO to install.py, and explicitly set CGO_ENABLED=1 2022-04-19 22:22:04 -07:00
0a03ce3407 Add missing .py extension 2022-04-19 20:44:35 -07:00
6c9236785a Add an easy to use cross-platform install script for that classic curl | bash goodness 2022-04-19 20:36:14 -07:00
9ce1de69b4 Starting on the readme + replace bash with shell in website 2022-04-09 11:40:15 -07:00
f7627d3e77 add links to github repo and better format the installation instructions 2022-04-09 00:33:20 -07:00
f02033afeb Mention SLSA on the landing page 2022-04-09 00:25:09 -07:00
57a95fb9a7 Moved all backend code into the backend/ directory 2022-04-08 23:56:02 -07:00