←back to thread

131 points tosh | 1 comments | | HN request time: 0.202s | source
Show context
nidnogg ◴[] No.44364425[source]
I've been using Atuin for at least a year and a half, and I think it's definitely the tool I'd been looking for the most in my entire dev career. It has made me much more confident with my hazy memory. Before it I'd struggle consistently to remember most of my recent commands.

bck-i was always a bit obtuse to me and I honestly never grokked it until I had Atuin wired into my workflow (hard) and ran into bck-i instead when SSH'd.

Anytime a peer views my screenshare, they ask "what's the funny thing that makes you so fast". I then proceed to share, first and foremost, Atuin.

Thanks Atuin team! Would love to contribute someday with more time.

replies(3): >>44364580 #>>44364618 #>>44368362 #
1. jauntywundrkind ◴[] No.44368362[source]
One of the things I really struggle to retain about the shell is the various expansions.

Unfortunately history shows the expanded form of what's happened, so I can't go reference that I used the third word of history item 773 as an argument, I only see the resolved argument.

Alas I haven't found any hooks in zsh that show promise here. I'd really love the pure history.

One technique I've used in the past is making a quick command in vim, that takes the selection or current line, and sends it to a given terminal. And perhaps starts a new line too. Basically using vim to author commands, to build the history log. Also I get to use vim, yay.