Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cairoshell/managedshell

A library for creating Windows shell replacements using .NET.
https://github.com/cairoshell/managedshell

csharp desktop-environment nuget shell task-manager windows-desktop wpf

Last synced: 3 days ago
JSON representation

A library for creating Windows shell replacements using .NET.

Awesome Lists containing this project

README

        

# ManagedShell
![ManagedShell](https://github.com/cairoshell/ManagedShell/workflows/ManagedShell/badge.svg) [![Nuget](https://img.shields.io/nuget/v/ManagedShell?color=informational)](https://www.nuget.org/packages/ManagedShell/)

A library for creating Windows shell replacements using .NET, written in C#.

## Features
- Tasks service that provides taskbar functionality
- Tray service that provides notification area functionality
- AppBar WPF window class and helper methods
- Several helper classes for common shell functions
- Implements `DependencyProperty`, `INotifyPropertyChanged`, and `ObservableCollection` where appropriate to support binding with WPF
- Supports running as a Windows Explorer replacement, or running alongside Windows Explorer

## Usage
Visit the [ManagedShell Wiki](https://github.com/cairoshell/ManagedShell/wiki) for usage documentation.

## Example implementations
- [RetroBar](https://github.com/dremin/RetroBar)