Ask HN: What's your terminal workflow like? Need your insights

2 points by ekusiadadus ↗ HN
I'm curious about your terminal life—how do you use it every day?

1 comment

[ 2.7 ms ] story [ 10.1 ms ] thread
I run commands and check their outputs, and most commands come from my recent history (atuin these days). Change folders with "z <part-of-path>" mostly. When working with multiple files I'll open the folder with "code ." (Cursor) and continue there. For some reason I can't get myself to use the VSCode terminal that much. I think its because I cmd+Q by accident too often.