r3bl_rs_utils 0.9.0

Async Redux library, TUI framework, and useful types
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env fish
clear
pushd tui
rm log.txt
touch log.txt
tail -f log.txt | lolcat
popd