Use gopsutil for cross-platform process detection
Replace pgrep with gopsutil/v4 for pure Go process detection. Now fully cross-platform (Linux, FreeBSD, macOS, Windows) with zero external exec calls. Add Taskfile and test fixture.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,8 @@
|
||||
/statusline
|
||||
/bin
|
||||
|
||||
/.task
|
||||
|
||||
# Created by https://gitignore.kjanat.com/api/go,linux
|
||||
# Edit at https://gitignore.kjanat.com?templates=go,linux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user