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

feat: module to display current screen session #286

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

Conversation

andrzejnovak
Copy link

Closes #283

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

Base automatically changed from master to main February 22, 2021 22:06
}
// envName := env
envName := strings.Split(env, ".")[1]
if p.cfg.VenvNameSizeLimit > 0 && len(envName) > p.cfg.VenvNameSizeLimit {

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

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

@andrzejnovak
Copy link
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