From 9d563acbb39f92a4ccb9df116ddc2c4eb940642b Mon Sep 17 00:00:00 2001 From: doublez13 Date: Thu, 7 Nov 2024 10:45:01 -0700 Subject: [PATCH] Add cfdisk and cgdisk (#252) cfdisk is part of util-linux, included in nearly every Linux distro. cgdisk was written by the same author as gdisk, and was modeled after gdisk. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e16726..6423cc8 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,8 @@ List of projects that provide terminal user interfaces - [bluetui](https://github.com/pythops/bluetui) A TUI for managing bluetooth devices. - [Captain's log](https://github.com/NikolaDucak/caps-log) A small TUI journaling tool - [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 - [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