Menu

Tree [d5efb7] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2021-05-03 Ian Mihura Lopez Ian Mihura Lopez [d5efb7] lighter folder
 README.py 2021-05-03 Ian Mihura Lopez Ian Mihura Lopez [109412] distribute build option
 compile.ps1 2021-05-03 Ian Mihura Lopez Ian Mihura Lopez [ac4af1] folder & compiler cleanup
 i18n.py 2021-04-28 Ian Mihura Lopez Ian Mihura Lopez [cadb59] show profiles in console
 ip.py 2021-04-28 Ian Mihura Lopez Ian Mihura Lopez [6266f7] hide timeout
 main.py 2021-04-28 Ian Mihura Lopez Ian Mihura Lopez [124534] readme change
 main.spec 2021-04-09 Ian Mihura Lopez Ian Mihura Lopez [108a94] profile save bug
 pings.exe 2021-05-03 Ian Mihura Lopez Ian Mihura Lopez [ac4af1] folder & compiler cleanup
 profile.py 2021-04-28 Ian Mihura Lopez Ian Mihura Lopez [124534] readme change
 screen.py 2021-04-28 Ian Mihura Lopez Ian Mihura Lopez [6266f7] hide timeout

Read Me

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]"""