In case anyone is interested, I added Atuin support into the QOwnNotes command-line snippet manager.
v0.6.0
- Add support for storing commands in Atuin on execution
when using the--atuin
flag (for #15)- This only works for single-line commands
In case anyone is interested, I added Atuin support into the QOwnNotes command-line snippet manager.
--atuin
flag (for #15)
This is awesome! Thanks for the work, and sharing it with us
Thank you! The only thing that still doesn’t work for me is storing history items directly in bash. Could also be a NixOS issue. (I would have posted the GitHub issue, but discourse marked the link as spam )
@ellie, and now my initial two posts are marked as spam too.
ah yeah the spam filter tends to do that if new users post a bunch of links - sorry about that! I’ve removed the flag
This could be missing bash-preexec or ble.sh (see install: Installation | Atuin Docs)
If you definitely have either of those installed, it’s probably worth checking if the problem can be replicated with zsh/etc, so we can at least narrow that down a bit. Bash has strange behaviour sometimes
Thank you very much!
Yes, I thought that too!
That’s the issue I opened on the home-manager GitHub page https://github.com/nix-community/home-manager/issues/5958
(I still can’t post URLs).
But everything that should be needed was in. I still think it’s a NixOS / Home Manager issue.
The fish integration of Atuin in NixOS works great, it’s just the bash integration that doesn’t work…