Commit Graph

185 Commits

Author SHA1 Message Date
Kovid Goyal
ea28e20915
Show repology badge in 3 columns 2023-11-17 18:43:06 +05:30
pagedown
9a6aab034d
Add link for packaging status 2022-02-11 23:05:12 +08:00
Kovid Goyal
1bd39ff935
Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
Kovid Goyal
5f2d0142d1
Re-organize README a bit 2021-04-22 20:32:34 +05:30
Kovid Goyal
57db384953
Add packaging status to README 2021-02-06 12:10:30 +05:30
Kovid Goyal
c60d3af60b
Add links to locations for discussion to README
Proof of reddit account:
1e2b9113-2d30-48f0-8f2f-f7a2bcbd4895
2021-01-31 20:54:21 +05:30
Kovid Goyal
0c784346cc
Update blurb 2021-01-21 12:14:44 +05:30
Kovid Goyal
be668cfd9a
Switch status badge to github actions 2020-03-01 17:11:39 +05:30
Luflosi
6f6180c34a
Change URL to avoid redirect
Since `https://sw.kovidgoyal.net/kitty` redirects to `https://sw.kovidgoyal.net/kitty/`, it would be better to directly use the second URL.
2019-11-26 17:23:21 +01:00
Kovid Goyal
af9e633d56
Remove Travis 2019-01-27 09:45:36 +05:30
Kovid Goyal
66d2930b7e
Add CircleCI badge 2019-01-26 13:06:11 +05:30
Kovid Goyal
f6d0cadcc5
Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
Kovid Goyal
611d95f0f7
Add the CHANGELOG to the docs 2018-05-30 12:46:00 +05:30
Kovid Goyal
21d7cc1a60
Configure the alabaster theme a bit
And remove duplicated FAQ from README
2018-05-30 09:44:53 +05:30
Kovid Goyal
f82b7841c6
Start work on a kitty website
Port the current asciidoc documentation to sphinx
2018-05-29 21:03:50 +05:30
Kovid Goyal
edda0d91bb
... 2018-05-29 08:22:14 +05:30
Kovid Goyal
c70200ada0
... 2018-05-29 08:20:11 +05:30
Kovid Goyal
686a5f7baf
Update some missing shortcut definitions 2018-05-28 14:03:28 +05:30
Kovid Goyal
020b6b582d
... 2018-05-28 14:00:04 +05:30
Kovid Goyal
64ed8daf59
Add clipboard shortcuts to the readme 2018-05-28 13:58:57 +05:30
Kovid Goyal
f4792a1e3d
Add link to diff kitten in main README 2018-05-23 13:38:44 +05:30
Kovid Goyal
c127476c4e
... 2018-05-23 09:56:53 +05:30
Kovid Goyal
73660f7119
... 2018-05-23 09:15:27 +05:30
Kovid Goyal
46b4f33850
A nice error message when using shortcuts to change background_opacity without setting dynamic_background_opacity
Also change the default shortcuts
2018-05-23 09:14:10 +05:30
Kovid Goyal
ae6e082419
Keyboard shortcuts to control background opacity 2018-05-23 08:48:59 +05:30
Kovid Goyal
f46d3057ba
Add an example of setting environment variables in a session file 2018-05-23 08:28:18 +05:30
Kovid Goyal
30b38e9fa0
Drop the requirement for having python on the server when using the ssh kitten 2018-05-22 23:15:24 +05:30
Kovid Goyal
d20e801793
Add a kitten to easily ssh into servers that automatically copies the terminfo files over 2018-05-22 22:32:51 +05:30
Kovid Goyal
c5da1c0f1b
Update link to Debian package 2018-05-22 10:44:36 +05:30
Kovid Goyal
1d18f63eb5
Update README 2018-05-21 09:06:19 +05:30
Kovid Goyal
3875ee021a
re-org screenshots 2018-05-17 23:53:36 +05:30
Kovid Goyal
8ea84c97d5
Use an overlay window for window resizing
Also implement a remote command to resize windows
2018-05-17 23:26:41 +05:30
Kovid Goyal
23d6995558
... 2018-05-17 16:50:16 +05:30
Kovid Goyal
190612d507
Make the resize step size configurable 2018-05-17 16:48:35 +05:30
Kovid Goyal
cddfe425e1
Dont keep increasing bias in Tall layout when it wont change the actual layout
Also refactor the bias code so that it is shared with the fat layout.
2018-05-17 16:02:42 +05:30
Kovid Goyal
e053d1f566
Implement resizing of individual windows in a layout
See the Layouts section in the README for details. Fixes #362

Note that it is only implemented for the Tall layout currently. Other
layouts to follow. The implementation might also be refined in the
future.
2018-05-17 15:09:41 +05:30
Kovid Goyal
3fdf47c535
Allow specifying the width of the tall window in the Tall layout as a percentage of available space
Also remove the --window-layout option as it was redundant. Same effect
can be achieved using -o enabled_layouts=some_layout,*
2018-05-16 14:02:58 +05:30
theJian
9908eee40c Update readme 2018-05-11 01:00:29 +08:00
Kovid Goyal
0e21708f25
... 2018-05-08 08:26:47 +05:30
Kovid Goyal
06cb2cafe6
Add ssh script with terminfo copy to README 2018-05-03 09:40:18 +05:30
FabioLolix
d09a30d16c Updated Readme - Arch package
Kitty has been moved to the Arch community repository
2018-04-25 21:13:17 +02:00
Kovid Goyal
82acd6b511
Add a note on how to create a script to launch kitty
Useful when running from source
2018-04-21 15:33:21 +05:30
Kovid Goyal
8cecb22481
Add a link to the debian package
See #263
2018-04-19 19:42:46 +05:30
Kovid Goyal
1e278938cc
Fix #463 2018-04-16 21:51:55 +05:30
Kovid Goyal
c1667d9fc1
Fix run_kitten shortcuts in readme 2018-04-15 20:04:32 +05:30
Kovid Goyal
c95d1393cc
Add some more default keybindings for the hints kitten 2018-04-12 13:01:16 +05:30
Kovid Goyal
3192b61385
... 2018-04-11 20:19:03 +05:30
Kovid Goyal
955ead05be
Make the command to copy over terminfo files a one liner 2018-04-09 16:45:11 +05:30
Kovid Goyal
b64bceac7f
Add a keyboard shortcut to open the kitty shell 2018-04-06 14:59:13 +05:30
Kovid Goyal
4847fb52cc
Updates to README 2018-04-06 08:16:14 +05:30