# HakeQuick **Repository Path**: oneofthejacks/HakeQuick ## Basic Information - **Project Name**: HakeQuick - **Description**: A quick tool - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hake Quick ## What's new: 2017/6/27.1 - `ILoggerFactory` and `ILogger` are added to built-in services, plugins can output logs. 2017/6/26.1 - now you can set default working directory to shortcuts. ## Introduction A tool adding context menu to program window. Currently supported feature: - Shortcuts - chrome bookmarks search ![demo](https://raw.githubusercontent.com/lzl1918/HakeQuick/master/docs/sample.gif) ## How to build 1. Clone current repository, as well as submodules. ``` git clone https://github.com/lzl1918/HakeQuick git submodule update --init --recursive ``` 2. Open solution in visual studio, and select `Build` 3. Build results can be located in directory `build` ## How to contribute/build your own [Program Guides](https://github.com/lzl1918/HakeQuick/tree/master/docs/index.md)