From afbe72fa424c1ae54fe7595c7882de941012eb09 Mon Sep 17 00:00:00 2001 From: Braydon Kains Date: Sat, 14 Mar 2020 22:13:23 -0400 Subject: [PATCH] Update readme to use task list --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 559f281..d47faea 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,15 @@ Show help menu. Get the name and process ID of the process running on a given port ## TODO -* Add the ability to kill process on port -* Maybe look into other cli operations? (getting IP?) -* Come up with other useful stuff -* Write up contributors guide -* Decide how to do documentation (probably Github wiki?) -* Write man page (figure out how to do that lol) -* Set up CI (probably Travis) -* Figure out distribution/release +- [] Add the ability to kill process on port +- [] Maybe look into other cli operations? (getting IP?) +- [] Come up with other useful stuff +- [] Write up contributors guide +- [] Decide how to do documentation (probably Github wiki?) +- [] Write man page (figure out how to do that lol) +- [] Figure out distribution/release + +- [x] Set up CI (probably Travis) ## Contributing I don't know that I'm ready for contributors yet because I don't have a good contributors guide. I do plan to eventually open this up to contributors. If you have any ideas for future operations, please feel free to open an issue, I am happy to discuss ideas!