Skip to content

Commit

Permalink
Add Maelstrom (#86)
Browse files Browse the repository at this point in the history
Maelstrom is a fast test runner for Rust, Go, and Python that runs every
test in its own container locally or distributed. We use ratatui for our
test runner UI to show progress of running tests.

For more information about our UI and pictures, you can look at our blog
post about the latest release
https://maelstrom-software.com/blog/0.11.0/
  • Loading branch information
bobbobbio authored Sep 13, 2024
1 parent 6840120 commit 0f23b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou
- [gobang](https://github.com/TaKO8Ki/gobang) - Cross-platform TUI database management tool.
- [joshuto](https://github.com/kamiyaa/joshuto) - Ranger-like terminal file manager written in Rust.
- [lazyjj](https://github.com/Cretezy/lazyjj) - TUI for the Jujutsu/jj VCS.
- [Maelstrom](https://github.com/maelstrom-software/maelstrom) - Maelstrom is a fast test runner that runs every test in its own container locally or distributed.
- [material](https://github.com/azorng/material) - A material design color palette for the terminal.
- [nomad](https://github.com/JosephLai241/nomad) - Customizable next-gen tree command with Git integration and TUI.
- [Oatmeal](https://github.com/dustinblackman/oatmeal) - Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!
Expand Down

0 comments on commit 0f23b4c

Please sign in to comment.