Merge pull request #1140 from BinChengZhao/master

Request to add a lightweight and distributed task scheduling platform to the readme.
This commit is contained in:
Tom Parker-Shemilt 2021-08-14 14:35:33 +01:00 committed by GitHub
commit b69ff0f79a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Productivity](#productivity)
- [Security tools](#security-tools)
- [System tools](#system-tools)
- [Task scheduling](#task-scheduling)
- [Text editors](#text-editors)
- [Text processing](#text-processing)
- [Utilities](#utilities)
@ -87,7 +88,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Platform specific](#platform-specific)
- [Scripting](#scripting)
- [Simulation](#simulation)
- [Task scheduling](#task-scheduling)
- [Task scheduling](#task-scheduling-1)
- [Template engine](#template-engine)
- [Text processing](#text-processing-1)
- [Text search](#text-search)
@ -366,6 +367,10 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [yake](https://crates.io/crates/yake) — Yake is a task runner based on yaml files [![build badge](https://gitlab.com/elbartus/yake/badges/master/pipeline.svg)](https://gitlab.com/elbartus/yake)
* [ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust [![Build status](https://github.com/cjbassi/ytop/workflows/Rust%20CI/badge.svg?branch=master)](https://github.com/cjbassi/ytop/actions?query=workflow%3A%22Rust+CI%22)
### Task scheduling
* [delicate](https://github.com/BinChengZhao/delicate) — A lightweight and distributed task scheduling platform written in rust. [![Build Status](https://github.com/BinChengZhao/delicate/workflows/CI/badge.svg)](https://github.com/BinChengZhao/delicate/actions)
### Text editors
* [amp](https://amp.rs) — Inspired by Vi/Vim. [![build badge](https://api.travis-ci.org/jmacdonald/amp.svg?branch=master)](https://travis-ci.org/jmacdonald/amp)