aboutsummaryrefslogtreecommitdiff
path: root/INTERESTING_PROJECTS.org
diff options
context:
space:
mode:
authoralexpdp7 <alex@pdp7.net>2025-10-23 07:26:01 +0200
committeralexpdp7 <alex@corcoles.net>2025-10-23 07:26:35 +0200
commit817bd11af9a56d4ed4397cf0292abada13584ce5 (patch)
tree25d4c91c74107b1f91b0964faca6d25cd9ff1c1c /INTERESTING_PROJECTS.org
parenta47403a11e5d39a11043000e1becf0e078d14c58 (diff)
Add josh-sync and range-diff
Diffstat (limited to 'INTERESTING_PROJECTS.org')
-rw-r--r--INTERESTING_PROJECTS.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/INTERESTING_PROJECTS.org b/INTERESTING_PROJECTS.org
index 71837942..349f0977 100644
--- a/INTERESTING_PROJECTS.org
+++ b/INTERESTING_PROJECTS.org
@@ -4,13 +4,14 @@ Also keeping things in a Org mode means I can classify and add notes.
* Coding
** Version control and code management
- - https://github.com/josh-project/josh Alternative to moe/copybara that looks simpler?
+ - https://github.com/josh-project/josh Alternative to moe/copybara that looks simpler? [[https://github.com/rust-lang/josh-sync][Wrapper tool for CI]]
- https://martinvonz.github.io/jj/ Alternative Git frontend
- https://radicle.xyz/ Decentralized forge
- https://github.com/copier-org/copier/ - project templater
- https://github.com/Skyscanner/turbolift - operating on multiple repos
- https://github.com/sourcegraph/doctree - code browser
- https://mergiraf.org/ - Language-aware merge conflict solver
+ - https://forge.rust-lang.org/triagebot/range-diff.html show diffs after rewriting history
*** CI/CD
- https://github.com/earthly/earthly - Standalone build tool with containers
- https://github.com/reviewdog/reviewdog - Error parser than can annotate GitHub pull requests