-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support hiding attached session #50
Labels
Comments
joshmedeski
changed the title
Support showing attached session
Support hiding attached session
Jan 24, 2024
joshmedeski
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Jan 24, 2024
I can pick this up. |
It appears that this flag (and #currently in a session named 6
sesh list --hide-attached | head -n 1
# 6
sesh --version
# sesh version 2.0.2 I think I've found where it is printing, and I don't think it's filtering for Lines 62 to 68 in 9380ad3
Even though connecting to the opened session no longer gives an error. I still think there is a benefit of removing some of the clutter during the selection of sessions. |
2 tasks
Something went wrong with the implementation, I need to revisit this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user, I want to optionally flag if the attached session should be shown.
processSessions
function needs to always return the attached session to prevent Connecting twice to existing and opened session gives error #46--hide-attached
for now (not sure if there's an alias that would be clear)The text was updated successfully, but these errors were encountered: