Skip to content

Commit a7aad46

Browse files
authored
Fix awesome lints (#179)
Resolves #174 Fixes errors from `npx awesome-lint`
1 parent 9341e98 commit a7aad46

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou
3535
### 🏗️ Frameworks
3636

3737
- [bevy_ratatui_camera](https://github.com/cxreiff/bevy_ratatui_camera) - A bevy plugin for rendering your bevy app to the terminal using ratatui.
38-
- [egui-ratatui](https://github.com/gold-silver-copper/egui_ratatui) - A ratatui backend that is also an egui widget. Deploy on web with WASM or ship natively with bevy, macroquad, or eframe.
38+
- [egui-ratatui](https://github.com/gold-silver-copper/egui_ratatui) - A ratatui backend that is also an egui widget. Deploy on web with WebAssembly or ship natively with bevy, macroquad, or eframe.
3939
- [mousefood](https://github.com/j-g00da/mousefood) - An embedded-graphics backend for Ratatui.
4040
- [ratatui-minecraft](https://github.com/janTatesa/ratatui-minecraft) - A ratatui backend that uses [valence-screens](https://github.com/White-145/valence-screens)
4141
- [ratatui-uefi](https://github.com/reubeno/tui-uefi) - A ratatui backend for use in UEFI environments.
@@ -45,7 +45,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou
4545
- [soft_ratatui](https://github.com/gold-silver-copper/soft_ratatui) - A software rendering backend for ratatui. No GPU required. TUI everywhere.
4646
- [tui-react](https://crates.io/crates/tui-react) - TUI widgets using a react-like paradigm.
4747
- [tui-realm](https://crates.io/crates/tuirealm) - A ratatui framework inspired by Elm and React.
48-
- [webatui](https://github.com/TylerBloom/webatui) - An integration between the Yew and Ratatui crates for making TUI-themed WASM webapps.
48+
- [webatui](https://github.com/TylerBloom/webatui) - An integration between the Yew and Ratatui crates for making TUI-themed WebAssembly webapps.
4949
- [widgetui](https://crates.io/crates/widgetui) - A bevy-like widget system for ratatui and crossterm.
5050

5151
### 🧩 Widgets
@@ -75,7 +75,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou
7575
### 🔧 Utilities
7676

7777
- [ansi-to-tui](https://crates.io/crates/ansi-to-tui) - A library to convert ansi color coded text into `ratatui::text::Text`.
78-
- [bevy_ratatui](https://github.com/joshka/bevy_ratatui) - A rust crate to use Ratatui in a Bevy App.
78+
- [bevy_ratatui](https://github.com/joshka/bevy_ratatui) - A Rust crate to use Ratatui in a Bevy App.
7979
- [color-to-tui](https://crates.io/crates/color-to-tui) - Parse colors and convert them to `ratatui::style::Colors`.
8080
- [coolor](https://github.com/Canop/coolor) - Tiny color conversion library for TUI application builders.
8181
- [ratatui-macros](https://github.com/kdheepak/ratatui-macros) - Macros for simplifying boilerplate for creating UI using Ratatui.
@@ -99,15 +99,15 @@ Aside from those listed here, many other apps and libraries can be easily be fou
9999
- [gobang](https://github.com/TaKO8Ki/gobang) - Cross-platform TUI database management tool.
100100
- [joshuto](https://github.com/kamiyaa/joshuto) - Ranger-like terminal file manager written in Rust.
101101
- [lazyjj](https://github.com/Cretezy/lazyjj) - TUI for the Jujutsu/jj VCS.
102-
- [Maelstrom](https://github.com/maelstrom-software/maelstrom) - Maelstrom is a fast test runner that runs every test in its own container locally or distributed.
102+
- [Maelstrom](https://github.com/maelstrom-software/maelstrom) - A fast test runner that runs every test in its own container locally or distributed.
103103
- [material](https://github.com/azorng/material) - A material design color palette for the terminal.
104104
- [nomad](https://github.com/JosephLai241/nomad) - Customizable next-gen tree command with Git integration and TUI.
105105
- [Oatmeal](https://github.com/dustinblackman/oatmeal) - Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!
106106
- [openapi-tui](https://github.com/zaghaghi/openapi-tui) - Terminal UI to list, browse and run APIs defined with openapi spec.
107107
- [rainfrog](https://github.com/achristmascarl/rainfrog) - A database management TUI for Postgres.
108108
- [repgrep](https://github.com/acheronfail/repgrep) - An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line.
109109
- [scooter](https://github.com/thomasschafer/scooter) - Interactive find and replace in the terminal.
110-
- [serie](https://github.com/lusingander/serie) - A rich git commit graph in your terminal.
110+
- [serie](https://github.com/lusingander/serie) - A rich Git commit graph in your terminal.
111111
- [Serpl](https://github.com/yassinebridi/serpl) - A simple terminal UI for search and replace, ala VS Code.
112112
- [slumber](https://github.com/LucasPickering/slumber) - Terminal-based HTTP/REST client.
113113
- [TaskUI](https://github.com/thmshmm/taskui) - Simple Terminal UI for Task / taskfile.dev.
@@ -212,7 +212,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou
212212
- [diskonaut](https://github.com/imsnif/diskonaut) - Terminal-based disk space navigator.
213213
- [envx](https://github.com/mikeleppane/envx) - Environment variable manager for developers, featuring an intuitive TUI.
214214
- [exabind](https://github.com/junkdog/exabind) - An animated TUI for viewing KDE shortcuts.
215-
- [exhaust](https://github.com/heyrict/exhaust) - Exhaust all your possibilities for the next coming exam.
215+
- [exhaust](https://github.com/heyrict/exhaust) - A terminal app for doing exams.
216216
- [flawz](https://github.com/orhun/flawz) - A TUI for browsing security vulnerabilities (CVEs).
217217
- [fzf-make](https://github.com/kyu08/fzf-make) - A command line tool that executes make target using fuzzy finder with preview window.
218218
- [get_blessed_rs](https://github.com/josueBarretogit/get_blessed_rs) - Get the best crates for your rust projects, curated by blessed.rs.
@@ -278,17 +278,17 @@ Aside from those listed here, many other apps and libraries can be easily be fou
278278
- [bpftop](https://github.com/Netflix/bpftop) - Dynamic real-time view of running eBPF programs.
279279
- [caligula](https://github.com/ifd3f/caligula) - A user-friendly, lightweight TUI for disk imaging.
280280
- [dua-cli](https://github.com/Byron/dua-cli) - View disk space usage and delete unwanted data, fast.
281-
- [ducker](https://github.com/robertpsoane/ducker) - A terminal app for managing docker containers, inspired by K9s.
281+
- [ducker](https://github.com/robertpsoane/ducker) - A terminal app for managing Docker containers, inspired by K9s.
282282
- [erldash](https://github.com/sile/erldash) - A simple, terminal-based Erlang dashboard.
283283
- [kdash](https://github.com/kdash-rs/kdash) - A simple and fast dashboard for Kubernetes.
284-
- [kftui](https://github.com/hcavarsan/kftray/blob/main/README.md#kftui) - A TUI to manage multiple kubectl port-forward commands, with support for UDP and K8s proxy.
284+
- [kftui](https://github.com/hcavarsan/kftray/blob/main/README.md#kftui) - A TUI to manage multiple kubectl port-forward commands, with support for UDP and Kubernetes proxy.
285285
- [kmon](https://github.com/orhun/kmon) - Linux Kernel Manager and Activity Monitor.
286-
- [kubectl-watch](https://github.com/imuxin/kubectl-watch) - A kubectl plugin to provide a pretty delta change view of being watched kubernetes resources.
286+
- [kubectl-watch](https://github.com/imuxin/kubectl-watch) - A kubectl plugin to provide a pretty delta change view of being watched Kubernetes resources.
287287
- [kubetui](https://github.com/sarub0b0/kubetui) - TUI for real-time monitoring of Kubernetes resources.
288288
- [logss](https://github.com/todoesverso/logss) - A simple cli for logs splitting.
289289
- [macmon](https://github.com/vladkens/macmon) - Sudoless performance monitoring for Apple Silicon processors.
290290
- [mirro-rs](https://github.com/rtkay123/mirro-rs) - An Arch Linux mirrorlist manager with a TUI.
291-
- [oxker](https://github.com/mrjackwills/oxker) - Simple TUI to view & control docker containers.
291+
- [oxker](https://github.com/mrjackwills/oxker) - Simple TUI to view & control Docker containers.
292292
- [parui](https://github.com/Vonr/parui) - Simple TUI frontend for paru or yay.
293293
- [pumas](https://github.com/graelo/pumas) - Power Usage Monitor for Apple Silicon.
294294
- [qmassa!](https://github.com/ulissesf/qmassa) - Displays GPU devices usage stats on Linux.
@@ -316,7 +316,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou
316316
- [kanash](https://github.com/benoitlx/kanash) - Learn Kana in your terminal.
317317
- [lemurs](https://github.com/coastalwhite/lemurs) - A customizable TUI login manager for Linux and BSD.
318318
- [lpl](https://github.com/SOF3/lpl) - Command-line plotting for real-time CSV and JSON streams.
319-
- [maccel](https://github.com/Gnarus-G/maccel) - A mouse acceleration driver for linux, and a TUI to control some parameters.
319+
- [maccel](https://github.com/Gnarus-G/maccel) - A mouse acceleration driver for Linux, and a TUI to control some parameters.
320320
- [mlbt](https://github.com/mlb-rs/mlbt) - A tui for the MLB Statcast API. Watch a live game using Gameday, or check scores, standings, and stats.
321321
- [nyaa](https://github.com/Beastwick18/nyaa) - A nyaa.si tui tool for browsing and downloading torrents.
322322
- [poketex](https://github.com/ckaznable/poketex) - Simple Pokedex based on TUI.

0 commit comments

Comments
 (0)