# Tuesday, July 15, 2008

Today we added a screen tour highlighting some of CloudSH.com. Take a look and let us know what you think. CloudSH.com Tour.

Tuesday, July 15, 2008 4:59:05 PM (Mountain Standard Time, UTC-07:00)  #    Disclaimer  |  Comments [0]  |  Feed your aggregator (RSS 2.0)
# Friday, July 11, 2008

Today we released two new features which really increase the usefulness of CloudSH.com.

Command Pipelines

Pipelines allow the output of a command to be passed as arguments to the next command. For example you could pass the output of recent delicious posts to the echo command and only echo the HREF like this: 

del/recent | echo $$.href

Resulting in a list of links. The pipe (|) is what enables this. The $$ is a reference to the object being passed to the command. Get more detailed help by typing GetPipelineHelp on the command line.

Output Redirection

This allows you to redirect the output of a command. Right now you can use the emailme target to send the command output to your email. More targets will be coming soon. Output redirection is the last part of a command sequence. We can add a redirect to the command above to have the results sent to our email like this:

del/recent | echo $$.href > emailme

To get more detailed help and see what targets are currently available type GetRedirectionHelp on the command line.

We hope you find these useful and send us all your feedback and requests!

Friday, July 11, 2008 12:00:58 PM (Mountain Standard Time, UTC-07:00)  #    Disclaimer  |  Comments [0]  |  Feed your aggregator (RSS 2.0)
# Wednesday, July 02, 2008

After months of development effort CloudSH.com is finally live and ready for some alpha testers and feedback to help shape the service. If you interested in helping out please add yourself to the waiting list!

This initial release has limited support for 30Boxes.com, Del.icio.us, Facebook, and Twitter. Some of the bigger things to come include output redirection and scheduled commands along with more services and interfaces to connect to CloudSH.com.

Send any suggestions, thoughts, or complaints to us here.

Don't forget to subscribe to the RSS feed to keep up to date on the latest features and releases.

Wednesday, July 02, 2008 4:08:33 PM (Mountain Standard Time, UTC-07:00)  #    Disclaimer  |  Comments [0]  |  Feed your aggregator (RSS 2.0)