radicle-cli
radicle-cli copied to clipboard
Radicle CLI
The `Your project is available at:` message should point to the `.xyz` domain instead of `.network`. Visiting the `.network` link returns a 404 error.
### Demo https://user-images.githubusercontent.com/20012009/178080096-8720e0de-5149-4385-801d-7170b0187f05.mp4 ### Description Requires https://github.com/radicle-dev/radicle-cli/pull/171
``` $ cargo build --release ... Compiling filebuffer v0.4.0 error[E0308]: mismatched types --> /home/yonas/.cargo/registry/src/github.com-1ecc6299db9ec823/filebuffer-0.4.0/src/unix.rs:64:60 | 64 | libc::mincore(buffer as *mut libc::c_void, length, residency_uchar) | ------------- ^^^^^^^^^^^^^^^ expected `i8`, found `u8`...
### Description Consider implementing `rad issue show ` which renders a detailed view of an existing issue. This should contain: - Header with title, state, author, date, labels and assignee...
### Description This PR introduces a thin layer on top of [tui-realm](https://github.com/veeso/tui-realm) and provides some common components that can be re-used across multiple TUI applications in the Radicle project. It's...
Hello, I use rad version 0.6.1 and I have a problem with rad clone. To elaborate a little bit when I clone a project that has a .gitsigner file inside...
Closes #249.
Reduce redundancy as 'rad untrack --all' is synonymous with 'rad rm'. Related to issue #189
Cargo check should pass for all allowable features ``` Checking radicle-cli v0.7.0-dev (/home/cypher/src/radicle-cli/cli) error[E0432]: unresolved import `ethers::contract::abigen` --> cli/src/git-remote-rad.rs:175:9 | 175 | use ethers::contract::abigen; | ^^^^^^^^^^^^^^^^^^^^^^^^ no `abigen` in `contract`...
In the IDE plugin, we want to show the user the list of identities. `rad auth` returns the list of identities, but in interactive mode only - making it unsuitable...