Skip to content

No pipe support? #1

Description

@skiz

Observations

Just tried this out and it would be great.... however we need a few flags and stdio support.

I'm doing some AI training and want to tail my log output with markdown.

pipe support

This is standard *nix operating procedure for chaining tools.

./do_a_thing_that_outputs_slow_md.sh | mdtail --from-start

don't require .md

My log file is a markdown file. it shouldn't matter if it ends in .md

extra flags

--from-start or similar would be useful to ensure that we don't start in the middle of some code block to keep things rocking.

after thoughts

Perhaps I'm using it wrong, but would expect this by default using some lexical parsing on input and dumping pretty outputs as it closes blocks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions