Use Atom to keep up with repositories
2026-04-06
Did you know all the ways you can use Atom (and maybe RSS) to stay up to date with repository activity?
GitHub
I don't think you need a GitHub account to access any of theses. However, they're intentionally undocumented and unsupported.
- https://github.com/mciantyre.atom has all my GitHub activity, like what I'm reviewing, what commits I'm pushing, what branches I'm deleting...
- https://github.com/imxrt-rs.atom has all public imxrt-rs GitHub activity.
- https://github.com/mciantyre/teensy4-rs/releases.atom has releases in the teensy4-rs repo.
- https://github.com/imxrt-rs/imxrt-rt/commits.atom has commits on the
mainbranch of imxrt-rt. - https://github.com/imxrt-rs/imxrt-hal/commits/v0.5.atom has commits on the
v0.5branch of imxrt-hal. - https://github.com/imxrt-rs/imxrt-ral/tags.atom has tags made in the imxrt-ral repo.
- https://github.com/mciantyre/teensy4-rs/commits/master/src/lib.rs.atom has commits affecting
src/lib.rsin teensy4-rs.
cgit
- https://git.mciantyre.dev/imxrt-pac-shootout/atom has commits on the main branch.
- https://git.mciantyre.dev/imxrt-pac-shootout/atom?h=ral-reg-0.2 has commits on the
ral-reg-0.2branch. - https://git.mciantyre.dev/ral-registers/atom/CHANGELOG.md has commits affecting
CHANGELOG.mdin ral-registers.