Skip to content
Julien Viet edited this page Jun 5, 2013 · 8 revisions

Informal roadmap, anyone can pickup an item and contribute. You can discuss or get help on the CRaSH user list

MailPlugin

For sending email with two behaviors:

  • with username / password
  • by using using directly a mail server located via the MX field of a DNS entry (useful for sending emails without having to configure it, use case is for demoing)

mail command

Send an email, it can consume objects from the pipe by attaching them to a mail.

mail -s foo [email protected]
# use case: send a screenshot of thread top to the admin
thread top | raster | mail -s "thread top" [email protected]

raster command

A filter command that creates an image from the pipe, it consumes Chunk objects for rendering them.

thread top | raster

banner command

Print big text with a figlet font.

banner -f myfont "HELLO"
Clone this wiki locally