Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pxd1311/shadow-shell

A terminal for windows, linux and mac made entirely in C. (only windows implemented yet, unix systems are being implemented as of now )
https://github.com/pxd1311/shadow-shell

c linux mac programming shell unix windows

Last synced: about 2 hours ago
JSON representation

A terminal for windows, linux and mac made entirely in C. (only windows implemented yet, unix systems are being implemented as of now )

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.sh

stay tuned for further updates :)

-Parth Joshi