headtail
headtail copied to clipboard
head and tail simultaneously
See the documentation for the [CodeQL Action](https://github.com/github/codeql-action) BLOCKED until Rust is supported by CodeQL. See CodeQL's [Supported languages & frameworks](https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/) page.
We should add unit tests covering most of our logic, though we probably don't need any for the argument parsing giving it's a pretty straightforward usage of `clap`.
For sure: - [ ] Video or [asciinema](https://asciinema.org/) of `headtail` in action - [ ] Quick story about how `headtail` came about (problem that prompted it -> our DoL session)....
Add integration tests covering: - `-f/--follow` - `-s/--sleep-interval`
This is a very interesting and useful utility. I believe it would be particularly helpful if some demarcation such as `...` or some other separating line (perhaps even colorizing it...