1 unstable release
0.1.0 | Aug 2, 2023 |
---|
#11 in #org-mode
5KB
79 lines
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>
Dependencies
~1.2–1.8MB
~34K SLoC