A tool that helps you check your dotnet processes, aka alias for pgrep dotnet | xargs ps -p
on Unix or Get-Process dotnet
on Windows.
.NET global tools are a new feature in .NET 2.1, which is currently in preview.
Install .NET Core CLI at least 2.1 from microsoft.com.
Then run:
dotnet install tool -g dotnetps
Run dotnetps
from the command line, for example:
dotnetps
Just cd to src/dotnetps
and run dotnet pack -C Release -o ../nupkg
.
Then cd to dotnetps/nupkg
and run dotnet install tool -g dotnetps
.
Add ASP.NET to the dotnetps output when given aspnet argument.
- Vinicius Quaiato, aka vquaiato, Lambda3, @vquaiato
Contributors can be found at the contributors page on Github.
Use Twitter.
This software is open source, licensed under the Apache License, Version 2.0. See LICENSE.txt for details. Check out the terms of the license before you contribute, fork, copy or do anything with the code. If you decide to contribute you agree to grant copyright of all your contribution to this project, and agree to mention clearly if do not agree to these terms. Your work will be licensed with the project at Apache V2, along the rest of the code.