I know I have executed some commands in a project somewhere, I just can't remember the directory/place. atuin has this in the DB, so I do this:
sqlite3 ~/.local/share/atuin/history.db "select distinct cwd from history order by cwd" | grep '....'
It would be really nice if this could be done in this way:
atuin history cwd search '...' and that I only get the (unique) direcories that match in the 'last-visited' order.
I know I have executed some commands in a project somewhere, I just can't remember the directory/place. atuin has this in the DB, so I do this:
sqlite3 ~/.local/share/atuin/history.db "select distinct cwd from history order by cwd" | grep '....'
It would be really nice if this could be done in this way:
atuin history cwd search '...' and that I only get the (unique) direcories that match in the 'last-visited' order.