https://github.com/randomx42069/as-avalonshell
https://github.com/randomx42069/as-avalonshell
avalon-project randomx42069 shell
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/randomx42069/as-avalonshell
- Owner: RandomX42069
- License: mit
- Created: 2025-08-31T06:40:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T06:44:14.000Z (10 months ago)
- Last Synced: 2025-08-31T08:28:19.087Z (10 months ago)
- Topics: avalon-project, randomx42069, shell
- Language: Python
- Homepage: https://github.com/RandomX42069/AS-AvalonShell
- Size: 23.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
AvalonShell - Hybrid Shell
## What is AvalonShell?
AvalonShell is a **hybrid shell** (Unix-simplified + Windows + custom commands) with powerful features:
1. **Multi-path Support:**
Use `slots` to store paths. Switch between slots 1–10 with the built-in `slot` command.
Create unlimited custom slots with `newslot`, switch with `cslot`, and update or change directory with `scd`.
2. **Shell Linking:**
Use `slink` to execute commands and arguments in other shells like `cmd.exe` on **Windows** or `gnome-terminal` on **Linux/macOS**.
3. **Clipboard Paste:**
Use the `paste` command to directly paste clipboard content into AvalonShell.
4. **Run File:**
Two built-in commands:
- `runfile` – run a file containing AvalonShell instructions.
- `runsel` – open a file dialog to select a file containing instructions (QOL improvement over `runfile`).
5. **Admin Privileges:**
Use `admin` to relaunch AvalonShell with elevated privileges.
6. **SysAdmin-Friendly Symbols:**
Supports Bash-like symbols: `||`, `&&`, `&`, `;` for familiar scripting and automation.
---
## How to Set Up AvalonShell
### Software Requirements
[](https://www.python.org/)
[](https://pyinstaller.org/en/stable/) (**optional** for building executables)
### Build Guide
[](https://github.com/RandomX42069/AS-AvalonShell/blob/main/build/AS.guide)
---
## MIT-License
[](https://github.com/RandomX42069/AS-AvalonShell/blob/main/license.md)