CSharpRepl
CSharpRepl copied to clipboard
Option to show current directory in prompt
Feature Description
We already can customize the prompt with a custom string. We could just introduce some variable (e.g. with MsBuild syntax $(VariableName)) that would be replaced in the prompt string by the current dir.
Custom prompt string could then be e.g.: $(CurrentDir)>.