Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spamwax/rmate-rs
rmate ♥ Rust
https://github.com/spamwax/rmate-rs
rmate rust sublime-text textmate
Last synced: about 2 months ago
JSON representation
rmate ♥ Rust
- Host: GitHub
- URL: https://github.com/spamwax/rmate-rs
- Owner: spamwax
- Created: 2020-04-18T00:19:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T21:39:21.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:58:17.651Z (8 months ago)
- Topics: rmate, rust, sublime-text, textmate
- Language: Rust
- Size: 347 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Test & Release binaries](https://github.com/spamwax/rmate-rs/actions/workflows/release.yml/badge.svg)](https://github.com/spamwax/rmate-rs/actions/workflows/release.yml)
[![tests](https://github.com/spamwax/rmate-rs/actions/workflows/main.yml/badge.svg?branch=develop)](https://github.com/spamwax/rmate-rs/actions/workflows/main.yml)# rmate ♥ Rust
fast, reliable implementation of **rmate** in Rust.
Pre-complied binaries for following platforms are available in [Releases page](https://github.com/spamwax/rmate-rs/releases/latest).
| Platform | CPU Architecture |
|----------|------------------------------------------------|
| macOS | x86_64, aarch64 |
| Linux | x86_64, i686, aarch64, armv7 |
| FreeBSD | x86_64 |
| Android | x86_64, i686, aarch64, armv7, arm, thumbv7neon |
| Illumos | x86_64 |### Features
- Support all options and rmate.rc settings described in [Ruby implementation](https://github.com/textmate/rmate).
- Create backups of local files to avoid corrupting your files if any io/network operations go wrong.
- Verbose logging of operation (use `-v` one or more times).### Demo
[![the screencat](https://asciinema.org/a/fqgvpm9yPdDFAZ11f8uY1DF26.svg)](https://asciinema.org/a/fqgvpm9yPdDFAZ11f8uY1DF26).