Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-tui
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
997
Issues
75
Patches
209
Jobs
Commits
›
f4b4dd1412bf8e1c0c3163ce971235287ae7537d
chore(main): fix import ordering
Fintan Halpenny
committed
1 year ago
commit f4b4dd1412bf8e1c0c3163ce971235287ae7537d
parent
85db8c9b1754eaa806b3bd584270ed1390a3f47c
1 file changed
+1
-1
modified
bin/main.rs
@@ -1,9 +1,9 @@
mod cob;
mod commands;
mod git;
+
mod log;
mod settings;
mod ui;
-
mod log;
use std::ffi::OsString;
use std::io;