Hmm, I sometimes do this, when tackling a particular problem, along with some notes. It is often nonlinear and branching.
I use it to construct a problem-solving script in the end. And it’s markdown file.
I do the same, kind of but I paste them in word and format them nicely, based on my mood. Today I made a very nice initial of my npm publish command, it looks really nice.
With all the time you save by not copying your commands into a file for your reference, maybe you can invent a machine that will give your superior mental capacity to everyone else.
I saw someone, instead of opening a folder in VS Code, have a separate Explorer window that they’d navigate through and then right click --> Open in VS Code whichever file they wanted to edit
I had a coworker who is actually quite competent and intelligent. We’re still really good friends. But I think he only less than 10 keystrokes in vi:
up, down, left, right arrows. x (delete char), i (insert mode) and whatever key sequence he used to save and exit. I use :wq! but he may be a ZZ type of person.
deleted by creator
This one here is for your co-worker only! Not for you, not for anyone else, just for him:
https://github.com/atuinsh/atuin
Hmm, I sometimes do this, when tackling a particular problem, along with some notes. It is often nonlinear and branching. I use it to construct a problem-solving script in the end. And it’s markdown file.
Are we OK? ;)
deleted by creator
Wow.
Maybe you can show him
history > out.txt
and blow his mind?history | grep <word> and ! would blow his mind.
deleted by creator
Employer doesn’t know what he does, he does less work in the same amount of time.
This makes me want to rip my eyeballs just thinking about it. Jesus.
I’m imagining when they type, it is at a speed of approximately 100 words per week.
deleted by creator
Good lord, you can even ctrl-r to search your command history so even searchability is not a reason to copy into a text file.
deleted by creator
I do the same, kind of but I paste them in word and format them nicely, based on my mood. Today I made a very nice initial of my npm publish command, it looks really nice.
With all the time you save by not copying your commands into a file for your reference, maybe you can invent a machine that will give your superior mental capacity to everyone else.
deleted by creator
I’m slowly learning not to look into any of my coworkers’ workflows
deleted by creator
I saw someone, instead of opening a folder in VS Code, have a separate Explorer window that they’d navigate through and then right click --> Open in VS Code whichever file they wanted to edit
I had a coworker who is actually quite competent and intelligent. We’re still really good friends. But I think he only less than 10 keystrokes in vi: up, down, left, right arrows. x (delete char), i (insert mode) and whatever key sequence he used to save and exit. I use :wq! but he may be a ZZ type of person.