-
Notifications
You must be signed in to change notification settings - Fork 177
todo
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
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)
Send an email, it can consume objects from the pipe by attaching them to a mail.
mail -s foo foo@bar.com
# use case: send a screenshot of thread top to the admin
thread top | raster | mail -s "thread top" admin@foo.com
A filter command that creates an image from the pipe, it consumes Chunk objects for rendering them.
thread top | raster
Print big text with a figlet font.
banner -f myfont "HELLO"