From dc05938b88faf6ac81c8d7614dea22bbe4c2479e Mon Sep 17 00:00:00 2001 From: Shayan Hashemi Date: Fri, 7 Jun 2024 01:46:28 +0300 Subject: [PATCH 1/2] Update README.md add tabiew (a lightweight TUI app to view and query CSV files) to the Utilities section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17d03fc..f547625 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Utilities +* [Tabiew](https://github.com/shshemi/tabiew) — A lightweight TUI app to view and query CSV files. * [1History](https://github.com/1History/1History) — Command line interface to backup Firefox/Chrome/Safari history to one SQLite file [![Build Status](https://github.com/1History/1History/actions/workflows/CI.yml/badge.svg)](https://github.com/1History/1History/actions/workflows/CI.yml) * [brycx/checkpwn](https://github.com/brycx/checkpwn) — A Have I Been Pwned (HIBP) command-line utility tool that lets you easily check for compromised accounts and passwords. * [Epic Asset Manager](https://github.com/AchetaGames/Epic-Asset-Manager) — An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store. From 6c3806f48d414769a1ed98476904381d00d6ef40 Mon Sep 17 00:00:00 2001 From: Shayan Hashemi Date: Fri, 7 Jun 2024 11:34:03 +0300 Subject: [PATCH 2/2] Update README.md fix the sorting issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f547625..1d34d58 100644 --- a/README.md +++ b/README.md @@ -527,7 +527,6 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Utilities -* [Tabiew](https://github.com/shshemi/tabiew) — A lightweight TUI app to view and query CSV files. * [1History](https://github.com/1History/1History) — Command line interface to backup Firefox/Chrome/Safari history to one SQLite file [![Build Status](https://github.com/1History/1History/actions/workflows/CI.yml/badge.svg)](https://github.com/1History/1History/actions/workflows/CI.yml) * [brycx/checkpwn](https://github.com/brycx/checkpwn) — A Have I Been Pwned (HIBP) command-line utility tool that lets you easily check for compromised accounts and passwords. * [Epic Asset Manager](https://github.com/AchetaGames/Epic-Asset-Manager) — An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store. @@ -548,6 +547,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [sorairolake/qrtool](https://github.com/sorairolake/qrtool) [[qrtool](https://crates.io/crates/qrtool)] — A utility for encoding and decoding QR code images. [![CI](https://github.com/sorairolake/qrtool/workflows/CI/badge.svg?branch=develop)](https://github.com/sorairolake/qrtool/actions?query=workflow%3ACI) * [str4d/rage](https://github.com/str4d/rage) [[rage](https://crates.io/crates/rage)] — Rust implementation of [age](https://github.com/FiloSottile/age). * [suckit](https://github.com/Skallwar/suckit) — Recursively visit and download a website's content to your disk. [![Crate](https://img.shields.io/crates/v/suckit.svg?logo=rust)](https://crates.io/crates/suckit) [![Build Status](https://github.com/Skallwar/suckit/workflows/Build%20and%20test/badge.svg)](https://github.com/Skallwar/suckit/blob/master/.github/workflows/build_and_test.yml) +* [Tabiew](https://github.com/shshemi/tabiew) — A lightweight TUI app to view and query CSV files. * [tversteeg/emplace](https://github.com/tversteeg/emplace) — Synchronize installed packages on multiple machines * [vamolessa/verco](https://github.com/vamolessa/verco) [[verco](https://crates.io/crates/verco)] — A simple Git/Hg tui client focused on keyboard shortcuts * [vaultwarden](https://github.com/dani-garcia/vaultwarden#readme) [![Build](https://github.com/dani-garcia/vaultwarden/actions/workflows/build.yml/badge.svg)](https://github.com/dani-garcia/vaultwarden/actions/workflows/build.yml) — Alternative implementation of the Bitwarden server API written in Rust