Skip to content

Conversation

@gabriel-lody
Copy link

Package Information

Name: Terminus Persistence
Repository: https://github.com/gabriel-lody/terminus-persistence
Description: Automatic state persistence for Sublime Text Terminus plugin

Checklist

  • Package has clear README
  • Package has valid LICENSE (MIT)
  • Package has semantic versioning tag (0.1.0)
  • Package includes Package Control messaging (messages.json)
  • No .pyc files in repository
  • No package-metadata.json in repository
  • Package name follows naming conventions

Description

This plugin automatically remembers whether the Terminus terminal panel
was open between Sublime Text sessions and restores it on startup.

Features:

  • Automatic state persistence
  • View menu integration
  • Configurable on/off toggle

Dependencies:

  • Terminus plugin (available via Package Control)

@braver
Copy link
Collaborator

braver commented Dec 8, 2025

Please follow the checklist in the pull request template.

There seems to be a conflict on the file you changed, please merge/rebase to resolve that.

Since you're writing a file to user-space, would be good to document that so users know where that file came from and why.

I wouldn't normally recommend adding menu items for commands your package doesn't own (toggle_terminus_panel). Better to leave that to the owning package and whatever preferences the user has around that. The toggle command of your package seems more like a preference, and can be put in the package settings menu instead of the view menu.

@braver braver added the feedback provided The changes and package have been seen by a reviewer label Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feedback provided The changes and package have been seen by a reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants