RunAnywhere is a tiny command line-style productivity tool on Windows.
You can call out RunAnywhere by hot key, and input your pre-defined shortcut commands, then it will discover the path of current file from application which you are working on, and pass it to your command to run.
For example, you can define a shortcut command log
, this command calls TortoiseGit to show git logs of file. After that, you call out RunAnywhere in Visual Studio, input log
and press enter, TortoiseGit will run and open a window showing git logs of the file openning in Visual Studio.
In explorer window, you can also use log
command to show git logs of selected file.
RunAnywhere will support more applications in the future.
There are also some little tools that are handy to developers integrated in RunAnywhere, sush as a calculator. As long as you input a math expression in RunAnywhere, it will show result of the expression. By pressing enter, you can copy the result into clipboard.
Supported by extended syntax, calculator in RunAnywhere also has practical features like converting numbers between different bases, etc.