Merge pull request #5 from aleandros/fix_readme

Fix README formatting for TODO list
pull/6/head
Braydon Kains 5 years ago committed by GitHub
commit 9ab7bca924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,15 +17,15 @@ Get the name and process ID of the process running on a given port
Check the process running on a given port with the option to kill it if you'd like.
## TODO
[x] Add the ability to kill process on port
[x] Add the ability to search for process by name
[] 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)
- [x] Add the ability to kill process on port
- [x] Add the ability to search for process by name
- [ ] 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!

Loading…
Cancel
Save