Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twisterghost/droppel
Persist files or directories anywhere you like
https://github.com/twisterghost/droppel
Last synced: about 2 months ago
JSON representation
Persist files or directories anywhere you like
- Host: GitHub
- URL: https://github.com/twisterghost/droppel
- Owner: twisterghost
- License: mit
- Created: 2014-05-19T22:59:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T23:34:56.000Z (over 10 years ago)
- Last Synced: 2024-11-07T21:46:09.991Z (about 2 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
droppel
=======Droppel is a command line tool which persists files anywhere you want on your
drive using Google Drive or Dropbox. Droppel allows you to have the same file
on two or more different machines (or different places on one machine) without
the need to have the file reside inside of the Drive or Dropbox folders.## Installation
`npm install -g droppel`
## Use
To begin persisting a file, simply do `droppel FILE_NAME`
To persist a file that has been persisted from another machine, use the same command.
For example, on machine 1, you want to persist *myfile.txt*: `droppel myfile.txt`
Then, go to machine 2, and in whatever directory you want: `droppel myfile.txt`
You have now persisted the same file across two machines and different locations!
## Config
You may need to configure droppel to know where your machine's Dropbox or Drive
folders are, or to change which service is used. By default, Drive is used.`droppel --config --drive /usr/someone/Google Drive` will set the drive location
to /usr/someone/Google drive`droppel --config --service dropbox` will set the service to dropbox
`droppel --config --directory my-files` will place all persisted files inside
the folder "my-files" within your preferred service.## Unlinking
To unlink files, `droppel --unlink myfile.txt`. **This will delete your file!**