bd44ceee3f
uff da; i goofed up the previous "fix"
1.3 KiB
Executable File
1.3 KiB
Executable File
Atuin Server
Making your shell magical
Sync, search and backup shell history with Atuin
Atuin is an open-source Terminal User Interface (TUI) for your shell history.
Features
- Shell History Sync
- Sync your shell history to all of your machines, wherever they are
- End-to-end Encryption
- All data is encrypted, and can only be read by you
- Efficient Search
- Search decades of shell history, and recall it in an instant. Atuin offers configurable full text or fuzzy search, filterable by host, directory, etc.
- Data Import
- Bring your existing history with you - Atuin supports importing from a wide variety of formats
- Store Extra Context
- Atuin stores extra context with your commands - working directory, exit code, and more!
Self-hosted sync server
Atuin.sh offers a free, fully-encrypted option for storing your synced shell history as well as an option to self-host a sync server of your own. This is an easy-to-use package for the Atuin sync server component; the user interface is the TUI, which can be installed using many typical package-management tools, e.g.
brew install atuin
apt install atuin
or via bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
.