-
Notifications
You must be signed in to change notification settings - Fork 109
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tmux-python/libtmux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.43.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tmux-python/libtmux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.44.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 15 files changed
- 1 contributor
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 58b4ffe - Browse repository at this point
Copy the full SHA 58b4ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e8307 - Browse repository at this point
Copy the full SHA e2e8307View commit details -
Configuration menu - View commit details
-
Copy full SHA for c741065 - Browse repository at this point
Copy the full SHA c741065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92660e4 - Browse repository at this point
Copy the full SHA 92660e4View commit details -
feat: Add Context managers (#566)
Added context manager support for all main tmux objects: - `Server`: Automatically kills the server when exiting the context - `Session`: Automatically kills the session when exiting the context - `Window`: Automatically kills the window when exiting the context - `Pane`: Automatically kills the pane when exiting the context Example usage: ```python with Server() as server: with server.new_session() as session: with session.new_window() as window: with window.split() as pane: pane.send_keys('echo "Hello"') # Do work with the pane # Everything is cleaned up automatically when exiting contexts ``` This makes it easier to write clean, safe code that properly cleans up tmux resources.
Configuration menu - View commit details
-
Copy full SHA for 5bf186e - Browse repository at this point
Copy the full SHA 5bf186eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8beb878 - Browse repository at this point
Copy the full SHA 8beb878View commit details
Commits on Feb 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1b0d963 - Browse repository at this point
Copy the full SHA 1b0d963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e2597 - Browse repository at this point
Copy the full SHA 11e2597View commit details -
Configuration menu - View commit details
-
Copy full SHA for e961eae - Browse repository at this point
Copy the full SHA e961eaeView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.43.0...v0.44.0