lkaczanowski / dotnet-rider-cli

.NET Global tool to launch JetBrains Rider from the CLI on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-rider-cli

This is a simple .NET Global tool to launch JetBrains Rider from the CLI on Windows.

Installation

Windows-only for now:

λ dotnet tool install -g dotnet-rider-cli

Usage

To open the current directory:

λ rider .

To open a solution:

λ rider Thing.sln

Why?

I install Rider using the JetBrains toolbox, and I generally use the Nightly builds, so the install location changes a lot. I don't want to keep updating an alias, so I made this. It finds all the installations of Rider under %LOCALAPPDATA%\JetBrains\Toolbox\apps\Rider and runs the most recent version it finds.

Hope somebody else finds it useful.

About

.NET Global tool to launch JetBrains Rider from the CLI on Windows

License:MIT License


Languages

Language:C# 100.0%