1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Misc refactoring More... over 6 years ago
Refactored ConsoleEx Select methods More... over 6 years ago
Added README.md file to ConsoleExtensions project to track pending work. More... over 6 years ago
Added methods for selecting multiple values from a list. Moved Select* methods out of ConsoleEx.Prompt.cs and into a new file ConsoleEx.Select.cs More... over 6 years ago
Added Prompt method to select from a list of options. Added ClearCurrentLine method to clear contents of current line. More... over 6 years ago
Renamed the ConsoleEx.Write methods to Print to avoid clashing with the Console methods. More... over 6 years ago
Added Prompt method with only validator, no message More... over 6 years ago
Added a ConsoleEx.Prompt function that validates the input and keeps asking till valid input is entered More... over 6 years ago
Bit of refactoring More... over 6 years ago
Replaced Banner class with StaticText class to support different types of static text More... over 6 years ago
Separated the banner from the existing question classes and created a new Banner class More... over 6 years ago
Completed refactoring into weakly-typed and strongly-typed Question classes, both implementing IQuestion. More... over 6 years ago
Added ValidationResult struct. Converted FunctionOrValue class to a read-only struct More... over 6 years ago
Refactoring the prompter framework. WiP. More... over 6 years ago
Added banner support for the prompter framework More... over 6 years ago
Added initial code for the prompter framework More... over 6 years ago
Moved the existing parser and program code to new netstandard project - ConsoleFx.CmdLineParser. More... over 6 years ago
Merge branch 'master' of https://github.com/JeevanJames/ConsoleFx More... over 6 years ago
Set Treat Warnings as Errors options for all projects More... over 6 years ago
Update README.md More... over 6 years ago
Added license header files for each project More... over 6 years ago
Refactored ConsoleEx class into multiple files, instead of using regions. Added updated license headers to all files under ConsoleFx.ConsoleExtensions More... over 6 years ago
Added two placeholder projects for ASCII art and prompting. More... over 6 years ago
Created two new projects for each parser style and moved the corresponding files there. More... over 6 years ago
Created new project - ConsoleFx.Capture - and moved console capture code there More... over 6 years ago
Misc refactoring and code clean-up More... over 6 years ago
Added new parameter to the ReadSecret methods - needValue. Simplified the ReadSecret code. More... over 6 years ago
Created a new project for console extensions and moved ConsoleEx and related code there. Refactored the color string code to be more like the Chalk NPM library. Added a test project. More... over 6 years ago
Removed the Colorizer code. More... over 8 years ago
Added support for ColorStrings - strings that specify color information. More... over 8 years ago