fandreuz / TUI-ConsoleLauncher

Linux CLI Launcher for Android
Other
1.24k stars 257 forks source link

clear terminal #322

Open igotapochahontas opened 4 years ago

igotapochahontas commented 4 years ago

The "clear" command does not work from inside a shell script. I am making a slow ascii cartoon by using sh to load the frames and display them, but clear only clear the screen when I type it. It doesn't work from inside a shell. Anybody know a workaround for now?

Sbatushe commented 4 years ago

probably clear is a t-ui command, not an android shell command, so it will not run inside a sh script. In my configuration i use clear;cat file.txt on double tab to clear the screen and display an android ascii art

igotapochahontas commented 4 years ago

Nice. Good idea. Then save that as an alias? I didn't know tui could seperate commands with an ";"