The Atuin application packaged as a snap.
Important
Due to Snap confinement, the 'scripts' functionality is not available.
To install the snap from the store:
snap install atuin
For bash users, the Snap bundles both ble.sh
& bash-preexec
.
They can be found in /snap/atuin/current/usr/share/
.
The Snap has only really been tested for bash. Please do report any issue on the GitHub repo. Conversely, reports that the snap is working fine with other shells is appreciated.
Make sure that snapcraft is installed and set up.
To build the snap use:
snapcraft pack
To install the locally built snap use:
snap install --dangerous atuin_*.snap