Select log file to open with --open/-o#7
Conversation
|
Thanks for the idea, but what's wrong with selecting the file from the list? |
I suppose in general I'm just used to programs allowing me to specify which file I want them to open, without having to use their non-standard UIs. Unix philosophy and whatnot. |
|
|
||
| ### Deoptigate existing `*.log` | ||
|
|
||
| Run `deoptigate --open path/to/file.log`. You may also use `-o`. |
There was a problem hiding this comment.
Let's just add this to the above section, i.e.
Simply run
deoptigatefrom the directory that contains the log file(s) or specify a specific file via--open|-o, i.e.deoptigate --open path/to/file.log.
16ea722 to
2853130
Compare
deoptigate -o some_named_log_file.lognow works, as well as--open.It's nice to be able to name my log files whatever I want.