Is there a mechanism to keep history in the session, but not sync it?

It would be great to filter out commands, but keep them in session. Some vault commands or envconsul commands are quite long and often contain secrets, so I don’t necessarily want to sync them permanently to the database, but keeping them in the session so don’t have to copy it to the system clipboard, a problem in it’s own right, or retype it would be great. I assume I am missing something.

Would “history_filter” from the config Config | Atuin Docs help?

I’m not quite sure it fits your usecase completely (not storing with altuin but keeping in local shell history)

Unfortunately not. I do filter history for secrets already, but unfortunately this also filters the command from atuin in all scopes. I was hoping there was a mechinism to just keep it in the session, but not store it beyond that. I may have to just use the shells history in combination with atuin, it seems.