- added CHANGELOG.md
- added
hellolan me
which returns the current local IP address (matches closest to192.168.1.
) - will return all or a subset of ips if positional arguments or an
--all
flag is passed hellolan hostname
will now return the current machine's hostname in the absence of a specified IP address- added
ifcfg
as a dependency (for determining my lan IP) - make assumption that time between scan results is instantaneous compared to rendering (fixes render glitch)
- add natural sorting to cli table
- removed
force
flag (nmap -R
) because I saw no improvement over hostname resolution
- added mac and vendor to the table if they are available (if it was run with sudo)
- fixed decorator bug in cli (don't use 0.0.8 directly)
- refactor CLI so that any of the data views are "watch"-able (
--watch
)
- add
--watch
flag to cli table. will perform multiple back to back scans and update the table - added
reprint
as a dependency for stdout refreshes - moved ssh code into separate file
- added
hellolan hostname <ip>
command
- add
hellossh
command (shortcut forhellolan ssh- ...
)
- update dependencies