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)