fork of radicle with Git LFS support, backed by IPFS
Go to file
Alexis Sellier 0a93fa833e
cli: Simplify & improve CLI output
Improvements to the CLI output as well as converging towards
`termion` as a backend.

The crates we were using for prompting and spinners were based on
a terminal backend called `console`, which is not really used
anywhere else. There were also limitations in terms of the output
of these crates.

Therefore, we switched to the `inquire` crate for prompting, using
the `termion` backend, which is very standard.

Additionally, we simplify the terminal output to use symbols:

! for Warning
✓ for Success
✗ for Error

... Instead of a mix of words and symbols.

We also include a modified version of the `yansi` crate which plays
well with our table formatting functions by automatically truncating
and padding output in a unicode-aware way.
2023-02-27 17:10:52 +01:00
.github/workflows ci: Deploy built container images 2023-02-14 20:34:55 +01:00
.nix Rust 1.67 2023-02-04 19:30:29 +01:00
radicle cli: Simplify & improve CLI output 2023-02-27 17:10:52 +01:00
radicle-cli cli: Simplify & improve CLI output 2023-02-27 17:10:52 +01:00
radicle-cli-test cli: Simplify & improve CLI output 2023-02-27 17:10:52 +01:00
radicle-cob crypto: Use `ssh-key` crate for signatures 2023-02-17 11:53:46 +01:00
radicle-crdt Add Op ID string formatting 2023-02-04 12:29:50 +01:00
radicle-crypto crypto: Use `ssh-key` crate for signatures 2023-02-17 11:53:46 +01:00
radicle-dag Rust 1.67 2023-02-04 19:30:29 +01:00
radicle-httpd httpd: Add issue and patch counts 2023-02-27 12:57:20 +01:00
radicle-node node: Add `--tracking-policy` flag 2023-02-27 13:46:40 +01:00
radicle-remote-helper Make `ReadStorage` more usable 2023-02-15 22:08:20 +01:00
radicle-ssh Update to Rust 1.65 2022-11-05 12:47:26 +01:00
radicle-tools cli: Simplify & improve CLI output 2023-02-27 17:10:52 +01:00
.dockerignore Dockerize services 2022-12-14 17:15:40 +01:00
.env.seed ci: Deploy built container images 2023-02-14 20:34:55 +01:00
.gitignore Initial commit 2022-09-13 10:13:13 +02:00
CONTRIBUTING.md Add licenses and contributor information 2022-11-16 12:26:12 +01:00
Cargo.lock cli: Simplify & improve CLI output 2023-02-27 17:10:52 +01:00
Cargo.toml cli: Extract crate for md based tests 2023-02-15 15:25:38 +11:00
DCO Add licenses and contributor information 2022-11-16 12:26:12 +01:00
LICENSE-APACHE Add licenses and contributor information 2022-11-16 12:26:12 +01:00
LICENSE-MIT Add licenses and contributor information 2022-11-16 12:26:12 +01:00
README.md README: Add install instructions 2023-01-12 13:15:37 +01:00
build.rs Rust 1.67 2023-02-04 19:30:29 +01:00
docker-compose.yml ci: Deploy built container images 2023-02-14 20:34:55 +01:00
rust-toolchain Rust 1.67 2023-02-04 19:30:29 +01:00

README.md

❤️🪵

Radicle Heartwood Protocol & Stack

Heartwood is in the early development phase and is not yet ready for use.

Installation

# Command line tools
$ cargo install --locked --path ./radicle-cli

# The radicle node
$ cargo install --locked --path ./radicle-node

# Git tool to support the 'rad://' remote scheme
$ cargo install --locked --path ./radicle-remote-helper