From cc88638fc48c1cca251f366bc715309622792b53 Mon Sep 17 00:00:00 2001 From: Tibor Pilz Date: Wed, 1 Jan 2025 20:29:30 +0100 Subject: [PATCH] docs(tmux): add next steps comment --- home/scripts/gotoworkspace | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/scripts/gotoworkspace b/home/scripts/gotoworkspace index f7546a1..7fa9b8c 100755 --- a/home/scripts/gotoworkspace +++ b/home/scripts/gotoworkspace @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# TODO: Maybe Integrate sesh instead of smug? https://github.com/joshmedeski/sesh +# TODO Either clean up fzf or use something else entirely (like gum). +# Also look into tmux `display-popup` + # Get the list of smug projects smug_projects=$(smug list | tr . _)