From 4d59294c812a188248a51eb7bc33ed8f4c643e6f Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Tue, 5 Dec 2023 22:29:23 +0100 Subject: [PATCH 1/2] adding broot, yazi, joshuto and xplr --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2fd12f..b8fb2e5 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio * [alacritty](https://github.com/alacritty/alacritty) — A cross-platform, GPU enhanced terminal emulator * [Arti](https://gitlab.torproject.org/tpo/core/arti) — An implementation of Tor, in Rust. (So far, it's a not-very-complete client. But watch this space!) [![Crates.io](https://img.shields.io/crates/v/arti.svg)](https://crates.io/crates/arti) * [asm-cli-rust](https://github.com/cch123/asm-cli-rust) — An interactive assembly shell written in rust. -* [broot](https://github.com/Canop/broot) A new way to see and navigate directory trees (get an overview of a directory, even a big one; find a directory then `cd` to it; never lose track of file hierarchy while you search; manipulate your files, ...), further reading [dystroy.org/broot](https://dystroy.org/broot/) [![Latest Version](https://img.shields.io/crates/v/broot.svg)](https://crates.io/crates/broot) * [cloudflare/boringtun](https://github.com/cloudflare/boringtun) — A Userspace WireGuard VPN Implementation [![build badge](https://img.shields.io/badge/crates.io-v0.2.0-orange.svg)](https://crates.io/crates/boringtun) * [datafusion](https://github.com/apache/arrow-datafusion) — Apache Arrow DataFusion and Ballista query engines * [denoland/deno](https://github.com/denoland/deno) — A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio [![Build Status](https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/denoland/deno/actions) @@ -280,6 +279,15 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato * ZX Spectrum * [rustzx/rustzx](https://github.com/rustzx/rustzx) — [![RustZX CI](https://github.com/rustzx/rustzx/actions/workflows/ci.yml/badge.svg)](https://github.com/rustzx/rustzx/actions/workflows/ci.yml) +### File manager + +#### Terminal + +* [broot](https://github.com/Canop/broot) - A new way to see and navigate directory trees (get an overview of a directory, even a big one; find a directory then `cd` to it; never lose track of file hierarchy while you search; manipulate your files, ...), further reading [dystroy.org/broot](https://dystroy.org/broot/) [![Latest Version](https://img.shields.io/crates/v/broot.svg)](https://crates.io/crates/broot) +* [joshuto](https://github.com/kamiyaa/joshuto) - ranger-like terminal file manager written in Rust +* [xplr](https://github.com/sayanarijit/xplr) - A hackable, minimal, fast TUI file explorer +* [yazi](https://github.com/sxyazi/yazi) - Blazing fast terminal file manager written in Rust, based on async I/O. + ### Games See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wiki/Games-Made-With-Piston). From 7b3c022085a2c6bba9cafe120f1f2e53baca5b50 Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Sun, 31 Dec 2023 01:18:24 +0100 Subject: [PATCH 2/2] adding TOC entry for file managers --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b8fb2e5..c42db95 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * [Cryptocurrencies](#cryptocurrencies) * [Database](#database) * [Emulators](#emulators) + * [File manager](#file-manager) * [Games](#games) * [Graphics](#graphics) * [Image processing](#image-processing) @@ -281,8 +282,6 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato ### File manager -#### Terminal - * [broot](https://github.com/Canop/broot) - A new way to see and navigate directory trees (get an overview of a directory, even a big one; find a directory then `cd` to it; never lose track of file hierarchy while you search; manipulate your files, ...), further reading [dystroy.org/broot](https://dystroy.org/broot/) [![Latest Version](https://img.shields.io/crates/v/broot.svg)](https://crates.io/crates/broot) * [joshuto](https://github.com/kamiyaa/joshuto) - ranger-like terminal file manager written in Rust * [xplr](https://github.com/sayanarijit/xplr) - A hackable, minimal, fast TUI file explorer