https://github.com/hmz777/z-toolbar
A simple productivity toolbar, written in C# and WPF with a minimalist UI, supports pinning files and folders and can be set to launch at system startup.
https://github.com/hmz777/z-toolbar
csharp desktop-application mvvm productivity-toolbar toolbar wpf xaml
Last synced: 4 months ago
JSON representation
A simple productivity toolbar, written in C# and WPF with a minimalist UI, supports pinning files and folders and can be set to launch at system startup.
- Host: GitHub
- URL: https://github.com/hmz777/z-toolbar
- Owner: hmz777
- License: mit
- Created: 2020-03-08T02:28:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:19:16.000Z (11 months ago)
- Last Synced: 2025-01-31T10:04:33.147Z (5 months ago)
- Topics: csharp, desktop-application, mvvm, productivity-toolbar, toolbar, wpf, xaml
- Language: C#
- Homepage:
- Size: 102 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




# Z-Toolbar
A simple productivity toolbar written in C# and WPF.I have mainly written this tool because i ran out of space in the Windows taskbar and since taskbar icons can be accessed from anywhere with no need to minimize your workspace to access desktop icons (for example),
i created this tool to pin more icons than can be accessed easily from anywhere.# Features
- The toolbar doesn't occupy any screen real estate because it resides off screen and only shown when the mouse pointer reaches the middle of the top edge of the screen.
- It supports adding files and folders.
- Easy and fast way to remove icons from the list by clicking the `Edit` button.
- The app doesn't have a taskbar icon, it has only a tray icon which can be used to close it (in addition to the exit button on the main window).# Images
## Empty Layout
## Adding Files
## Adding Files and Folders
## Deleting Items
# Downloads
[Z-Toolbar Installer](https://github.com/hmz777/Z-Toolbar/releases/download/v1.1/Z-Toolbar.exe)# Misc
- The app register it self in the windows registery in order to run at startup (if the checkbox was checked).
- Items are saved as a JSON file in the app directory.# Upcoming Features
- I will add a docking feature in order to dock the toolbar in different directions on screen.
- Sorting and filtering of items in the list.
- The ability to move icons freely in order to sort them in any way.# Author
### Hamzi Alsheikh
### Website: [https://www.hamzialsheikh.tk](https://www.hamzialsheikh.tk)