metal3d / bashsimplecurses

A simple curses library made in bash to draw terminal interfaces
BSD 3-Clause "New" or "Revised" License
902 stars 117 forks source link

Add tailing text file or pipe as first class function. #53

Closed arjunadeltoso closed 2 years ago

arjunadeltoso commented 2 years ago

Description:

shortcut for tailing from a pipe or text file, extra options can be passed to tail

TestPlan:

added to example script examples/bashbar.sh, run it to test.

metal3d commented 2 years ago

Thanks a lot 👍🏻