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
›
04b1115571786fd495af3f29a5bf7732724096d6
Remove debug output from proxy script
Erik Kundt
committed
1 year ago
commit 04b1115571786fd495af3f29a5bf7732724096d6
parent
8f65bae51b3a48e327ddcd1e234561d42dc6be10
1 file changed
+0
-3
modified
rad.sh
@@ -26,9 +26,6 @@ if [[ "$1" == "patch" ]] || [[ "$1" == "issue" ]] || [[ "$1" == "inbox" ]]; then
op=$(extract_operation $out)
id=$(extract_id $out)
-
echo $op
-
echo $id
-
rad $1 $op $id
else
# Run TUI