Este pode ser útil se você precisar preencher algum texto de exemplo.
Para configurar isso, adicione a seguinte linha ao seu ~/.bashrc
:
alias lipsum="wget -q -O- http://lipsum.com/feed/html | tidy -q -numeric -asxhtml --show-warnings no - | xmlstarlet sel -N xhtml='http://www.w3.org/1999/xhtml' -t --copy-of "//xhtml:div[@id='lipsum']/*/text()"" -n -b - | xclip -selection clipboard""
Depende: xmlstarlet