Go to file
Jeff Carr f080114325 feat: Add Go examples for process management
- Add Linux-specific cgo functions to set and get process titles.
- Add a demonstration of getting a child process's PID.
- Add an example of using 'exec -a' to set a child process title.
2025-08-20 11:18:57 -05:00
.gitignore gemini repo day1 2025-08-20 07:41:56 -05:00
exec_with_title.go feat: Add Go examples for process management 2025-08-20 11:18:57 -05:00
get_pid.go feat: Add Go examples for process management 2025-08-20 11:18:57 -05:00
proctitle_demo.go feat: Add Go examples for process management 2025-08-20 11:18:57 -05:00
proctitle_linux.go feat: Add Go examples for process management 2025-08-20 11:18:57 -05:00
terminal_width.go gemini repo day1 2025-08-20 07:41:56 -05:00