Kovid Goyal
|
c861259e3b
|
Rename go module from kitty -> github.com/kovidgoyal/kitty
Makes the code more easily re-useable in other projects
|
2025-05-16 08:43:39 +05:30 |
|
Kovid Goyal
|
237bb35ee9
|
More CodeQL fixes
|
2025-04-20 21:53:11 +05:30 |
|
Kovid Goyal
|
adfcffa5d7
|
Various fixes to make CodeQL happy
|
2025-04-20 21:34:42 +05:30 |
|
Kovid Goyal
|
b017cc0c1e
|
Handle variable fonts like cascadia code that dont have a postfix variation prefix name for some of their faces
|
2024-06-24 07:54:17 +05:30 |
|
Kovid Goyal
|
a1f2a7df4d
|
Port new shlex code to Go
|
2023-12-04 14:14:11 +05:30 |
|
Kovid Goyal
|
f9a22d0bc7
|
Port ANSI escape code parser to Go
|
2022-11-25 21:03:09 +05:30 |
|
Kovid Goyal
|
4974219e0f
|
Add function to shlex for completion
Also remove the google header since we have diverged from
the original a fair bit. Add a link to the original for credit.
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
a4de4b7c6f
|
Report stream start position for tokens
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
eae4899df4
|
Use a string builder instead of appending to a slice
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
87b4800fdf
|
Get rid of comment parsing from shlex
POSIX does not define comments
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
64156fd6e6
|
Have the shlex tokenizer return space tokens as well
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
1485981b11
|
Have the shlex tokenizer track position in stream and return defined error types
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
8d76cf8d32
|
Import the google shlex package as we need more sophisticated parsing
|
2022-11-14 15:42:08 +05:30 |
|