An open API service indexing awesome lists of open source software.

https://github.com/ruthenic/simushell

Linux-like shell for Linux with filesystem access
https://github.com/ruthenic/simushell

csharp filesystem-access linux shell shell-sim simulation

Last synced: 7 months ago
JSON representation

Linux-like shell for Linux with filesystem access

Awesome Lists containing this project

README

          

# simushell
Simulation of a Linux-like shell for Linux with filesystem access

# Starting the program
You have to run the program (for the time being) with either `dotnet run` in the source directory or run a release, with all files around it, by running `dotnet SimuShell.dll` or `mono SimuShell.dll`.

# Windows?
No.
Due to the difference in directory structures, it would be tough to focus on supporting multiple operating systems at the same time, so we only support Linux for the time being.

# macOS?
Give me a tester, and sure, I could try (afaik the Linux/Unix and macOS have the same sort of layout, with drives and such)

# Included Libraries
SUCC by JimmyCushnie: https://github.com/JimmyCushnie/SUCC