snakefoot / snaketail-net

Tail utility for monitoring text log files and Windows EventLog
http://snakenest.com/snaketail/
GNU General Public License v3.0
395 stars 79 forks source link

No CMD way? #155

Closed Guardian820 closed 2 years ago

Guardian820 commented 2 years ago

Please add full support for command line. There is a mention of this feature on the website:

"Save and load entire window session. Can load session file at startup when given as command line parameter."

But where is the documentation and explanation of how to do this just using only command line?

snakefoot commented 2 years ago

You just provide the session-file-path as input-argument to the snaketail-application, when running from command-line (It will recognize as session-file by its xml-file-extension).

You can also create a link-shortcut to the snaketail-application, and provide the input-argument there. Either a session-xml-file or a specific log-file-txt.

Guardian820 commented 2 years ago

Very simple, thanks!