Self-hosted sync server for atuin shell history. Provides the atuin-server binary, which serves the encrypted record sync API consumed by atuin clients. The server was split out of the main atuin binary in atuin v18.12.0.
Self-hosted sync server for atuin shell history. Provides the atuin-server binary, which serves the encrypted record sync API consumed by atuin clients. The server was split out of the main atuin binary in atuin v18.12.0.
To install atuin-server, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install atuin-server
To see what files were installed by atuin-server, run:
port contents atuin-server
To later upgrade atuin-server, run:
sudo port selfupdate && sudo port upgrade atuin-server
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.