https://github.com/pxd1311/shadow-shell
A terminal for windows, linux and mac made entirely in C. ( unix shell is buggy as of now)
https://github.com/pxd1311/shadow-shell
apple c linux mac programming shell unix windows
Last synced: 2 months ago
JSON representation
A terminal for windows, linux and mac made entirely in C. ( unix shell is buggy as of now)
- Host: GitHub
- URL: https://github.com/pxd1311/shadow-shell
- Owner: pxD1311
- License: mit
- Created: 2024-09-09T13:03:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T18:02:31.000Z (8 months ago)
- Last Synced: 2025-03-10T21:49:34.424Z (4 months ago)
- Topics: apple, c, linux, mac, programming, shell, unix, windows
- Language: C
- Homepage:
- Size: 734 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Shell for Windows, Macos and Linux. (Unix is buggy and under development, dont use it)
Shadow shell v 1.6.0-ALPHA
Commands :
| Command | Args | Purpose | Status |
|---------|------------------------|--------------------------------|----------|
| `dd` | `path` | Display directory items | Working |
| `dcd` | `no-args` | Display current directory (CWD)| Working |
| `df` | `path` | Display file contents | Working |
| `dfwc` | `path` | Display number of tokens/words | Working |
| | | in a file | |
| `ccd` | `path` | Change current directory (CWD) | Working |
| `mvf` | `source destination` | Move file | Working |
| `mvd` | `source destination` | Move directory | Working |
| `cpf` | `source destination` | Copy file | Working |
| `cpd` | `source destination` | Copy directory | Working |
| `crf` | `path_to_file` | Create file | Working |
| `crd` | `path_to_file` | Create directory | Working |
| `rmf` | `path_to_file` | Remove file | Working |
| `rmd` | `path_to_file` | Remove directory | Working |
| `clrscr`| `no-args` | Clear screen | Working |
| `quit` | `no-args` | Quit the shell | Working |Compilation Commands:
Windows - .\win_compile.bat
Unix - ./unix_compile.shstay tuned for further updates :)
-Parth Joshi