You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm kind of new to the whole tmux and terminal only world, I just started using sesh and wanted to know if there is a way that I can hide some folders from the results list by appending something to the command.
I'm kind of new to the whole tmux and terminal only world, I just started using sesh and wanted to know if there is a way that I can hide some folders from the results list by appending something to the command.
In my
tmux.conf
I have:bind-key "T" run-shell "sesh connect "$(
sesh list --icons | fzf-tmux -p 80%,70%
--no-sort --ansi --border-label ' sesh ' --prompt '⚡ '
--header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find'
--bind 'tab:down,btab:up'
--bind 'ctrl-a:change-prompt(⚡ )+reload(sesh list --icons)'
--bind 'ctrl-t:change-prompt(🪟 )+reload(sesh list -t --icons)'
--bind 'ctrl-g:change-prompt(⚙️ )+reload(sesh list -c --icons)'
--bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -z --icons)'
--bind 'ctrl-f:change-prompt(🔎 )+reload(fd -H -d 2 -t d -E .Trash . ~)'
--bind 'ctrl-d:execute(tmux kill-session -t {2..})+change-prompt(⚡ )+reload(sesh list --icons)'
--preview-window 'right:55%'
--preview 'sesh preview {}'
)""
Which works perfect on my day to day, but sometimes I do occasional twitch streams and want to be able to hide the
Work/
folder from the results list.Any recommendation on how to achieve this?
The text was updated successfully, but these errors were encountered: