chrisfcarroll / dotnet-completion

.NET completion for fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Completion for Fish

Installation

wget https://raw.githubusercontent.com/wk-j/dotnet-completion/master/src/dotnet.fish --output-document ~/.config/fish/dotnet.fish
echo "source ~/.config/fish/dotnet.fish" >> ~/.config/fish/config.fish

.NET Command Line

- daa = dotnet add <tab>
- dnn = dotnet new <tab>
- drr = dotnet restore <tab>
- duu = dotnet run --project <tab>
- dtt = dotnet test <tab>
- dss = dotnet sln <tab>
- dpp = dotnet pack <tab>
- dbb = dotnet build <tab>
- dcc = dotnet clean

- dww = dotnet watch

Utility

- d-test <tab> <tab>
- d-project <tab>
- d-solution <tab>
- d-root

Cake Build

- d-cake <tab>

About

.NET completion for fish shell

License:MIT License


Languages

Language:Shell 95.5%Language:C# 4.5%