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
›
cd07798c0f6a3079b72ae294fdc6690a34ce1e7e
chore(gitignore): add `result` to ignore `nix build` artifacts
sntx
committed
1 year ago
commit cd07798c0f6a3079b72ae294fdc6690a34ce1e7e
parent
28d63c4ac84e4e04511301b930b8630c0b9f42c6
1 file changed
+4
-0
modified
.gitignore
@@ -1 +1,5 @@
+
# Cargo
/target
+
+
# Nix
+
/result