Read in Русский
Orbix is an alternative command line interface written in the Go programming language. It provides the same basic Commands as the standard CMD, but also includes additional Commands specific to this tool.
- Orbix Compatibility: Orbix supports most Orbix Commands, ensuring a smooth transition for users.
- Additional Commands: Orbix includes a range of additional Commands designed to simplify everyday tasks for system administrators and developers.
- Extensibility: Since Orbix is written in Go, its functionality can be easily extended by developing custom Commands.
- Performance: Go is known for its high performance, making Orbix fast and responsive.
- Support and Feedback: Users can contact the developer directly via Telegram.
git clone https://github.com/bezhan2009/Orbix.git
cd Orbix
go run main.go
- CREATE: Creates a new file.
- CLEAN: Clears the screen.
- CD: Changes the current directory.
- CF: Creates a folder.
- COPYSOURCE: Copies the source code of the file.
- DF: Deletes a folder.
- DNSLOOKUP: Performs DNS lookups.
- LS: Lists directory contents.
- NEWTEMPLATE: Creates a new template of Commands to execute.
- REMOVE: Deletes a file.
- READ: Displays the contents of a file.
- PROMPT: Changes the Orbix prompt.
- PINGVIEW: Displays ping.
- PANIC: Panics inside the command line
- PRINT: Prints the text(args: font; example font=3d).
- NEWUSER: Adds a new user for Orbix.
- ORBIX: Starts another instance of Orbix.
- TEMPLATE: Executes a specific command template.
- SYSTEMORBIX: Displays information about Orbix.
- SYSTEMINFO: Displays system information.
- SIGNOUT: Logs out the user from Orbix.
- TREE: Graphically displays the directory structure of a disk or path.
- NEOFETCH: Displays information about the system.
- WRITE: Writes data to a file.
- EDIT: Edits a file.
- OPEN_LINK: Opens the link in the browser.
- EXTRACTZIP: Extracts .zip archives.
- SCANPORT: Scans ports.
- WHOIS: Retrieves information about a domain.
- WIFIUTILS: Launches the WiFi utility.
- IPINFO: Retrieves information about an IP address.
- GEOIP: Retrieves geolocation information for an IP address.
- EXIT: Exits Orbix.
If you want to extend the functionality of Orbix, you can contact the developer here.
If you have any questions, suggestions, or issues, please create a new issue in our GitHub repository.