From 2a9d37026a5b2599930c2d7338cdf04bf254812b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Apr 2025 16:07:34 +0200 Subject: feat(pkgs/tskm): Support listing the open tabs in a project --- pkgs/by-name/ts/tskm/src/cli.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkgs/by-name/ts/tskm/src/cli.rs') diff --git a/pkgs/by-name/ts/tskm/src/cli.rs b/pkgs/by-name/ts/tskm/src/cli.rs index 958033b3..bf0af7fb 100644 --- a/pkgs/by-name/ts/tskm/src/cli.rs +++ b/pkgs/by-name/ts/tskm/src/cli.rs @@ -88,6 +88,13 @@ pub enum OpenCommand { /// This will use rofi's dmenu mode to select one project from the list of all registered /// projects. Select, + + /// List all open tabs in the project. + ListTabs { + /// The project to open. + #[arg(value_parser = task::Project::from_project_string)] + project: Option, + } } #[derive(Subcommand, Debug)] -- cgit 1.4.1