summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index c45036c..d961f50 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -64,6 +64,12 @@ pub struct Projects {
#[cfg(feature = "git")]
#[arg(long, short)]
pub git: bool,
+
+ /// Add current tmux session directories.
+ ///
+ /// Uses last attached time as the timestamp.
+ #[arg(long, short)]
+ pub tmux: bool,
}
#[derive(Debug, Default, Clone, Args)]