From 16522d0b0707e48d621b1763a9f928da9a26c3c4 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 20 Mar 2024 10:17:58 -0500 Subject: [PATCH] chore: add cli todo --- src/tsm.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tsm.nim b/src/tsm.nim index abc6d35..21a7e3e 100644 --- a/src/tsm.nim +++ b/src/tsm.nim @@ -2,6 +2,7 @@ import std/[tables] import selector, project, tmuxutils +# TODO: add option to only opened configured sessions proc tsm(open: bool = false) = let project = selectProject(open)