Atuin integration in QOwnNotes command-line snippet manager

In case anyone is interested, I added Atuin support into the QOwnNotes command-line snippet manager. :wink:

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
3 Likes

v0.6.1

  • The --atuin flag now also add commands to Atuin for multi-line commands
    (for #15)
2 Likes

This is awesome! Thanks for the work, and sharing it with us :partying_face:

1 Like

Thank you! :blush: The only thing that still doesn’t work for me is storing history items directly in bash. :thinking: Could also be a NixOS issue. (I would have posted the GitHub issue, but discourse marked the link as spam :grimacing:)

1 Like

@ellie, and now my initial two posts are marked as spam too. :see_no_evil:

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 :slight_smile:

1 Like

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! :blush:

1 Like

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. :person_shrugging:t2:

The fish integration of Atuin in NixOS works great, it’s just the bash integration that doesn’t work…

1 Like