A Templating REST Client
Clone or download
Latest commit 28ef27d Jan 27, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets Create a gtk theme Jan 27, 2019
src Create a gtk theme Jan 27, 2019
.gitignore Rename how the workspace config is named May 5, 2018
Cargo.lock Confirm before delete environment Jan 26, 2019
Cargo.toml Confirm before delete environment Jan 26, 2019
LICENSE Add readme and license Apr 15, 2018
README.md Add install instruction (See #6) Jan 10, 2019

README.md

Rustaman

A Templating REST Client.

Status

unstable/under development

Install from source

You must have GTK 3 installed on your OK to get it working. The GTK SourveView has to be installed too.

Clone the repository

    git clone https://github.com/mardiros/rustaman.git
    cd rustaman

Copy assets for syntax highlighting

On Linux

    mkdir -p ~/.config/rustaman
    cp assets/* ~/.config/rustaman

On MacOS

    mkdir $HOME/Library/Preferences/rustaman
    cp assets/* $HOME/Library/Preferences/rustaman

Build

    cargo build

Or in release mode:

    cargo build --release

Run with logging info

    RUST_BACKTRACE=1 RUST_LOG=rustaman=debug cargo run

Or in release mode with the error level:

    RUST_BACKTRACE=1 RUST_LOG=rustaman=error cargo run --release