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

Fix shell script to select a session to attach to #247

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Adda0
Copy link

@Adda0 Adda0 commented Nov 2, 2024

The format of the zellij list-sessions changed. To keep the colourful output as well as the additional information for the user, --no-formatting flag is not used. Instead, the line selected by the fuzzy finder gets trimmed to the first column (delimited by whitespace) with the session name. The no longer maintained fuzzy finder skim is replaced with fzf.

The format of the `zellij list-sessions` changed. To keep the colourful output as well as the additional information for the user, `--no-formatting` flag is not used. Instead, the line selected by the fuzzy finder gets trimmed to the first column (delimited by whitespace) with the session name. The no longer maintained fuzzy finder `skim` is replaced with `fzf`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant