Kovid Goyal
|
1eeea70c7a
Allow dynamically generating configuration by running an arbitrary program using the new geninclude directive
|
1 ヶ月 前 |
Kovid Goyal
|
795bf7fb52
Dont use a global var for mocking
|
1 ヶ月 前 |
Kovid Goyal
|
86a6685446
Add mock for failing test
|
1 ヶ月 前 |
Kovid Goyal
|
2d02ff1c5f
Implement using effective kitty config options for kittens
|
1 ヶ月 前 |
Kovid Goyal
|
8b7cd98a0e
When running a kitten that modifies the kitty config file if no config file exists create a commented out default config file and then modify it
|
3 ヶ月 前 |
Kovid Goyal
|
e74188fcf0
Switch to using ps to get all processes
|
5 ヶ月 前 |
Kovid Goyal
|
9708959438
When reloading in all kitty instances, only use readlink on processes that contain "kitty" in the image name
|
5 ヶ月 前 |
Kovid Goyal
|
c906314974
change the atomic write functions to work with readers
|
6 ヶ月 前 |
Kovid Goyal
|
da9a36d918
Fix reload of kitty config not working if kitty launched via symlink not named kitty
|
7 ヶ月 前 |
Kovid Goyal
|
f15eebec02
Refactor config patching code to make it re-useable
|
8 ヶ月 前 |
Kovid Goyal
|
882d471c90
Make config line parsing in Go use same algorithm as in python
|
1 年間 前 |
Kovid Goyal
|
fc64ef41b3
when parsing conf files in go accept both space and tab as key separators
|
1 年間 前 |
Kovid Goyal
|
4ffb22199b
Cleanup previous PR
|
1 年間 前 |
Jake Stewart
|
0aa4c850ba
add line break syntax to go config parser
|
1 年間 前 |
Kovid Goyal
|
7803b07e7f
Ignore leading and trailing space around values when parsing config lines
|
1 年間 前 |
Kovid Goyal
|
14b58ba015
Fix overrides not being parsed correctly
|
1 年間 前 |
Kovid Goyal
|
d208670172
Abstract typical config file loading with path and cli overrides
|
1 年間 前 |
Kovid Goyal
|
5329546f21
Implement parsing of map
|
1 年間 前 |
Kovid Goyal
|
f42090766a
Use the new string scanner everywhere
|
1 年間 前 |
Kovid Goyal
|
7ce64fcde0
Support include when loading themes from dirs
|
1 年間 前 |
Kovid Goyal
|
7b4738125b
Move config code into its own package
|
1 年間 前 |