Skip to content

chrisfcarroll/dotnet-completion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.5%
  • C# 4.5%