4 ms·
I create a file cmds.txt in project directories which contain lists of any commands I might typically use (especially in the context of the directory where I pl
by kerneloftruth 5y ago
I create a file cmds.txt in project directories which contain lists of any commands I might typically use (especially in the context of the directory where I place it). That way, I can 'find . cmds.txt' to recall. Low tech and brain dead simple, but it works for me.
- swah 5y agoMe too - but never thought about this good tip with the "find" command. The article's caveat about storing "just the commands" (run log) applies though..