mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #72] filter out control chars #48
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#48
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 @ORESoftware on GitHub (Jun 14, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/72
this is a pretty cool project, having some issues though
the tail command (using bash terminal) on Mac OSX seems to filter out (interpret) control chars
Is there an option to do so with frontail?
@ORESoftware commented on GitHub (Jun 14, 2016):
the red line at the top is via control chars, so not sure why that got interpreted correctly - it was a part of the first 10 lines from the original tail command if that's of any help
@ORESoftware commented on GitHub (Jun 14, 2016):
also it doesn't appear that new line chars are being honored either, here is what iTerm2 looks like tailing the same file:
here is the equivalent data viewed via frontail:
@mthenw commented on GitHub (Jun 14, 2016):
Weird, lines are converted using https://github.com/drudru/ansi_up. Looks like something wrong here.
@ORESoftware commented on GitHub (Jun 14, 2016):
I can probably prevent logging control chars upstream, but then I won't get any colors. Definitely would be great to have colors available in the browser. Let me know if you need more info.
@ORESoftware commented on GitHub (Jun 26, 2016):
any luck investigating this? I haven't thought about it much but will let you know if I can think of a good reason why it may happen
@mthenw commented on GitHub (Jul 1, 2016):
@ORESoftware haven't had enough time. I'm pretty busy these days :/
@ORESoftware commented on GitHub (Jul 1, 2016):
word np
On Jun 30, 2016 11:36 PM, "Maciej Winnicki" notifications@github.com
wrote:
@mthenw commented on GitHub (Sep 4, 2016):
Fixed in v3.1.2 :)
@ORESoftware commented on GitHub (Sep 5, 2016):
cool will test it out thx!
On Sep 4, 2016 9:56 AM, "Maciej Winnicki" notifications@github.com wrote: