#
unison
Here are 38 public repositories matching this topic...
Unison base libraries, published using V1 codebase format
-
Updated
Jan 28, 2021
Unison file sync web interface
-
Updated
Aug 25, 2021 - Python
Unison syntax highlighting for VS code
-
Updated
Apr 16, 2020
Parser combinator library in Unison
-
Updated
Sep 7, 2019 - Roff
A library for Unison (https://www.unisonweb.org) that provides a Read ability, along with some combinators and handlers, that allow for incrementally consuming some values to produce a result or fail
-
Updated
Aug 25, 2021
Cli para consutlar datos de la Unison (Universidad de Sonora), calificaciones, ciclos escolares, kardex, etc...
-
Updated
May 25, 2021 - JavaScript
Unison file synchronizer build scripts https://github.com/bcpierce00/unison
-
Updated
Aug 31, 2017 - Shell
Initialise a Moodle development environment on Docker
-
Updated
Mar 18, 2021 - Shell
Unison 2.51.2 binaries compiled using ocaml 4.08.1 on Amazon Linux 2012.03.
-
Updated
Jun 25, 2020 - Makefile
File synchronisation tool for Docker - powered by unison
-
Updated
Aug 1, 2019 - Go
Roaming homes/profiles for linux with unison
synchronization
home
fedora
libnotify
unison
user
systemd-service
systemd-unit
roaming
systemd-timer
userhome
-
Updated
Feb 19, 2019 - Python
Unison examples for begginners by begginners!
-
Updated
Oct 11, 2019
A fork of Hannes Landeholm’s Unison unison-fsmonitor adapter for macOS that works with Python 3
-
Updated
Jul 20, 2018 - Python
Filesystem monitoring adapter for Unison with macOS support
-
Updated
Feb 1, 2019 - Go
A script to automate backups.
-
Updated
Dec 22, 2020 - Shell
Base vagrant-oriented dev environment for angular
-
Updated
Jul 12, 2017 - Shell
Improve this page
Add a description, image, and links to the unison topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unison topic, visit your repo's landing page and select "manage topics."
In unisonweb/unison#2280, I swapped ucm to use optparse applicative, which means we can now get Bash, Zsh, or Fish tab-completion on arguments and commands for free! This also allows configuring custom completion types within the CLI code, and if you use the appropriate parser type for arguments it can infer that a given argument must be a file or directory, etc.
You can