Skip to content

Instantly share code, notes, and snippets.

@lmmx
Last active November 4, 2025 20:52
Show Gist options
  • Select an option

  • Save lmmx/3f2a40cfeb8eadddeaff37e727e3394f to your computer and use it in GitHub Desktop.

Select an option

Save lmmx/3f2a40cfeb8eadddeaff37e727e3394f to your computer and use it in GitHub Desktop.
Quick list out of Python / Rust (PyO3) packages as GitHub repo links, reverse chronological
@lmmx
Copy link
Author

lmmx commented Nov 4, 2025

louis 🌟 ~/dev $ for x in $(ls -t -1 */Cargo.toml | cut -d "/" -f 1); do ls $x/pyproject.toml; ls $x/*/pyproject.toml; done 2>/dev/null | cut -d "/" -f 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment