Re: Merging extended history
Christoph Groth <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > On 20 Mar 2025, at 10:10, Christoph Groth wrote: > > > The merging tool will allow me to sync histories across boxes (using > > unison in my case). I’m a bit puzzled that no one seems to have > > developed such a tool so far! > > If you're on a Mac, there is an app for that: > https://loshadki.app/shellhistory/ > > Despite the name this is also works for zsh: > https://github.com/rcaloras/bashhub-client > > Quite a star-studded repo: > https://github.com/ellie/atuin > > There's also a few more less famous distributed shell history projects > on Github/Gitlab/Codeberg/... Thanks for listing these projects. It seems that they all use some sort of central database or server, which is exactly what I wanted to avoid. I synchronize a dozen or so user accounts via the unison file synchronizer (some are private, some are at work, some on shared servers - my setup takes into account these different aspects) I was looking for a tool that would fit well into this setup. Christoph