Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zarigani/dropbox_diff
Diff revision files in Dropbox.
https://github.com/zarigani/dropbox_diff
Last synced: 3 months ago
JSON representation
Diff revision files in Dropbox.
- Host: GitHub
- URL: https://github.com/zarigani/dropbox_diff
- Owner: zarigani
- Created: 2012-10-07T23:06:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-15T07:09:58.000Z (about 12 years ago)
- Last Synced: 2024-06-28T07:35:38.139Z (5 months ago)
- Language: Shell
- Size: 140 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dropbox_diff
============Dropboxのバージョン履歴を指定して、その差分を出力するシェルスクリプトです。
使い方
-----````
$ ./dropbox_diff.sh ~/Dropbox/hello.txtemail-adress: [email protected]
password:*** Version list(Top is newest) ***
3: Version3
2: Version2
1: Version1
Select( number [o]pen [h]elp [q]uit )>
`diff Version2 Version3`--- /dev/fd/63 2012-10-09 01:38:29.000000000 +0900
+++ /dev/fd/62 2012-10-09 01:38:29.000000000 +0900
@@ -1 +1 @@
-hello world
+Hello, world!
````* 入力なし `diff -u Version2 Version3`
* 3 `diff -u Version2 Version3`
* 2 `diff -u Version1 Version2`
* 1 3 `diff -u Version1 Version3`
* 3 1 `diff -u Version3 Version1`
* o Dropboxのバージョン管理のページを開く(Webブラウザが起動)
* h helpを出力する
* q 終了する開発環境
-------* MacBook Pro Retina
* OSX 10.8.2
* Dropbox v1.4.12
* GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin12)
* git version 1.7.12.1