From 7065c9b8ec5b7598b200617f148cfe9ac82c801b Mon Sep 17 00:00:00 2001 From: Joel Parker Henderson Date: Fri, 7 Jun 2024 20:44:11 +0100 Subject: [PATCH 1/2] Add markline to README --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 17d7953d..412f6a50 100644 --- a/Readme.md +++ b/Readme.md @@ -98,6 +98,7 @@ Here are some cool applications using cursive: * [grin-tui](https://github.com/mimblewimble/grin): Minimal implementation of the MimbleWimble protocol. * [kakikun](https://github.com/file-acomplaint/kakikun): A paint and ASCII art application for the terminal. * [launchk](https://github.com/mach-kernel/launchk): Manage launchd agents and daemons on macOS. +* [markline](https://github.com/sixarm/markline-rust-crate): Marker-based line picker from stdin to stdout. * [mythra](https://github.com/deven96/mythra): CLI to search for music. * [ncspot](https://github.com/hrkfdn/ncspot): Cross-platform ncurses Spotify client. * [rbmenu-tui](https://github.com/DevHyperCoder/rbmenu-tui): A TUI for bookmark management. From 5a412d85a88354df2d696c9242ce72dd5e0c85d5 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 10 Jun 2024 10:44:34 -0400 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 412f6a50..98a6d431 100644 --- a/Readme.md +++ b/Readme.md @@ -98,7 +98,7 @@ Here are some cool applications using cursive: * [grin-tui](https://github.com/mimblewimble/grin): Minimal implementation of the MimbleWimble protocol. * [kakikun](https://github.com/file-acomplaint/kakikun): A paint and ASCII art application for the terminal. * [launchk](https://github.com/mach-kernel/launchk): Manage launchd agents and daemons on macOS. -* [markline](https://github.com/sixarm/markline-rust-crate): Marker-based line picker from stdin to stdout. +* [markline](https://github.com/sixarm/markline): Marker-based line picker from stdin to stdout. * [mythra](https://github.com/deven96/mythra): CLI to search for music. * [ncspot](https://github.com/hrkfdn/ncspot): Cross-platform ncurses Spotify client. * [rbmenu-tui](https://github.com/DevHyperCoder/rbmenu-tui): A TUI for bookmark management.