Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

🔊 Eqo

⚡ Listen for triggers and execute actions seamlessly.


Workflow status

> ✨ 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)