Hacker News new | ask | show | jobs
by andai 950 days ago
>it is also relatively easy to find older things since I have a sense of roughly how far back they are

I have a ~/dev/file_list.txt, generated by

    find . > file_list.txt
(I think I might have added a flag to exclude node_modules...)

I drag the output file into Sublime Text, so I can search the entire directory instantly. (It also works for entire hard drives!)