https://github.com/jinek/ToolUI
https://github.com/jinek/ToolUI
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinek/ToolUI
- Owner: jinek
- License: mit
- Created: 2022-03-06T05:12:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T12:26:43.000Z (over 3 years ago)
- Last Synced: 2024-12-25T09:51:43.765Z (over 1 year ago)
- Language: C#
- Size: 54.7 KB
- Stars: 60
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps - ToolUI - TUI to manage dotnet tools. (<a name="package-manager"></a>Package managers)
- awesome-tuis - toolui
- awesome-cli-apps-in-a-csv - ToolUI - TUI to manage dotnet tools. (<a name="package-manager"></a>Package managers)
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
```