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
- Host: GitHub
- URL: https://github.com/ruthenic/simushell
- Owner: Ruthenic
- License: mit
- Created: 2020-04-01T20:03:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T14:17:26.000Z (over 4 years ago)
- Last Synced: 2025-03-11T06:49:39.151Z (11 months ago)
- Topics: csharp, filesystem-access, linux, shell, shell-sim, simulation
- Language: C#
- Homepage: https://ruthenic.github.io/simushell/
- Size: 1.17 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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