rangle

Crates.iorangle
lib.rsrangle
version0.1.0
sourcesrc
created_at2023-08-02 10:22:46.682566
updated_at2023-08-02 10:22:46.682566
descriptionAn Org-Tangle alternative
homepage
repositoryhttps://github.com/jobin-nelson/rangle
max_upload_size
id932588
size13,196
Jobin Nelson (Jobin-Nelson)

documentation

README

Rangle

Rangle is a command-line utility written in Rust that provides an alternative to Org-Tangle, a tool for extracting code blocks from Org mode files. Rangle aims to be fast, reliable, and easy to use.

Installation

Rangle is not yet available through package managers, so you will need to build it from source. To do so, follow these steps:

  • Install Rust: https://www.rust-lang.org/tools/install
  • Clone the Rangle repository: git clone --depth 1 https://github.com/jobin-nelson/rangle
  • Navigate to the repository: cd rangle
  • Install Rangle: cargo install --path .

Usage

To use Rust-Tangle, run the following command:

rangle -f <file>
Commit count: 6

cargo fmt