posh-dotnet alternatives and similar packages
Based on the "Tools" category.
Alternatively, view posh-dotnet alternatives based on common mentions on social networks and blogs.
-
ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to over 80 supported destinations you can choose from. -
OctoLinker
Navigate through project.json, packages.config, *.props, *.targets, and C#/F#/VB.NET project files efficiently with the OctoLinker browser extension for GitHub. -
YARP
YARP is a reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET. -
Open Live Writer
Blog writer which integrated with WordPress, Blogger, et. al. Open Live Writer makes it easy to write, preview, and post to your blog. For more information see http://openlivewriter.org . -
Papercut
Papercut is an open source (.NET based) test email viewer that runs locally with a built-in SMTP server designed to receive and notify of test email messages. -
Netling
A load tester client for easy web testing. It is extremely fast while using little CPU or memory. -
SmartCode
SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!! (Including [Code generator]) -
Fake JSON Server
Fake REST API for prototyping or as a CRUD Back End. No need to define types, uses dynamic typing. Data is stored to a single JSON file. Has authentication, WebSocket notifications, async long running operations, random generation for errors/delays and experimental GraphQL support. -
Workflow Server
Workflow Server is a key component for managing the lifecycle of business objects within your enterprise. -
Downloader
Fast and reliable multipart downloader with asynchronous progress events for .NET applications. -
Mockaco
API mock server with fast setup, useful to simulate HTTP responses, leveraging ASP.NET Core features, built-in fake data generation and C# scripting engine powered by Roslyn scripting API. -
CatLight
Build status notifications for TFS/Jenkins/Travis/Appveyor. Cross-platform desktop app based on .Net Core and Electron. [Free][Proprietary]
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of posh-dotnet or a related project?
README
posh-dotnet

PowerShell
tab completion for the dotnet CLI.
[Tab completion demo](demo.gif)
Installation
You can install it via the PSGallery
if ($PSVersionTable.PSVersion.Major -ge 5) {
Install-Module posh-dotnet -Force
}
else {
Install-Module TabExpansionPlusPlus -Force
Install-Module posh-dotnet -Force
}
Alternatively you can also use it directly from this repo
git clone https://github.com/bergmeister/posh-dotnet.git
cd .\posh-dotnet
Import-Module .\posh-dotnet.psd1
Usage
Import-Module posh-dotnet
It has been tested using the dotnet CLI version 1.0.3 and 2.0.3 on Windows PowerShell 5.1
and PowerShell Core 6.0 RC
but it should also work down to version 3.0 of PowerShell
.
*Note that all licence references and agreements mentioned in the posh-dotnet README section above
are relevant to that project's source code only.