Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakanjo/eqo
⥠Listen for triggers and execute actions seamlessly.
https://github.com/sakanjo/eqo
actions cli network rust tcp tunnel
Last synced: 16 days ago
JSON representation
⥠Listen for triggers and execute actions seamlessly.
- Host: GitHub
- URL: https://github.com/sakanjo/eqo
- Owner: sakanjo
- License: mit
- Created: 2024-03-26T12:24:37.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-26T13:20:29.000Z (11 months ago)
- Last Synced: 2024-03-27T14:35:06.716Z (11 months ago)
- Topics: actions, cli, network, rust, tcp, tunnel
- Language: Rust
- Homepage:
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
đ Eqo
⥠Listen for triggers and execute actions seamlessly.
> ⨠Help support the maintenance of this package by [sponsoring me](https://github.com/sponsors/sakanjo).
Table of Contents
=================* [Demo](#-demo)
* [Install](#-install)
* [Usage](#-usage)
* [Support the development](#-support-the-development)
* [Credits](#%EF%B8%8F-credits)
* [License](#-license)## đŦ Demo
![Demo](./assets/demo.gif)
## đĻ Install
```bash
cargo install eqo
```Or you can download it from the [releases page](https://github.com/sakanjo/eqo/releases).
## đĻ Usage
Run the server in the background, or as a service
```bash
eqo server -q
```Start listening
```bash
eqo listen 'date'
```Trigger the command
```bash
eqo run
eqo run
# ...
```## đ Support the development
**Do you like this project? Support it by donating**
Click the ["đ Sponsor"](https://github.com/sponsors/sakanjo) at the top of this repo.
## Šī¸ Credits
- [Salah Kanjo](https://github.com/sakanjo)
- [All Contributors](../../contributors)## đ License
[MIT License](https://github.com/sakanjo/eqo/blob/master/LICENSE) Š 2023-PRESENT [Salah Kanjo](https://github.com/sakanjo)