https://github.com/jinek/ToolUI
https://github.com/jinek/ToolUI
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinek/ToolUI
- Owner: jinek
- License: mit
- Created: 2022-03-06T05:12:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T12:26:43.000Z (over 2 years ago)
- Last Synced: 2024-09-01T08:02:12.258Z (8 months ago)
- Language: C#
- Size: 54.7 KB
- Stars: 57
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tuis - toolui
README
# ToolUI
Helps to manage dotnet tools.
This application has been built using [Consolonia](https://github.com/jinek/Consolonia) and [CliWrap](https://github.com/Tyrrrz/CliWrap)
Quick start video: https://youtu.be/MOltIKesqvk
## Screenshots

## Installation And Usage
Locally:
```
dotnet tool install ToolUI
dotnet tool run dotnet-toolui
dotnet tool uninstall ToolUI
```
Globally:
```
dotnet tool install ToolUI --global
dotnet toolui
dotnet tool uninstall ToolUI --global
```