Explore >> Select a destination


You are here

naildrivin5.com
| | www.trickster.dev
15.4 parsecs away

Travel
| | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting
| | blog.miguelgrinberg.com
15.0 parsecs away

Travel
| | miguelgrinberg.com
| | michaelscodingspot.com
14.5 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | www.outcoldman.com
130.1 parsecs away

Travel
| If you are on Mac, I highly recommend trying the app I have built ShellHistory. I spend a lot of time in terminals, as most of you. I never been more productive than when I started to use dbhist. You probably know several ways how you can search bash history. My ways were Control-R or history | grep foo. Both have limitations, both has issues. With grep it always a hassle for me to write POSIX compatible regexp, like it always gets me, it should be [[:digit:]], not \d. And don't want to mention how often bash corrupts or unexpectedly overrides history file, which I use one for all sessions.