TUI-ConsoleLauncher icon indicating copy to clipboard operation
TUI-ConsoleLauncher copied to clipboard

Command like echo, but with variable support

Open yohannd1 opened this issue 6 years ago • 1 comments

Please create a command like echo, but with support to variables like time, device name, wifi, storage etc. %n support could be extremely useful too, as well as alignment.

yohannd1 avatar Nov 27 '18 00:11 yohannd1

echo has support for what ever the shell has support for, so for things like time and storage you just give that info to the shell for echo to display. in bash, for instance: echo $(date +%D) $(df -h /)

HiImTye avatar Dec 14 '19 06:12 HiImTye