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: 10 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T10:47:07.000Z (12 months ago)
- Last Synced: 2024-05-01T09:24:19.607Z (12 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
 [](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)