proctui 0.0.1

Simple tool for Manage Procfile-based applications
1
2
3
4
web: python3 -m http.server 8000
ping: ping 127.0.0.1 -c 20
web2: python3 -m http.server 8765
ping2: ping 127.0.0.1 -c 10