Skip to content

feat: module to display current screen session#286

Open
andrzejnovak wants to merge 1 commit intojustjanne:mainfrom
andrzejnovak:screen
Open

feat: module to display current screen session#286
andrzejnovak wants to merge 1 commit intojustjanne:mainfrom
andrzejnovak:screen

Conversation

@andrzejnovak
Copy link
Copy Markdown

Closes #283

Thanks a lot for this package btw, it's great!

Base automatically changed from master to main February 22, 2021 22:06
Comment thread segment-screen.go
}
// envName := env
envName := strings.Split(env, ".")[1]
if p.cfg.VenvNameSizeLimit > 0 && len(envName) > p.cfg.VenvNameSizeLimit {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like a bad idea to reuse settings from the Venv-segment. ;)

@betaboon
Copy link
Copy Markdown
Contributor

@andrzejnovak do you want to pick this PR up again or would you prefer someone else doing that ?

@andrzejnovak
Copy link
Copy Markdown
Author

I don't see myself having time to update it anytime soon. No problem if someone else picks it up.

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.

[Feature] Module for screen session

2 participants