This is a derivative of the Terminal program in the Vincent OS App mini operating system.
Vincent OS should have its own shell, however, due to complexity of development.
Vincent OS will not have its own shell. It will be replaced by:
- PowerShell for Vincent OS
- Bash for Vincent OS Legacy
If you are interested to retake this project, you can fork this repository.
You can get the separate installer via the releases page.
First all, clone the repo.
- Open the project : Vincent.OS.Shell.sln
- Build the project
- Access to the folder "src/Vincent.OS.Shell" with your terminal.
- Enter the following command :
$ dotnet build 'Vincent.OS.Shell.csproj'
- Access to the folder "bin" and all it's subfolders and launch with :
$ dotnet 'Vincent.OS.Shell.dll'
This project is open source with the following license: GPL-3.