Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cairoshell/managedshell
- Owner: cairoshell
- License: apache-2.0
- Created: 2020-02-15T01:56:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T10:47:07.000Z (7 months ago)
- Last Synced: 2024-05-01T09:24:19.607Z (7 months ago)
- Topics: csharp, desktop-environment, nuget, shell, task-manager, windows-desktop, wpf
- Language: C#
- Homepage: https://www.nuget.org/packages/ManagedShell/
- Size: 468 KB
- Stars: 261
- Watchers: 9
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)