Skip to content

Instantly share code, notes, and snippets.

@jerlendds
Created March 2, 2026 21:41
Show Gist options
  • Select an option

  • Save jerlendds/c6742e3e945a432b48ee41536f010575 to your computer and use it in GitHub Desktop.

Select an option

Save jerlendds/c6742e3e945a432b48ee41536f010575 to your computer and use it in GitHub Desktop.
systemd service for hister - Full-text search across your entire browsing history and beyond. Private. Fast. Yours.
[Unit]
Description=Full-text search across your entire browsing history and beyond. Private. Fast. Yours.
After=network.target
[Service]
ExecStart=%h/.local/bin/hister listen
ExecStop=killall -q hister
[Install]
WantedBy=default.target
@jerlendds
Copy link
Author

Usage

  1. Download hister.service file

  2. setup systemd

cat hister.service >> ~/.local/share/systemd/user/hister.service
systemctl --user enable hister.service
systemctl --user start hister.service
systemctl --user status hister.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment