Skip to content

Commit

Permalink
Update README, license
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Mar 29, 2011
1 parent 6d1f920 commit 91003dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 Clint Shryock
Copyright (c) 2010 - 2011 Clint Shryock

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#Growl-Transfer

Growl-Transfer is a little gem that wraps around a file transfer protocol (scp/curl) and notifies you via growl when the transfer is complete.
Growl-Transfer is a little gem for initiating downloads over the
command-line and receiving a notification when they complete. You don't
have to
watch curl or scp as they slowing trickel down the bits, and no worring
about getting destracted by something shinny only to forget you needed
that 120MB database dump only to find
later it's been ready for an hour. Growl Transfer wraps scp (soon
others) and sends a Growl notice when the transfer is done.

This is an early release, so there's not a ton here.

##Installation
Growl-Transfer requires [Growl][1] to be installed first.
Expand All @@ -16,7 +22,8 @@ Growl-Transfer sends growl notifications to "localhost" and needs these options

##Features

- Download files using scp and ssh keyless authentication
- Download files using ssh
- Keyless and password based authentication supported
- Much more coming soon...

##Bugs and feature requests
Expand All @@ -39,4 +46,4 @@ Copyright (c) 2011 Clint Shryock. See LICENSE.txt for
further details.

[1]: http://growl.info/
[2]: http://ctshryock.lighthouseapp.com/projects/68720-growl-transfer/tickets
[2]: http://ctshryock.lighthouseapp.com/projects/68720-growl-transfer/tickets

0 comments on commit 91003dd

Please sign in to comment.