kitty/tools/config
Kovid Goyal e74188fcf0
Switch to using ps to get all processes
The Go process module is very slow to get Exe() on non-Linux systems
without CGO as it works by calling lsof on the pid. So we anyway have to
filter by command line first. So might as well just use ps in that case.
2024-08-19 20:54:54 +05:30
..
api.go Switch to using ps to get all processes 2024-08-19 20:54:54 +05:30
api_test.go Port test 2023-11-22 10:50:05 +05:30
utils.go Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
utils_test.go Implement parsing of map 2023-03-27 07:53:54 +05:30