| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2021-05-03 |
|
[d5efb7] lighter folder |
| README.py | 2021-05-03 |
|
[109412] distribute build option |
| compile.ps1 | 2021-05-03 |
|
[ac4af1] folder & compiler cleanup |
| i18n.py | 2021-04-28 |
|
[cadb59] show profiles in console |
| ip.py | 2021-04-28 |
|
[6266f7] hide timeout |
| main.py | 2021-04-28 |
|
[124534] readme change |
| main.spec | 2021-04-09 |
|
[108a94] profile save bug |
| pings.exe | 2021-05-03 |
|
[ac4af1] folder & compiler cleanup |
| profile.py | 2021-04-28 |
|
[124534] readme change |
| screen.py | 2021-04-28 |
|
[6266f7] hide timeout |
text = """Documentation
Continuously pings a list of IPs
You can add names to the IPs to identify them easily
IP list and names can be saved to profiles in %appdata%
Flags
[null]
Start pings with no IPs loaded
-ips x.x.x.x/x
Start pings with an IP or a range of IPs [/x]
You can also separate different IPs with commas
x.x.x.x/x,x.x.x.x/x
-p profile_name
Start pings with a saved profile
Default saves to %appdata%
-s
Shows profiles available
Default to %appdata%
-r
Shows README file
-h
Get help for flags
Keyboard shortcuts
Navigation
UP/DOWN arrows
Select next IP
LEFT/RIGHT arrows
Next page (scrolls one full screen length)
Profile
s
Save current config as profile
Will suggest to overwrite
IPs
a
Add IP or range of IPs
x
Delete selected IP
n
Add/change name of selected IP
t
Hide/show timeout IPs
Paging & scrolling may feel awkward
General config
r
Sleeps for 3 seconds - Refresh
h
Show help
p
Change ping frecuency
q
Peacefully quits
Will ask if you want to save changes if its working with a profile
Will save changes ONLY IF you type in y or yes [Y or YES]"""