Leaps alternatives and similar packages
Based on the "Other Software" category.
Alternatively, view Leaps alternatives based on common mentions on social networks and blogs.
-
croc
Easily and securely send things from one computer to another :crocodile: :package: -
limetext
Open source API-compatible alternative to the text editor Sublime Text -
Gor
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes. -
Seaweed File System
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. [Moved to: https://github.com/seaweedfs/seaweedfs] -
rkt
An App Container runtime that integrates with init systems, is compatible with other container formats like Docker, and supports alternative execution engines like KVM. -
toxiproxy
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing -
Comcast
Simulating shitty network connections so you can build better systems. -
confd
Manage local application configuration files using templates and data from etcd or consul -
scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go -
Docker
Notary is a project that allows anyone to have trust over arbitrary collections of data -
Juju
Universal Operator Lifecycle Manager (OLM) for Kubernetes operators, and operators for traditional Linux apps, with declarative integration between operators for automated microservice integration. -
blocky
Fast and lightweight DNS proxy as ad-blocker for local network with many features -
Stack Up
Super simple deployment tool - think of it like 'make' for a network of servers -
Documize
Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS -
GoDNS
A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go. -
peg
Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. -
Go Package Store
An app that displays updates for the Go packages in your GOPATH. -
portal
Portal is a quick and easy command-line file transfer utility from any computer to another. -
Guora
🖖🏻 A self-hosted Quora like web application written in Go 基于 Golang 类似知乎的私有部署问答应用 包含问答、评论、点赞、管理后台等功能 -
Gokapi
Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported. -
mockingjay
Fake server, Consumer Driven Contracts and help with testing performance from one configuration file with zero system dependencies and no coding whatsoever -
ipe
An open source Pusher server implementation compatible with Pusher client libraries written in GO -
ide
A Go code editor. With debugging and Autocomplete. 一个 Go 代码编辑器,具有 DEBUGGING 和 AUTOCOMPLETE -
tcpprobe
Modern TCP tool and service for network performance observability.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Leaps or a related project?
Popular Comparisons
README
[Leaps](leaps_logo.png "Leaps")
Leaps is a service for collaboratively editing your local files over a web UI, using operational transforms to ensure zero-collision synchronization across any number of editing clients.
WARNING: This project is no longer actively maintained.
[Screenshot](leaps_ss.png "Leaps screenshot")
Run
Simply navigate to a directory you want to share, run leaps
, open the hosted
page (default http://localhost:8080
) in your browser and direct any friends on
your LAN to the same page. You can now collaboratively edit any documents in
that directory.
Your files will be written to in the background as you edit. If you aren't using
version control, or simply want extra protection, you can run leaps in safe mode
with the --safe
flag. In safe mode any changes you make will be placed in a
.leaps_cot.json
file, which you can then apply to your files once you are
happy by running with the --commit
flag.
Build/test commands from the UI
When writing code it sucks to have to leave the editor for running tests, linters or builds. However, allowing the internet to run arbitrary commands on the host machine is a recipe for disaster.
Instead, leaps allows you to specify pre-written commands using the -cmd
flag,
which are then available for clients to trigger asynchronously while they edit.
Results are broadcast to all connected users, so you can all see the outcome as
a team.
For example, leaps -cmd "golint ./..." -cmd "go build ./cmd/leaps"
gives
users both a linter and a build command that they can trigger on your machine.
API
Leaps can also be used as a library, with implementations of accessors for various document hosting solutions and plugable authentication layers, allowing you to build your own services to suit many service architectures.
Leaps server components are implemented in Golang, and has a client implemented in JavaScript that can currently be used with ACE, CodeMirror and Textarea editors.
To read more about the service library components and find examples check out the godocs.
To read about the JavaScript client check out the [README][2].
Install
Leaps is a single binary, with no runtime dependencies. Just download a package for your OS from the latest releases page.
From homebrew
brew install leaps
leaps -h
Build with Go
go get github.com/Jeffail/leaps/cmd/...
leaps -h
System compatibility
OS | Status |
---|---|
OSX x86_64 |
Supported, tested |
Linux x86 |
Supported |
Linux x86_64 |
Supported, tested |
Linux ARMv5 |
Builds |
Linux ARMv7 |
Supported, tested |
Windows x86 |
Builds |
Windows x86_64 |
Builds |
Contributing and customizing
Contributions are very welcome, just fork and submit a pull request.
Contact
Ashley Jeffs
- Web: http://jeffail.uk
- Twitter: @Jeffail