Skip to content

Add delete-window and delet-session commands #114

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

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

Conversation

plaffitt
Copy link
Contributor

@plaffitt plaffitt commented Mar 11, 2025

DRAFT: this is currently missing auto-completion, and some testing.

This implements delete-window and delete-session commands. It uses rm in interactive and verbose mode to prevent the user to accidentally delete windows and sessions. The verbose mode is obviously here to inform the user of what happened. I also added a check after the rm command to inform the user if the session/window was not deleted, in order to reassure him that he didn't make a terrible mistake :)

closes #102

@plaffitt plaffitt force-pushed the feat/delete-commands branch 3 times, most recently from 818b0e3 to 06fc420 Compare March 11, 2025 09:57
@plaffitt plaffitt force-pushed the feat/delete-commands branch from 06fc420 to fcb20b7 Compare March 12, 2025 19:22
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.

Delete a session file.
1 participant