-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow for log files (preview pane) #17261
Comments
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
note to clint: you'd probably need to depend on us for microsoft/terminal#6999, so that we can actually create a |
Thanks @zadjii-msft. @theking2 i think anything we do here would be less performant and more overhead than just doing this via terminal window. Other issue would be which thing views a log file, While preview panes are mini-apps, only one gets the rights to be the previewer for the file type. |
@crutkas This actually could work with Monaco. When it sending new content to the webview every second. |
This could indeed be done with powershell/terminal by doing something like:
Which will follow the php_error.log content. No need for a separate tool here. |
Description of the new feature / enhancement
Consider
tail -f .log
I often find myself doing a
Get-Content -Wait .log
to follow the content of a growing (log) file.How cute would it be that this is build in the File Explorer pre view pane? Not even Directory Opus does that!
Scenario when this would be used?
Watch a growing (log) file for new lines being added.
Supporting information
man
PowerShell
The text was updated successfully, but these errors were encountered: