From 2fd6cbe059fa86608e437eb99b7830694f932606 Mon Sep 17 00:00:00 2001 From: "Robel B. Tamirat" Date: Sat, 24 Jun 2023 22:18:02 +0300 Subject: [PATCH 1/2] add atuin add https://github.com/ellie/atuin a pretty cool project with over 10K stars, deserves to get mentioned here --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32a4b67..73675e8 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [ddh](https://github.com/darakian/ddh) — Fast duplicate file finder * [diskonaut](https://github.com/imsnif/diskonaut) — Terminal visual disk space navigator * [dust](https://github.com/bootandy/dust) — A more intuitive version of du +* [ellie/atuin](https://github.com/ellie/atuin) [[atuin](https://crates.io/crates/atuin)] — Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. * [fselect](https://crates.io/crates/fselect) — Find files with SQL-like queries * [gitui](https://github.com/extrawurst/gitui) - Blazing fast terminal client for git written in Rust. [![build](https://github.com/extrawurst/gitui/workflows/CI/badge.svg?branch=master)](https://github.com/extrawurst/gitui/actions) * [j0ru/kickoff](https://github.com/j0ru/kickoff) - Fast and snappy wayland program launcher [![build](https://github.com/j0ru/kickoff/actions/workflows/ci.yml/badge.svg)](https://github.com/j0ru/kickoff/actions) From a1f476df1f16055437cd719226f0f6d583dcf08a Mon Sep 17 00:00:00 2001 From: Jacob Zhong Date: Sat, 24 Jun 2023 17:38:07 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32a4b67..c6c3b6f 100644 --- a/README.md +++ b/README.md @@ -1097,6 +1097,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [seladb/pickledb-rs](https://github.com/seladb/pickledb-rs) — a lightweight and simple key-value store, heavily inspired by Python's PickleDB. * [PoloDB](https://www.polodb.org/) * [PoloDB](https://github.com/PoloDB/PoloDB) - An embedded JSON-based database has API similar to MongoDB. ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PoloDB/PoloDB/rust.yml) + * [Redb](https://www.redb.org/) + * [Redb](https://github.com/cberner/redb) - An embedded key-value database written in pure Rust. It provides a similar interface to other embedded key-value stores such as rocksdb and lmdb. ![GitHub Workflow Status](https://github.com/cberner/redb/actions/workflows/ci.yml/badge.svg) * Redis [[redis](https://crates.io/keywords/redis)] * [aembke/fred](https://github.com/aembke/fred.rs) [[fred](https://crates.io/crates/fred)] - A high level async [Redis](https://redis.io/) client for Rust with Tokio. [![CircleCI](https://circleci.com/gh/aembke/fred.rs/tree/main.svg?style=svg)]([https://circleci.com/gh/aembke/fred.rs/tree/main](https://app.circleci.com/pipelines/github/aembke/fred.rs?branch=main)) * [redis-rs](https://github.com/redis-rs/redis-rs) — [Redis](https://redis.io/) library in Rust [![Rust](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml)