Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
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