From 775c8ce602b9ac791d5f2c936492b1c8387cfe27 Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Fri, 24 Jun 2022 19:51:58 +0100 Subject: [PATCH] Delete TODO.md --- TODO.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index a6daa3b..0000000 --- a/TODO.md +++ /dev/null @@ -1,11 +0,0 @@ -# TODO - -- [x] Add lots more info to status (ownership etc.) -- [x] Add command to find pid by name -- [x] Add suspend/resume commands (`syscall.Kill(process.PID(), syscall.SIGINT)`) -- [x] Add kill command (with --children flag) -- [x] Add kernel command to show kernel info (/proc/cmdline, /proc/sys/kernel/*) -- [x] Add files command to show list of files open by a process (/proc/123/fd/*) -- [x] Add godoc everywhere -- [x] Add scan command with built-in patterns -- [ ] Add debug logging \ No newline at end of file