Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sesh 2.8.0 #203443

Merged
merged 2 commits into from
Jan 7, 2025
Merged

sesh 2.8.0 #203443

merged 2 commits into from
Jan 7, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Preview support for sesh is here! 🖼️ 🎉

Thanks to @danitrap for contributing (joshmedeski/sesh#203)

image

How to use

You can add --preview 'sesh preview {}' to your fzf configuration:

bind-key "T" run-shell "sesh connect \"$(
  sesh list --icons | fzf-tmux -p 80%,70% \
    --preview 'sesh preview {}'
)\""

The full fzf example can be seen on the project's README.md

How to configure

You can also customize the preview behavior by adding preview_command to your configurations. For example, you may want to list a directories files with eza or preview a file with bat.

[default_session]
preview_command = "lsd  --group-dirs first -A {path_to_directory}"

[[session]]
name = "tmux config"
path = "~/c/dotfiles/.config/tmux"
startup_command = "nvim tmux.conf"
preview_command = "bat ~/c/dotfiles/.config/tmux/tmux.conf"

Please test it out and let me know how you like it! Please submit an issue if you run into any issues.

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 7, 2025
Copy link
Contributor

github-actions bot commented Jan 7, 2025

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 7, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 7, 2025 09:24
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 7, 2025
Merged via the queue into master with commit e1cdc35 Jan 7, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-sesh-2.8.0 branch January 7, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants