Open
Description
Is your feature request related to a problem? Please describe.
i would like to achieve two things:
- A: open logfile like this:
CompactLogViewer.exe C:\Users\foobar\Downloads\my-log.clef
- B: under windows associate the file extension "clef" with
Compact Log Viewer
, so that when i doubleclick a file with ".clef"-ending it will be shown inCompact Log Viewer
when i currently do A or B, i just get the regular start-screen with "select or drop a log file"
hint: Setting the association is something i see as the duty of the user. It's not necessary for the application to dive into this rabbit-hole.
Describe the solution you'd like
- the application interpretes the first argument as a path to a clef file
- this log-file will then be opened
Describe alternatives you've considered
- do it the way it is now
Additional context
- if i find the time, i'll provide a MR, it should be relatively easy