2017/7/3.1
- now log file is not always occupied and is able to be read.
- log buffer is changed from 5 to 1, log to file IMMEDIATELY!
- arguments are supported in runner configuration file.
{
"command": "network and sharing center",
"path": "control.exe",
"icon": "network.png",
"args": ["/name", "Microsoft.NetworkAndSharingCenter"],
"workingdir": "C:\\Windows\\System32"
}2017/6/27.1
ILoggerFactoryandILoggerare added to built-in services, plugins can output logs.
2017/6/26.1
- now you can set default working directory to shortcuts.
- you can set option
admintotruein runner configuration file to run programs in administrator privilege.
A tool adding context menu to program window.
Currently supported feature:
- Shortcuts
- chrome bookmarks search
- Clone current repository, as well as submodules.
git clone https://github.com/lzl1918/HakeQuick
git submodule update --init --recursive
-
Open solution in visual studio, and select
Build -
Build results can be located in directory
build
