directvt / vtm

Text-based desktop environment
MIT License
1.63k stars 43 forks source link

Fix line splitting in scripts #556

Closed o-sdn-o closed 10 months ago

o-sdn-o commented 10 months ago

Changes

You can now run multiple commands on one line, as well as set multi-line window titles:

vtm --script "vtm.run(title='Line1 \nLine2' cmd=cmd); vtm.run(title='Second Window' cmd=cmd)"

Closes #555