From f3322f97c71e70409a92155c0599febd43eb4a37 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Jun 2026 21:49:19 +0200 Subject: pkgs/lf-make-map: Implement an interactive mode This mode effectively replaces the display lf gives you for mappings. --- pkgs/by-name/lf/lf-make-map/src/cli.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/by-name/lf/lf-make-map/src/cli.rs') diff --git a/pkgs/by-name/lf/lf-make-map/src/cli.rs b/pkgs/by-name/lf/lf-make-map/src/cli.rs index 70746984..25a5a626 100644 --- a/pkgs/by-name/lf/lf-make-map/src/cli.rs +++ b/pkgs/by-name/lf/lf-make-map/src/cli.rs @@ -50,6 +50,12 @@ pub enum Command { #[command(flatten)] options: CommandOptions, }, + + /// Perform interactive selection, and then cd-there. + Interactive { + #[command(flatten)] + options: CommandOptions, + }, } #[derive(Debug, Parser)] -- cgit v1.3.1