mirror of
https://github.com/Konsl/CLITrayWrapper.git
synced 2026-04-26 00:25:59 +03:00
No description
| .gitattributes | ||
| .gitignore | ||
| CLITrayWrapper.cpp | ||
| CLITrayWrapper.h | ||
| CLITrayWrapper.ico | ||
| CLITrayWrapper.rc | ||
| CLITrayWrapper.sln | ||
| CLITrayWrapper.vcxproj | ||
| CLITrayWrapper.vcxproj.filters | ||
| framework.h | ||
| LICENSE | ||
| README.md | ||
| Resource.h | ||
| small.ico | ||
| targetver.h | ||
CLITrayWrapper
Windows App, which wraps around your Console Application to minimize it into the System Tray
Overview
Starting a CLI app using this tool creates a console window and a system tray entry. The specified command is then executed. The window can be hidden or shown by clicking on the tray icon.
Motivation
An example use case would be if you wanted to start a specific service on boot, but you didn't want to either always have the window in your taskbar or to manually move it to another virtual desktop.
Usage
Usage: cli-tray-wrapper [initial state (visible|hidden)] [tray icon tooltip] [command...]
Click on the tray icon to show or hide the window.