mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #256] One "Source" entry per file when wildcard is used in path #207
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#207
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 @chrisl8 on GitHub (Feb 8, 2021).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/256
Is it possible to have the log files listed one at a time on the left side, while using a wildcard in an input path?
Currently, if I use a wildcard, all of the log files in that folder are lumped together as one source.
However, without using a wildcard, there is no way to automatically add new files when they are added to the folder.
What I'm looking for is to be able to monitor a folder, pick up new files as the are added automatically, but also be able to pick which files to display with the check-boxes on the left.
Is there currently a configuration setting that would accomplish this?
If not, are you open to adding this feature and/or to a PR with such an addition?