Integrated development window manager
http://acha.ninja/integrated_development_window_manager.html [acha.ninja]
2017-11-23 01:47
There is an integrated development window manager where you can: Select any compiler error text in any terminal and open the correct file and line in your text editor. Click on the output of ls in any terminal and open the corresponding file with the correct program. Click any url from any text on your OS and open it in your browser. What if I told you it is actually just a 100 line shell script?
https://github.com/andrewchambers/godothecorrectthing
source: L