All Projects → moritzgloeckl → Overleaf Sync

moritzgloeckl / Overleaf Sync

Licence: mit
Overleaf Two-Way Synchronization

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Overleaf Sync

Algebra Latex
Parse and calculate latex formatted math
Stars: ✭ 20 (-53.49%)
Mutual labels:  latex
Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+2148.84%)
Mutual labels:  latex
Leadsheets
A LaTeX package for creating leadsheets and songbooks
Stars: ✭ 38 (-11.63%)
Mutual labels:  latex
Hub Sync
Sync your github forks without git.
Stars: ✭ 21 (-51.16%)
Mutual labels:  sync
Xml2tex
one-off xml-to-latex-converter generator
Stars: ✭ 31 (-27.91%)
Mutual labels:  latex
Highr
Syntax Highlighting for R Source Code
Stars: ✭ 36 (-16.28%)
Mutual labels:  latex
Flickrsync
A command line tool to synchronise, upload, download, pictures between the local file system and Flickr. Image hash signature of the picture is used to uniquely identify the image.
Stars: ✭ 14 (-67.44%)
Mutual labels:  sync
Markdown Latex
A markdown parser for converting markdown to LaTeX written in PHP.
Stars: ✭ 40 (-6.98%)
Mutual labels:  latex
Icloud Drive Docker
Dockerized iCloud drive
Stars: ✭ 33 (-23.26%)
Mutual labels:  sync
Caoutchouc
Make TeX great again
Stars: ✭ 38 (-11.63%)
Mutual labels:  latex
Notes
📝 Simple delightful note taking, with more unix and less lock-in.
Stars: ✭ 939 (+2083.72%)
Mutual labels:  sync
Richtextview
iOS Text View (UIView) that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links
Stars: ✭ 953 (+2116.28%)
Mutual labels:  latex
Latex Pass
Help you pass the LaTeX compilation by telling you which LaTeX packages are missing to compile your documents
Stars: ✭ 37 (-13.95%)
Mutual labels:  latex
Latex4coreldraw
This is a addon for CorelDRAW. It allows to add and edit Latex equations or symbols easily.
Stars: ✭ 20 (-53.49%)
Mutual labels:  latex
Librevault
Librevault - Peer-to-peer, decentralized and open source file sync.
Stars: ✭ 1,001 (+2227.91%)
Mutual labels:  sync
Jaxbin
MathJax and TeX pastebin
Stars: ✭ 15 (-65.12%)
Mutual labels:  latex
Ron Cxx
RON2.1 C++ implementation
Stars: ✭ 33 (-23.26%)
Mutual labels:  sync
Rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
Stars: ✭ 1,005 (+2237.21%)
Mutual labels:  latex
Mipt Thesis
Шаблон для дипломов в МФТИ
Stars: ✭ 40 (-6.98%)
Mutual labels:  latex
Master Thesis
The (un)official repository for my master thesis
Stars: ✭ 37 (-13.95%)
Mutual labels:  latex

Overleaf-Sync 1.1.2

Easy Overleaf Two-Way Synchronization

Made In Austria PyPI - License PyPI PyPI - Python Version

This tool provides an easy way to synchronize Overleaf projects from and to your local computer. No paid account necessary.


Features

  • Sync your locally modified .tex (and other) files to your Overleaf projects
  • Sync your remotely modified .tex (and other) files to computer
  • Works with free Overleaf account
  • No Git or Dropbox required
  • Does not steal or store your login credentials (works with a persisted cookie, check yourself)

How To Use

Install

The package is available via PyPI. Just run:

[email protected]:~/test$ pip install overleaf-sync

That's it!

Prerequisites

  • Create your project on Overleaf, for example test. The tool is not able to create projects (yet).
  • Create a folder with the same name as the project (test) on your computer
  • Execute the script from that folder (test)

Usage

Login

[email protected]:~/test$ ols login [-u/--username -p/--pasword --path]
Username: <overleaf username>
Password: <overleaf password>
Login successful. Cookie persisted as `.olauth`. You may now sync your project.

You can either specify your username and/or password on the command line or you will be prompted to enter them. The login command logs you into Overleaf and stores your cookie (not your login credentials) in a hidden file called .olauth in the same folder you run the command from. It is possible to store the cookie elsewhere using the --path option. The cookie file will not be synced to or from Overleaf.

Syncing

[email protected]:~/test$ ols [-l/--local-only -r/--remote-only --store-path -p/--path -i/--olignore]

Just calling ols will two-way sync your project. When there are changes both locally and remotely you will be asked which file to keep. Using the -l or -r option you can specify to either sync local project files to Overleaf only or Overleaf files to local ones only respectively. The option --store-path specifies the path of the cookie file created by the login command. If you did not change its path you do not need to specify this argument. The -p/--path option allows you to specify a different sync folder than the one you're calling ols from. The -i/--olignore option allows you to specify the path of an .olignore file which works exactly like .gitignore.

Sample Output:

Project queried successfully.
✅  Querying project
Project downloaded successfully.
✅  Downloading project

Syncing files from remote to local
====================

[SYNCING] report.tex
report.tex does not exist on local. Creating file.

[SYNCING] other-report.tex
other-report.tex does not exist on local. Creating file.


✅  Syncing files from remote to local

Known Bugs

  • When modifying a file on Overleaf and immediately syncing afterwards, the tool might not detect the changes. Please allow 1-2 minutes after modifying a file on Overleaf before syncing it to your local computer.

Disclaimer

THE AUTHOR OF THIS SOFTWARE AND THIS SOFTWARE IS NOT ENDORSED BY, DIRECTLY AFFILIATED WITH, MAINTAINED, AUTHORIZED, OR SPONSORED BY OVERLEAF OR WRITELATEX LIMITED. ALL PRODUCT AND COMPANY NAMES ARE THE REGISTERED TRADEMARKS OF THEIR ORIGINAL OWNERS. THE USE OF ANY TRADE NAME OR TRADEMARK IS FOR IDENTIFICATION AND REFERENCE PURPOSES ONLY AND DOES NOT IMPLY ANY ASSOCIATION WITH THE TRADEMARK HOLDER OF THEIR PRODUCT BRAND.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THIS SOFTWARE WAS DESIGNED TO BE USED ONLY FOR RESEARCH PURPOSES. THIS SOFTWARE COMES WITH NO WARRANTIES OF ANY KIND WHATSOEVER. USE IT AT YOUR OWN RISK! IF THESE TERMS ARE NOT ACCEPTABLE, YOU AREN'T ALLOWED TO USE THE CODE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].