Found Footage: MacOSXTutorials explores Mac Dropbox tips
As a Dropbox fan, I am always looking for new uses for the ubiquitous cloud storage service. Matt Fisher, whose videos have been featured on TUAW before, has produced a new video chock-full of great Mac OS X Dropbox tips.
In this 10-minute clip, Matt shows:
- How to copy the Mac clipboard to a Dropbox text file by creating an Automator service
- A demo of AirDropper, an excellent way of securely requesting files from others and having them delivered via Dropbox
- How to email files to Dropbox using Habilis
- A quick way to access your Dropbox using a Chrome Extension (also available for Firefox)
- Start torrents from any computer or device connected to Dropbox
- Add PDFs to iBooks
- Edit files from anywhere using Droptext
Share
Source: http://macosxtutorials.com/
Categories
As a Dropbox fan, I am always looking for new uses for the ubiquitous cloud storage service. Matt Fisher, whose videos have been...
Add a Comment
It's an amazing product. All of my labmates are using it. Following my referral link to have your own Dropbox account. We will all get 250M more free space (actually 500M if your mail address is ended with "edu"). Thank you! You will love it. :)
http://www.dropbox.com/referrals/NTIwMDUyODQ5
For Tip #1, I added the date and figured out how to make this reverse chronological so that the most recent text items are at the top:
http://www.techdc.com/dropbox-automator-service-for-saving-selected-text
F0EHammer is right. You need two > to append.
I modified the script further to include the date:
echo ---"$(date)"--- >> ~/Dropbox/Mac-Clipboard.txt
cat >> ~/Dropbox/Mac-Clipboard.txt
Thanks for any Dropbox signup referrals:
https://www.dropbox.com/referrals/NTIxNzM4MzM5
Thanks but not very useful. Only works in stickies and preview, not in everyday apps like Word or Chrome. Any ideas on how to make it works wherever there is text?
September 01 2010 at 1:22 PM Report abuse Permalink rate up rate down ReplyGreat tips! Thanks you very much! But the tip regarding the shell script doesn't work that well. Im my case it replaces the current text in the .txt file, så every time I add something new, the old text gets deleted.
I used
cat > ~/Dropbox/RandomFindings.txt
use two >
cat >> ~/Dropbox/RandomFindings.txt
You can also use dropbox with the QuickOffice on the iPad or iPhone. I love this service.
September 01 2010 at 5:27 AM Report abuse Permalink rate up rate down ReplyIf you don't have a dropbox account yet, please use my referral link. We will both get 250MB more space for free:
http://www.dropbox.com/referrals/NTc4ODU1NDk
Wow! Awesome tips. I'll definitely be using these!
August 31 2010 at 9:52 PM Report abuse Permalink rate up rate down ReplyI use Dropbox for⦠well.. everything. But my most recent amazing use of it is to sync Safari 5 extensions across all my macs (I have 3). Itâs actually very easy to do as well.
Taken from (http://bit.ly/9Enb5P)â¦
1. Move your Extensions folder (from /Library/Safari) to your Dropbox folder (/Dropbox by default)
2. Open up the Terminal application (/Applications/Utilities)
3. Type the line below
ln -s ~/Dropbox/Extensions/ ~/Library/Safari/Extensions
The third step creates a symbolic link so that when Safari looks for the Extensions folder, it is redirected to the shared folder on Dropbox, which will sync automatically.
On other computers, first move any extensions not on the first machine from the Extensions folder in Library/Safari/Extensions to the Extensions folder in Dropbox, then delete the folder in Library/Safari/Extensions (if you copy the whole folder as in step 1, you will overwrite the first lot of extensions. Then, type the line from step 3 this second Mac.
I use it to be able to remotely lock my computer, in case it is stolen.
Using folder actions, I have an Automator script that runs when I drop a file into a dropbox folder.
It runs a Keynote presentation (showing a blue screen of death :-P), while a photograph is taken and uploaded with the iSight. The computer then logs out, so that a password is required to use it.
It works quite well.
Hot Apps on TUAW
Deals of the Day
more deals- Used Apple iMac 17" Core 2 Duo 1.83GHz for $430 + $28 s&h
- Lounge Deluxe Stand for iPhone / iPod touch for $28 + $8 s&h
- Brookstone Surround-Sound Earbuds for $14 + $7 s&h
- Refurbished Skullcandy Tokidoki Smokin' Buds Mic'd Headset for $5 + $2 s&h
- Stitchway Backup Battery for iPod / iPhone for $5 + free shipping
- Used Apple MacBook Pro 2.4GHz 15" LED Laptop for $1,030 + $29 s&h
Software Updates
more updates- EFI Firmware Update brings Lion Internet Recovery to 2010-model Macs
- OS X Lion 10.7.3 released with Safari 5.1.3, Wi-Fi bug fix
- Aperture updated to 3.2.2, addresses Photo Stream issue
- Apple updates Keynote to address Lion issues
- Google Search app gets new look on iPad
- Apple releases Apple TV Software Update 4.4.3



12 Comments