Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T20:24:47.000Z (over 3 years ago)
- Last Synced: 2023-03-07T20:43:51.451Z (over 1 year ago)
- Topics: csharp, desktop-application, mvvm, productivity-toolbar, toolbar, wpf, xaml
- Language: C#
- Homepage:
- Size: 94.7 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub All Releases](https://img.shields.io/github/downloads/hmz777/Z-Toolbar/total?color=orange&style=flat-square)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/hmz777/Z-Toolbar?color=yellow&label=latest%20release&style=flat-square)
![GitHub Release Date](https://img.shields.io/github/release-date/hmz777/Z-Toolbar?color=yellow&style=flat-square)
![GitHub](https://img.shields.io/github/license/hmz777/Z-Toolbar?color=blue&style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/hmz777/Z-Toolbar?color=black&style=flat-square)# 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
![Empty Layout](https://i.imgur.com/dOWJyZn.png "Empty Layout")## Adding Files
![Adding Files](https://i.imgur.com/tGOHaYd.png "Adding Files")## Adding Files and Folders
![Files and Folders](https://i.imgur.com/BdcsNL6.png "Files and Folders")## Deleting Items
![Deleting Items](https://i.imgur.com/gOB1hJk.png "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)