atuin-server

Self-hosted sync server for Atuin shell history

brewmacoslinux
Try with needOr install directly
Source

About

Sync server for atuin - Improved shell history for zsh, bash, fish and nushell

Commands

atuin-server

Examples

Start the Atuin sync server on default port 8888$ atuin-server start
Start the server with custom configuration file$ atuin-server start --config /etc/atuin/server.toml
Run the server in the background with specific host and port$ atuin-server start --host 0.0.0.0 --port 8000