mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #84] Allow user to choose which file to view #59
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @copernico on GitHub (Dec 3, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/84
Right now frontail only shows either one single file or all the files (specified on the command line) merged together. I would love to see a drop-down menu in the top bar that would allow me to pick which file to see.
@vandot commented on GitHub (Apr 22, 2017):
+1
@andiwirs commented on GitHub (Oct 30, 2017):
+1
@bberenberg commented on GitHub (Jan 17, 2018):
+1 current plan is to run a bunch of these on a single node behind a proxy to make this happen.
@mthenw commented on GitHub (Jan 25, 2018):
Looks like it's often requested feature. SImilar to https://github.com/mthenw/frontail/issues/108. My thinking is that if I specify multiply files to tail e.g.
Then in the UI I should be able to switch between those two files. By default it should show tail for all files.
What do you think about that?
@bberenberg commented on GitHub (Jan 31, 2018):
Different issue from #108 as I mentioned there. One is about the path at which the tool can run, the other is about how multiple files are displayed within a given instance.
@yeurplc commented on GitHub (Apr 11, 2018):
+1
@filipeoliveira commented on GitHub (Apr 13, 2018):
+1
@jakobjp commented on GitHub (May 3, 2018):
Totally agree. - If multiple files are being viewed, it would be extremely useful to be able to view the entire stream of log, or individual files. (In the UI I would prefer a dropdown og tabs, preferably even showing a number with the amount of lines added to tailed files that are not presently viewed.
@joshjung commented on GitHub (May 6, 2018):
+1
@jakobjp commented on GitHub (Sep 26, 2018):
Will this ever be done?
@vandot commented on GitHub (Sep 26, 2018):
It seems that is quite difficult to change that because of way it's implemented tail -f
@timdonovanuk commented on GitHub (Jun 3, 2020):
+1 for this. The only solution I've found so far is to run seperate instances on different ports for each logfile. Other than that, frontail is super amazing :)
@pembertonmatsi commented on GitHub (Apr 29, 2021):
+1 for this. An idea for those smarter than I. Create a wrapper application that launches frontail in tabs. So a menu at the top and tabs below for each file. That would be a new git project but installs Frontail as a dependancy.