EggEgg.Shell 5.0.0-rc52-rc05

This is a prerelease version of EggEgg.Shell.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package EggEgg.Shell --version 5.0.0-rc52-rc05                
NuGet\Install-Package EggEgg.Shell -Version 5.0.0-rc52-rc05                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EggEgg.Shell" Version="5.0.0-rc52-rc05" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EggEgg.Shell --version 5.0.0-rc52-rc05                
#r "nuget: EggEgg.Shell, 5.0.0-rc52-rc05"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EggEgg.Shell as a Cake Addin
#addin nuget:?package=EggEgg.Shell&version=5.0.0-rc52-rc05&prerelease

// Install EggEgg.Shell as a Cake Tool
#tool nuget:?package=EggEgg.Shell&version=5.0.0-rc52-rc05&prerelease                

csharp-shell

Provide easy and fully-armed command-based shell experience.

Features

(screenshots or records are WIP)

Just write a command struct in less than 20 lines, and get:

  • User input not shuffled by random log output
  • Executing-like command line args input
  • Auto generate usage
  • Auto completion of options or file path while input

You can view example at src/ShellExample. dotnet run to continue. Try the following:

  • Type help and see commands overview;
  • Type health and press Tab to see command auto-completion;
  • Press Space, Tab to see subcommand auto-completion, more times to complete options;
  • Type healthcheck help to see auto-generated usage;
  • Type select -p " and press Tab to see file path auto-completion;
  • Press Ctrl+C to see exiting prompt. This is customized in .../CustomCommandLine.cs.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0-rc52-rc06 3 7/15/2024
5.0.0-rc52-rc05 1 7/14/2024
5.0.0-rc52-rc04 1 7/14/2024
5.0.0-rc52-rc03 1 7/14/2024
5.0.0-rc52-rc02 1 7/14/2024
5.0.0-rc52-rc01 0 7/14/2024
5.0.0-rc52 2 7/9/2024
5.0.0-rc51 4 7/2/2024
5.0.0-rc15 1 8/19/2024
5.0.0-rc14 7 8/12/2024
5.0.0-rc13 1 8/12/2024
5.0.0-rc12 1 8/12/2024
5.0.0-rc11 0 8/12/2024
5.0.0-rc10 1 8/12/2024
5.0.0-rc09 1 8/11/2024
5.0.0-rc07 2 7/30/2024

Provide easy and fully-armed command-based shell experience.