Closed pmayd closed 2 years ago
Closes #19
To clarify my understanding, this eliminates the need for getkey by just printing the display instead of creating a Live loop? Love it.
To clarify my understanding, this eliminates the need for getkey by just printing the display instead of creating a Live loop? Love it.
Exactly
I made a little mistake and forgot to delete the quit_display function in my PR so you can delete this deprecated function now, too @rhelmstedter
Saw that quit_display()
was there. It's already gone 👍
remove getkey dependency from poetry.lock and pyproject.toml; replace… getkey and quit_display() function instead of a simple console.print(layout) from rich.console package to display the bite; update README with working instructions for windows