Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxro/ajmicrosync
appjangle Micro Sync allows to synchronize the contents of text files or parts of text files through the appjangle cloud service.
https://github.com/mxro/ajmicrosync
Last synced: about 2 months ago
JSON representation
appjangle Micro Sync allows to synchronize the contents of text files or parts of text files through the appjangle cloud service.
- Host: GitHub
- URL: https://github.com/mxro/ajmicrosync
- Owner: mxro
- Created: 2012-08-08T22:58:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:51:36.000Z (about 4 years ago)
- Last Synced: 2023-04-03T21:48:05.676Z (over 1 year ago)
- Language: Java
- Homepage: http://appjangle.com
- Size: 134 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
textsync: Text Content Management System
==========----
!!! [Please go to the updated documentation page](http://u1.linnk.it/qc8sbw/usr/apps/ajFileSync/docs/ajMicroSync.value.html) !!!
----
**Note**: The documentation below refers to the now obsolete version 0.0.1. Please check the link above for documentation and download link for the most recent version.
appjangle Micro Sync is a kind of source code management system, which allows to keep only parts of files under version control.
appjangle Micro Sync is a Java Swing application built on the [appjangle](http://appjangle.com) platform.
You can download the latests executable below:
[appjangle Micro Sync 0.0.1](https://dl.dropbox.com/u/957046/onedb/apps/ajMicroSync-0.0.1-standalone.jar)
## Usage
In any plain text file, insert `` statements as shown below.
Content not under version control.
The content you want to keep under version control.
Content not under version control.
Now start appjangle Micro Sync by double-clicking on the downloaded JAR file.Sign in with an appjangle account. (You can easily sign up for free on [appjangle.com/signup](http://appjangle.com)).
Drag and drop the file you have edit and or the folder in which your file is stored onto the file list in appjangle Micro Sync.
Hit [Synchronize Now].
The marked contents of your textfile should now be uploaded to your the appjangle cloud storage. The plain text file will have been altered, with the `` statement changed to:
Content not under version control.
The content you want to keep under version control.
Content not under version control.
appjangle Micro Sync will have determined a globally unique identity for the text snippet you have marked.Any changes made to the text file, will from now on be uploaded to the cloud every time appjangle Micro Sync is run.