-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Last Output Capturing Does not Work #5449
Copy link
Copy link
Labels
category:bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
I activated shell integration with following config and when I run a command and I want to capture the output with Kitty nothing will be captured.
How to reproduce
- Use following config
let-env config = {
animate_prompt: false,
shell_integration: true,
}
- Run a command in Kitty
- Use ctrl + shift + g to capture the output
- Nothing will be shown in the pager that has been started by kitty
Expected behavior
- Use following config
let-env config = {
animate_prompt: false,
shell_integration: true,
}
- Run a command in Kitty
- Use ctrl + shift + g to capture the output
- The output will be shown in the pager that has been started by kitty
Screenshots
Configuration
| key | value |
|---|---|
| version | 0.62.0 |
| branch | |
| tag | |
| short_commit | da10405 |
| commit_hash | da10405 |
| commit_date | 2022-05-03 21:50:33 +00:00 |
| build_os | linux-x86_64 |
| rust_version | rustc 1.60.0 (Arch Linux rust 1:1.60.0-1) |
| cargo_version | cargo 1.60.0 |
| pkg_version | 0.62.0 |
| build_time | 2022-05-04 04:46:02 +00:00 |
| build_rust_channel | release |
| features | database, dataframe, default, trash, which, zip |
| installed_plugins |
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category:bugSomething isn't workingSomething isn't working
