Something I've always wanted from my shell history is to be able to record relative filepaths as their absolute equivalent in the history, is that supported in atuin?. If you do a lot of data munging on the CLI, you end up with a lot of commands like `jq 'complicated_selector' data.json`, which if I want to remember the selector is good, but if I want to remember which data I ran it on is not so good. I could do it with better filenames but that would involve thinking ahead. I also run into this a lot trying to remember exactly which local file has been uploaded to s3 by looking at shell history.
reddit_clone|2 years ago
heleninboodler|2 years ago
Or at least I hope it is. :)
sodapopcan|2 years ago
conradludgate|2 years ago
With the current directory you should be able to get the absolute path from your relative paths
ryanianian|2 years ago
I think what would be more useful is to record `env` or some similar context along with the time and command. That would probably get weird pretty fast, though. Maybe just a thing that could insert some useful bookmarking/state into the history record on-demand? `history-set-checkpoint` or something would save your pwd and local vars or something.
asdff|2 years ago
darkwater|2 years ago
Or maybe I'm just lazy.