Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)