Commit graph

16086 commits

Author SHA1 Message Date
Kovid Goyal
b1334fdc19
version 0.42.2 2025-07-16 06:34:24 +05:30
Kovid Goyal
e3d16fa995
... 2025-07-16 06:26:59 +05:30
Kovid Goyal
37baef04d9
Start work on documenting the desktop-ui kitten 2025-07-16 06:23:57 +05:30
Kovid Goyal
c8a20dbe58
Start documenting the choose-files kitten 2025-07-16 06:16:38 +05:30
Kovid Goyal
94e6f240a6
Allow running python kittens via the kitten binary
It just delegates to kitty +kitten automatically
2025-07-15 14:36:19 +05:30
Kovid Goyal
7205b2a8dd
Merge branch 'dependabot/go_modules/all-go-deps-589ba6b8c3' of https://github.com/kovidgoyal/kitty 2025-07-14 09:13:19 +05:30
dependabot[bot]
57baead0c6
Bump the all-go-deps group with 4 updates
---
updated-dependencies:
- dependency-name: github.com/bmatcuk/doublestar/v4
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: golang.org/x/image
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: golang.org/x/sys
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: golang.org/x/text
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 03:42:07 +00:00
Kovid Goyal
9e7c46b253
clipboard kitten: Allow using a password to avoid repeated confirmation prompts when accessing the clipboard
Fixes #8789
2025-07-13 14:12:31 +05:30
Kovid Goyal
2ac35658d9
Add correct commandline ot use for mpv to integrations docs 2025-07-13 10:12:18 +05:30
Kovid Goyal
02f264af90
Fix #8815 2025-07-13 08:13:00 +05:30
Kovid Goyal
9700a96f02
... 2025-07-13 07:37:47 +05:30
Kovid Goyal
799ba8d178
Cleanup previous PR 2025-07-13 07:15:08 +05:30
Kovid Goyal
f3bc876d65
Merge branch 'master' of https://github.com/codelif/kitty 2025-07-13 07:12:37 +05:30
Harsh Sharma
aeedfbc7d8
add special value listjson in panel output-name 2025-07-12 23:37:41 +05:30
Kovid Goyal
d97b47e8ce
Merge branch 'fix-choosefile-panic' of https://github.com/phanen/kitty 2025-07-12 22:28:35 +05:30
phanium
3c54cb99d9 Fix kitten choose-files panic
Error: Panicked: runtime error: invalid memory address or nil pointer
dereference
Panicked with error: runtime error: invalid memory address or nil
pointer dereference
Stacktrace (most recent call first):
github.com/kovidgoyal/kitty/kittens/choose_files.(*FileSystemScanner).worker
        kitty/kittens/choose_files/scan.go:351
2025-07-12 22:32:08 +08:00
Kovid Goyal
2ee11ed613
Cleanup previous PR 2025-07-12 13:13:46 +05:30
Kovid Goyal
fe0a0a63b8
Merge branch 'kitten_ssh_exit_shell' of https://github.com/barr-israel/kitty 2025-07-12 12:45:05 +05:30
Barr
ca2232e435 feat: new option --hold-after-ssh to allow spawning a shell after a kitten ssh disconnection
new option to the launch command, the new shell will be in the directory
that launched kitten ssh
2025-07-12 10:07:29 +03:00
Kovid Goyal
7fb0350fa7
Also set the motion indicator bit for mouse leave events 2025-07-12 12:37:21 +05:30
Kovid Goyal
4d3bbd82e0
Extend the SGR Pixel mouse reporting protocol to also report when the mouse leaves the window 2025-07-12 11:59:23 +05:30
Kovid Goyal
c3360cd76e
Merge branch 'update-wayland-compat-matrix' of https://github.com/alex-huff/kitty 2025-07-12 10:24:54 +05:30
alex-huff
f26ebf57f0 docs: panel: update labwc compatibility information 2025-07-11 23:33:20 -05:00
Kovid Goyal
d22244d135
Micro-optimization 2025-07-12 09:22:27 +05:30
Kovid Goyal
06afce07ac
... 2025-07-12 08:56:51 +05:30
Kovid Goyal
80ce6946f7
Show a spinner while scanning/scoring is in progress 2025-07-12 08:34:15 +05:30
Kovid Goyal
fef57bd4c2
Format counts using user locale 2025-07-12 08:24:06 +05:30
Kovid Goyal
b01b73a8e5
Add --debug-input for panel and quick access terminals 2025-07-12 07:29:42 +05:30
Kovid Goyal
f34007c65a
Handle multiple save files when entering save file names 2025-07-11 21:47:11 +05:30
Kovid Goyal
8ce7346616
mapping to switch to typing a save file name 2025-07-11 21:09:38 +05:30
Kovid Goyal
2bd8534df9
Implement completion for the save file entry prompt 2025-07-11 20:44:51 +05:30
Kovid Goyal
564195f94f
Show results frame in cyan while scan in progress 2025-07-11 11:05:39 +05:30
Kovid Goyal
ecdeea930b
Implement bindings to move current to first/last 2025-07-11 10:59:29 +05:30
Kovid Goyal
b4e75bf475
Limit the number of selections displayed in the footer 2025-07-11 10:40:43 +05:30
Kovid Goyal
513fd720eb
Implement mouse interaction with result list 2025-07-11 10:36:20 +05:30
Kovid Goyal
6856df4391
DRYer 2025-07-11 07:32:02 +05:30
Kovid Goyal
3134941a84
Add keyboard shortcuts for toggling scan settings 2025-07-11 07:14:07 +05:30
Kovid Goyal
5149f98936
Update docs 2025-07-11 06:53:07 +05:30
Kovid Goyal
3fb9154f93
... 2025-07-10 20:54:43 +05:30
Kovid Goyal
a836531a99
Show current selected files in footer 2025-07-10 20:52:45 +05:30
Kovid Goyal
35b2553723
Mark selected files 2025-07-10 19:39:18 +05:30
Kovid Goyal
3469e1b044
Make the keyboard shortcuts configurable 2025-07-10 16:20:45 +05:30
Kovid Goyal
27736af979
Add visible controls for scan settings 2025-07-10 15:28:11 +05:30
Kovid Goyal
6f511ae66a
Add a bunch of settings to control filesystem scanning 2025-07-10 10:30:48 +05:30
Kovid Goyal
27315d6496
DRYer 2025-07-10 08:24:01 +05:30
Kovid Goyal
652921c7d3
choose-fonts kitten: Fix error with invalid fonts containing no or undersized STAT table. Fixes #8795 2025-07-10 08:20:32 +05:30
Kovid Goyal
697805765e
... 2025-07-10 08:20:16 +05:30
Kovid Goyal
96ba62f34e
API to toggle the new flags 2025-07-09 21:08:18 +05:30
Kovid Goyal
0f8d1ec5cc
Add flags to control respecting ignores and showing hidden files/folders 2025-07-09 20:46:45 +05:30
Kovid Goyal
932b0ccdc5
Add tests for ignore file processing 2025-07-09 20:21:06 +05:30