From 0f3191bcb5a6cd6d3884715e3598a4e98587666d Mon Sep 17 00:00:00 2001
From: Scott Klein <kleinmatic@gmail.com>
Date: Sun, 27 Apr 2025 10:26:11 -0400
Subject: [PATCH] Adds CSVLens

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b8f8a6e..e0d88ec 100644
--- a/README.md
+++ b/README.md
@@ -332,6 +332,7 @@ List of projects that provide terminal user interfaces
 - [cava](https://github.com/karlstav/cava) Cross-platform Audio Visualizer
 - [cfdisk](https://github.com/util-linux/util-linux) TUI partition editor included in util-linux
 - [cgdisk](https://www.rodsbooks.com/gdisk/cgdisk-walkthrough.html) TUI partition editor for manipulating GUID partition tables, and modeled after cfdisk
+- [csvlens](https://github.com/YS-L/csvlens) TUI CSV file viewer. It is like less but made for CSV.
 - [diary](https://github.com/actuday6418/Diary) A diary app written in Rust that encrypts both text and file data, and can decrypt and build a rich HTML representation of your diary when required.
 - [diskonaut](https://github.com/imsnif/diskonaut) Terminal disk space navigator
 - [distrobox-tui](https://github.com/hyperreal64/distrobox-tui) TUI for managing distrobox containers