Skip to content

zjzytnn/RunAnywhere

 
 

Repository files navigation

Introduction

RunAnywhere is a tiny command line-style productivity tool on Windows.

Primary feature

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.

Little tools

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • C# 3.8%
  • C 0.4%