Hi, it seems that if I comment out a command and “run” it, it doesn’t show up in atuin. I assume this is intentional, but I would love to know if there is a way to also include commented out lines.
I usually comment out commands to save them before running, in case I don’t have all the info I need, or need to run other commands before them. With the up arrow and ctrl+r bound to atuin it’s basically impossible to find the commented commands without scrolling manually up.
I suspect that the shell doesn’t trigger any pre exec hooks, if a line starts with a #, because the shell doesn’t have to parse the input and run any commands.