Skip to content

Commit

Permalink
Merge branch 'main' of github.com:marcuwynu23/AutoCLI
Browse files Browse the repository at this point in the history
marcuwynu23 committed Apr 5, 2024
2 parents 7e23f6f + 825b267 commit 0694c30
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Auto - Window commandline Automation tool

# Auto
<p align="center">
<img width="25%" height="25%" src="https://github.com/marcuwynu23/Auto/blob/main/docs/images/1.jpg" />
<img width="25%" height="25%" src="https://github.com/marcuwynu23/Auto/blob/main/docs/images/2.jpg" />
<img width="200" height="200" src="https://github.com/marcuwynu23/Auto/blob/main/docs/images/1.jpg" />
<img width="200" height="200" src="https://github.com/marcuwynu23/Auto/blob/main/docs/images/2.jpg" />
</p>

AutoCLI is a user-friendly command-line automation tool for Windows users. It allows you to create scripts that automate repetitive tasks by executing one or multiple commands in a new terminal instance. The tool is easy to use and supports a wide range of executable commands, which can be customized to fit your specific needs and making it easy to automate tasks on a recurring basis. Overall, AutoCLI is a great tool for anyone who wants to streamline their command-line workflows and save time on repetitive tasks.


AUTO (Automate YoUr Terminal Operation) is a powerful command-line tool designed to streamline your workflow by automating the execution of commands in separate instances of the terminal. With AUTO, you can easily define scripts containing sequences of commands, and the tool will run each command in its own terminal instance.
How to use:

Create a file .autofile then add commands like below in the .autofile:
@@ -39,7 +36,7 @@ specially if the a specify command can only run in ONE INSTANCE.

<!-- CONTRIBUTING -->
## Contributing
# Contributing to AutoCLI
# Contributing to Auto

We welcome contributions to the AutoCLI project! To get started, simply follow these steps:

0 comments on commit 0694c30

Please sign in to comment.