diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-01-16 11:22:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 11:22:42 -0800 |
| commit | 05688d8524e5a43dd4cb4671b3f1c795a972bec2 (patch) | |
| tree | b738c32b9c029c1a0d4b7da0f468385286b48e6d | |
| parent | Add ~/.config/atuin deletion to uninstall docs (#3070) (diff) | |
| download | atuin-05688d8524e5a43dd4cb4671b3f1c795a972bec2.zip | |
faq: add alternative projects (#3076)
**Migrated from atuinsh/docs PR:**
https://github.com/atuinsh/docs/pull/77
**Original author:** @Finkregh
---
I always love it when similar projects link to each other :)
Co-authored-by: Oluf Lorenzen <finkregh@mafia-server.net>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
| -rw-r--r-- | docs/docs/faq.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 20256485..d016ef29 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -45,3 +45,14 @@ If you have a backup of `~/.local/share/atuin`, you can import it by: 2. copying the backup to `~/.local/share/atuin` 3. reenabling atuin 4. setting up sync! + +## Alternative projects + +If you dont like atuin, perhaps one of these works better for you: + +- https://github.com/ddworken/hishtory + - written in go + - also provides sync'ed history +- https://github.com/cantino/mcfly + - uses a small local neural network for search + - only local history |
