Go to file
2020-06-01 11:57:39 +02:00
.github [Feature] Update dotnetframework.yml (version, build and release) #42 2020-03-24 17:58:33 +01:00
Business Double Click on file (#82), File contextmenu (#18), Double Click to start item not only one click (#66), version 0.10.1.2 2020-06-01 00:08:10 +02:00
Config Create FAQ (#54), Improve ReadMe (#67), Improve Commit Process (#71), NotifyIcon group outside into taskbar (#58), version 0.10.1.1 2020-05-31 13:43:12 +02:00
DataClasses Double Click on file (#82), File contextmenu (#18), Double Click to start item not only one click (#66), version 0.10.1.2 2020-06-01 00:08:10 +02:00
Helpers #49, #55, #56, version 0.9.2.25 2020-05-04 19:43:47 +02:00
NativeDllImport #10, #80, version 0.9.2.20 2020-04-11 19:32:52 +02:00
Properties Double Click on file (#82), File contextmenu (#18), Double Click to start item not only one click (#66), version 0.10.1.2 2020-06-01 00:08:10 +02:00
Resources Create FAQ (#54), Improve ReadMe (#67), Improve Commit Process (#71), NotifyIcon group outside into taskbar (#58), version 0.10.1.1 2020-05-31 13:43:12 +02:00
ThirdParty [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10 2020-03-23 13:57:02 +01:00
UserInterface Create FAQ (#54), Improve ReadMe (#67), Improve Commit Process (#71), NotifyIcon group outside into taskbar (#58), version 0.10.1.1 2020-05-31 13:43:12 +02:00
Utilities #49, #53, version 0.9.2.29 2020-05-13 19:14:51 +02:00
.gitignore Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00
app.config #49, #55, #56, version 0.9.2.25 2020-05-04 19:43:47 +02:00
azure-pipelines.yml Set up CI with Azure Pipelines 2020-05-21 11:57:47 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-07-07 11:59:22 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2019-07-07 12:12:29 +02:00
LICENSE #10, #49 2020-04-30 13:22:47 +02:00
mails Antivirus.txt added answer from avast 2019-07-06 12:51:18 +02:00
README.md Improve ReadMe (#67), version 0.10.1.1 2020-06-01 11:57:39 +02:00
ReadMe.txt commit of ReadMe.txt 2019-07-20 17:32:49 +02:00
SystemTrayMenu.csproj Create FAQ (#54), Improve ReadMe (#67), Improve Commit Process (#71), NotifyIcon group outside into taskbar (#58), version 0.10.1.1 2020-05-31 13:43:12 +02:00
SystemTrayMenu.sln [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10, Version 0.9.2.11 2020-03-27 20:43:16 +01:00

SystemTrayMenuTrulli

Build Status

SystemTrayMenu is an improved open source toolbar for Windows.
1 2 3

Download the latest official version: http://hofknecht.eu/systemtraymenu/

FAQ

What do I have to do now as first steps?

SystemTrayMenu is portable so you do not have to install it.
We would recommend to put the unzipped SystemTrayMenu folder into a folder like "Portable Tools" in the SystemTrayMenu root directory.

  1. After starting the application the first time you have to choose the root directory.
    C:\Cloudfolder e.g. Seafile, NextCloud or Dropbox\your folder with links e.g. Tools or SystemTrayMenu
    e.g. C:\Seafile\Tools
    In this directory you should put shortcuts of folders and files (App, Game, Script, URL, Network),
    which you are often using and especially when you can not find them over the windows start menu search.
    You can also consider to put there all files from your desktop.

  2. Move the SystemTrayMenu icon by drag and drop from the system tray into the taskbar below.
    group icon out

How can I change the root directory?

You can change the root directory in the settings menu, that you can open by right clicking on the SystemTrayMenu icon.

What does the hotkey do?

In the settings menu you can choose a hotkey to open and close the SystemTrayMenu.

Can the SystemTrayMenu launch on windows startup?

Yes, you can select this option in the settings menu, that you can open by right clicking on the SystemTrayMenu icon.

What can I do if I have a problem, idea or question?

If a problem has occured or you have any ideas or questions, you are welcome to contact us.
Our contact information you can find in the About window, that can be opened by right clicking on the SystemTrayMenu icon.

Security

Some antiviruses might flag this program as malicious, but it is not! The source is open, so you can compile it yourself.

Build

Install Visual Studio 2019.

Contributing

If you would like to contribute, everyone is welcome to.
If you are considering a feature, need guidance, or want to talk an idea out, don't hesitate to create an issue here.
When contributing please respect the style used by the codebase and consider the following rules:
*Run FixCop.
*Increase version in assembly file.
*Add a commit message like: IssueTitle (#xx), IssueTitle (#xx), version x.x.x.x .
*Commit either directly to master or when you are not sure with your changes then create a branch https://guides.github.com/activities/hello-world/ .
*Update issue and set the status to closed.