From 619ae569293b6427d23cce4854eb4f3c33af3eec Mon Sep 17 00:00:00 2001 From: Aguirre Matteo Date: Sun, 28 Sep 2025 19:37:18 -0300 Subject: [PATCH] news: add intelli-shell entry --- modules/misc/news/2025/09/2025-09-28_19-34-55.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/misc/news/2025/09/2025-09-28_19-34-55.nix diff --git a/modules/misc/news/2025/09/2025-09-28_19-34-55.nix b/modules/misc/news/2025/09/2025-09-28_19-34-55.nix new file mode 100644 index 000000000..b8ac2c41a --- /dev/null +++ b/modules/misc/news/2025/09/2025-09-28_19-34-55.nix @@ -0,0 +1,11 @@ +{ + time = "2025-09-28T22:34:55+00:00"; + condition = true; + message = '' + A new module is available: `programs.intelli-shell` + + IntelliShell is a command-line tool that acts as a smart bookmark manager. + It helps you find, organize, and reuse complex shell commands without ever + leaving your terminal. + ''; +}