Commit Graph

  • 26e8a5186a Avoid extra roundtrip when only reading clipboard mime types Kovid Goyal 2022-12-03 08:06:48 +05:30
  • bde737fa38 Finish implementation of clipboard writing Kovid Goyal 2022-12-03 08:02:27 +05:30
  • 71e09ba1fb Fix show_key kitten showing incorrect CSI encoding for F3 Kovid Goyal 2022-12-01 23:33:08 +05:30
  • 3e69cf81af DRYer Kovid Goyal 2022-12-01 22:40:47 +05:30
  • f5d2c35755 Move implementation of +hold to Go Kovid Goyal 2022-12-01 22:34:56 +05:30
  • 38a7fa73e3 Simplify filter mode operation Kovid Goyal 2022-12-01 19:54:57 +05:30
  • fdd42d5f19 Implement kitty side write OSC 5522 Kovid Goyal 2022-12-01 18:18:06 +05:30
  • fe75493c37 Better error messages Kovid Goyal 2022-12-01 18:17:53 +05:30
  • e187265d04 Dont truncate the output file just to get tis permission bits Kovid Goyal 2022-12-01 14:13:28 +05:30
  • 0a985134e2 Ensure permissions are correct when using atomic writes Kovid Goyal 2022-12-01 14:04:52 +05:30
  • e555d963b1 DRYer Kovid Goyal 2022-12-01 13:58:06 +05:30
  • 3601488b26 Add a generic Values() Kovid Goyal 2022-12-01 13:47:06 +05:30
  • f29ce19097 Reading arbitrary MIME from clipboard now works Kovid Goyal 2022-12-01 13:35:44 +05:30
  • f6ab641b00 Clarify the action of CSI < u in Quickstart Kovid Goyal 2022-11-30 16:28:34 +05:30
  • 722a1020fa Cleaner implementation of max_tab_title_length Kovid Goyal 2022-11-29 23:19:34 +05:30
  • fbd19f3bde Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-11-29 22:10:57 +05:30
  • 3cf874f6e9 Work on implementing read support in the clipboard kitten Kovid Goyal 2022-11-29 22:07:51 +05:30
  • 02b206eeb8 Docs: Slightly adjust the description of tab_title_max_length pagedown 2022-11-30 00:20:32 +08:00
  • 5c50e3869c Change the new option to limit tab title lengths to apply to the length of the title, as documented, nit the full tab Kovid Goyal 2022-11-29 17:41:27 +05:30
  • 6f66bbd424 ... Kovid Goyal 2022-11-29 15:15:01 +05:30
  • 2697ddaec3 Dont ask for permission when reading only the mime types available in the clipboard Kovid Goyal 2022-11-29 15:09:01 +05:30
  • d6dcdf0751 Merge branch 'tab_max_length' of https://github.com/fratajczak/kitty Kovid Goyal 2022-11-29 14:59:18 +05:30
  • 11724c8a5f Terminal end of OSC 5522 read requests Kovid Goyal 2022-11-29 14:55:40 +05:30
  • b6792a6d71 Add option to limit length of tab titles Ferdinand Ratajczak 2022-11-28 16:43:59 +01:00
  • f0d61c2de9 Add debug output for key encoding state modifications Kovid Goyal 2022-11-29 11:20:19 +05:30
  • 35ae689818 Improve debug encoded key output Kovid Goyal 2022-11-29 08:06:07 +05:30
  • 1305199bdf Output the bytes sent to the child in --debug-input Kovid Goyal 2022-11-29 07:56:06 +05:30
  • c62c31f776 More mypy bugs Kovid Goyal 2022-11-28 22:03:04 +05:30
  • defef3f88c Make mypy happy Kovid Goyal 2022-11-28 21:05:10 +05:30
  • 3ee9f723f2 The legacy osc 52 protocol now works with the new clipboard requests manager class Kovid Goyal 2022-11-28 20:53:56 +05:30
  • a8725d6307 Start work on a new clipboard protocol to allow terminal programs to access more than just text/plain content from the clipboard Kovid Goyal 2022-11-28 14:23:03 +05:30
  • 4c72f92939 Wayland GNOME: Workaround for latest mutter release breaking full screen for semi-transparent kitty windows Kovid Goyal 2022-11-28 14:17:52 +05:30
  • 2150f261ee Merge branch 'ksi-fish-cwd' of https://github.com/page-down/kitty Kovid Goyal 2022-11-27 11:46:42 +05:30
  • f720bc9fab Shell integration: Report cwd on the fish prompt event pagedown 2022-11-27 14:07:19 +08:00
  • d92f89e47f ZSH integration: Report cwd on every new prompt draw Kovid Goyal 2022-11-27 10:09:25 +05:30
  • c54a4021ef Update docs to use \e instead of \x1b for esc since we now support it Kovid Goyal 2022-11-27 10:06:04 +05:30
  • 375fa73826 Delegate kitty +kitten clipboard to kitty-tool Kovid Goyal 2022-11-26 20:09:43 +05:30
  • 5eb2142d70 Use a define rather than a generated file for wrapped kittens Kovid Goyal 2022-11-26 16:16:45 +05:30
  • 00223c5bba Merge branch 'hostname' of https://github.com/page-down/kitty Kovid Goyal 2022-11-26 15:43:46 +05:30
  • aa9080d375 Add a note about using single quotes when passing arguments with backslash escapes to send-text Kovid Goyal 2022-11-26 15:38:22 +05:30
  • 8d45f5011b Add support for the 🔗 role to prettify Kovid Goyal 2022-11-26 15:34:20 +05:30
  • b3f096b03b kitty shell: Fix pressing enter while cursor is not at end of line causes line to be truncated visually Kovid Goyal 2022-11-26 15:30:49 +05:30
  • a721ffeb7d Finish porting clipboard kitten to Go Kovid Goyal 2022-11-26 15:15:30 +05:30
  • 6a1b456bac DRYer: Get hostname pagedown 2022-11-26 15:28:32 +08:00
  • 63a08dc6cc kitty-tool @: Fix extra newline being printed when a command returns no response Kovid Goyal 2022-11-26 05:02:32 +05:30
  • 4969611bdb Handle backslash escapes in :code: blocks Kovid Goyal 2022-11-25 22:03:13 +05:30
  • 5d3a9f2628 Use base64 for args in old rc code as well Kovid Goyal 2022-11-25 21:12:59 +05:30
  • 15a7aeff4d Fix kitty-tool @ send-text not processing ANSI escapes Kovid Goyal 2022-11-25 21:09:51 +05:30
  • f9a22d0bc7 Port ANSI escape code parser to Go Kovid Goyal 2022-11-25 21:03:09 +05:30
  • 402c8b6803 Use ANSI C escapes rather than python string literals Kovid Goyal 2022-11-25 19:10:15 +05:30
  • ac60715ee2 Merge branch 'docs' of https://github.com/page-down/kitty Kovid Goyal 2022-11-25 17:34:46 +05:30
  • cfc6bd4da5 Native code implementation for expanding ANSI escape codes Kovid Goyal 2022-11-25 17:33:41 +05:30
  • 4d3f3b5e91 Start moving clipboard kitten to kitty-tool Kovid Goyal 2022-11-25 12:58:10 +05:30
  • 55b5a45e27 Docs: Fix missing backslashes pagedown 2022-11-25 12:03:34 +08:00
  • fbce5e7524 Merge branch 'patch-1' of https://github.com/zeertzjq/kitty Kovid Goyal 2022-11-24 10:16:56 +05:30
  • daeb1b6c50 Add note about Vim's support for kitty keyboard protocol zeertzjq 2022-11-24 11:30:40 +08:00
  • 8fb2c209a9 Query for existing assets and then delete Kovid Goyal 2022-11-23 07:53:14 +05:30
  • 2b676b63b1 sleep defaults to one second Kovid Goyal 2022-11-22 21:54:51 +05:30
  • c0d06adcb5 New sleep action Kovid Goyal 2022-11-22 21:45:19 +05:30
  • 51bba9110e Bash integration: Fix clone-in-kitty not working on bash >= 5.2 if environment variable values contain newlines or other special characters Kovid Goyal 2022-11-22 16:38:24 +05:30
  • 4fc91dcc03 There should be no trailing space when completing directories for a file match based on patterns Kovid Goyal 2022-11-21 11:05:36 +05:30
  • 3c0667afd6 add some motivation for background_tint_gaps Kovid Goyal 2022-11-21 10:19:25 +05:30
  • 03dc24f913 Merge branch 'background-tint-gaps' of https://github.com/page-down/kitty Kovid Goyal 2022-11-21 10:17:36 +05:30
  • 73b5857916 Keep two blank lines between each version in the changelog pagedown 2022-11-21 12:21:13 +08:00
  • 08d74a6c56 Add an option to control background image tinting for window gaps pagedown 2022-11-21 12:21:06 +08:00
  • 4290a8f9ba Change the Accept header to current github api recommedation Kovid Goyal 2022-11-20 07:22:00 +05:30
  • c6dd6ccc68 Apparently github's deletion api is flakey, retry Kovid Goyal 2022-11-20 07:18:38 +05:30
  • fd7cc66689 Increase wait timeout before retry Kovid Goyal 2022-11-20 07:15:31 +05:30
  • 1c19fc77f1 ... Kovid Goyal 2022-11-20 06:55:22 +05:30
  • 4080a09748 More upload code cleanup Kovid Goyal 2022-11-19 11:31:43 +05:30
  • b91eaa3b2a Cleanup the asset upload code Kovid Goyal 2022-11-19 11:23:31 +05:30
  • bdb25831a7 Merge branch 'refactor-cursor-shape' of https://github.com/page-down/kitty Kovid Goyal 2022-11-19 11:08:17 +05:30
  • a131f9a82e Refactor: Use a consistent name for beam cursor shape pagedown 2022-11-19 10:34:50 +08:00
  • ffefd0f581 Cleanup previous PR Kovid Goyal 2022-11-18 10:42:06 +05:30
  • 43c0e0f586 Merge branch 'unicode' of https://github.com/page-down/kitty Kovid Goyal 2022-11-18 10:40:50 +05:30
  • 76669ad14d Note the Unicode version in the generated files pagedown 2022-11-18 13:01:32 +08:00
  • a9bb341e43 Add an option to control max file size for edit-in-kitty Kovid Goyal 2022-11-18 10:24:38 +05:30
  • 0757fcc451 Dont fail on github responses without JSON payloads Kovid Goyal 2022-11-18 10:16:29 +05:30
  • dd4051bfd5 Allow getting the exe name of the active foreground process in the tab title template Kovid Goyal 2022-11-17 22:03:00 +05:30
  • a6dcbe9c1d ... Kovid Goyal 2022-11-17 20:51:01 +05:30
  • efaf9faa38 Implement edit-in-kitty using kitty-tool Kovid Goyal 2022-11-17 20:48:20 +05:30
  • 36631ddc49 ... Kovid Goyal 2022-11-17 20:25:35 +05:30
  • e5e8cc72c6 Make the Unicode database version used available Kovid Goyal 2022-11-17 20:11:50 +05:30
  • 38547c9e7a Documentation: distinguish between examples and default values for multi-valued options Kovid Goyal 2022-11-17 17:20:40 +05:30
  • e00a5ce911 Merge branch 'master' of https://github.com/ppwwyyxx/kitty Kovid Goyal 2022-11-17 17:06:56 +05:30
  • 0af48a4d05 Start work on implementing edit-in-kitty in kitty-tool Kovid Goyal 2022-11-17 16:58:33 +05:30
  • c0d80f9a47 [docs]: don't show config codeblocks that only has a name Yuxin Wu 2022-11-17 00:05:50 -08:00
  • d2dabc7d57 ... Kovid Goyal 2022-11-17 11:10:17 +05:30
  • 81db5eb82f Use nightly to get kitty-tool until 0.27 is released Kovid Goyal 2022-11-17 11:05:46 +05:30
  • 1addfea261 Avoid an extra HTTP request to set the uploaded file description Kovid Goyal 2022-11-17 10:44:52 +05:30
  • e5be31ee14 build in non-interactive mode while publishing Kovid Goyal 2022-11-17 10:27:53 +05:30
  • 9cef714078 Merge branch 'pr-end-iter' of https://github.com/sergei-grechanik/kitty Kovid Goyal 2022-11-17 10:03:01 +05:30
  • a5a4a1bf8f Increase timeout in test Kovid Goyal 2022-11-17 10:02:44 +05:30
  • 281ad13f6b Retry uploading file to Github Kovid Goyal 2022-11-17 08:45:26 +05:30
  • 5ad2ac259b When truncating descriptions for completion truncate at word boundaries Kovid Goyal 2022-11-17 08:29:01 +05:30
  • a2f022d166 Add support for the repeat escape code to TruncatetoVisualLength() Kovid Goyal 2022-11-17 08:17:11 +05:30
  • 4df6c172a3 Define END_ITER to prevent brace imbalance Sergei Grechanik 2022-11-16 09:52:07 -08:00
  • 9db1d581f7 DRYer Kovid Goyal 2022-11-16 22:37:27 +05:30
  • b3bc5a5565 ... Kovid Goyal 2022-11-16 22:35:59 +05:30
  • fc20e8d04b Fix spurious EOF error when select for reading from the tty fails with a temporary error Kovid Goyal 2022-11-16 22:30:58 +05:30