Print Markdown to a paper in your terminal
☆48Mar 26, 2025Updated 11 months ago
Alternatives and similar repositories for paper-terminal
Users that are interested in paper-terminal are comparing it to the libraries listed below
Sorting:
- A unix-friendly map-reduce parallelization alternative☆31Jul 18, 2021Updated 4 years ago
- ☆20Aug 22, 2023Updated 2 years ago
- Text rendering☆74Dec 14, 2024Updated last year
- Check that a crate builds without libstd☆25Jan 31, 2021Updated 5 years ago
- Cargo subcommand for handling single-source Rust programs with dependencies☆24Mar 1, 2022Updated 4 years ago
- Inline multiline text-editor/prompt written in Rust.☆27Dec 17, 2023Updated 2 years ago
- Wraps cargo to move target directories to a central location [super experimental]☆30Aug 27, 2024Updated last year
- Wait for async tasks☆13Dec 22, 2022Updated 3 years ago
- Crate help in terminal: A tool for looking up details about rust crates without going to crates.io☆42Jun 30, 2020Updated 5 years ago
- The cumulative sibling of `Result` and `Either`.☆24Jun 30, 2025Updated 8 months ago
- A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.☆25Oct 26, 2023Updated 2 years ago
- Thread-unsafe async runtime☆29Oct 30, 2024Updated last year
- [WIP] Firefly is a research OS inspired by Linux and Plan 9.☆11Feb 1, 2025Updated last year
- A very simple third-party cargo subcommand to execute a custom command☆12Jul 8, 2024Updated last year
- After KernelUpgrade Loadable Modules☆13Mar 22, 2021Updated 4 years ago
- A Rust library for reading and writing data with byte order awareness.☆16Aug 3, 2021Updated 4 years ago
- My Workspace dotfiles config .☆13Jun 30, 2021Updated 4 years ago
- Visualise recursive functions and tree structures.☆30Jun 6, 2021Updated 4 years ago
- kindly is a simple Rust implementation of a set-user-ID-root program, similar to sudo but in a much reduced way.☆24May 15, 2025Updated 9 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- A Tool for Sandboxing Cargo and Buildscripts☆78Jun 20, 2021Updated 4 years ago
- A cargo subcommand to build MSIX installers for Rust projects☆12Jun 9, 2024Updated last year
- An audio-only, Berzerk-like shooter☆13May 10, 2021Updated 4 years ago
- const fn implementation of the SHA-2 family of hash functions☆17Oct 17, 2023Updated 2 years ago
- Bash string -> milliseconds & milliseconds -> string script☆14Mar 20, 2012Updated 13 years ago
- A bourne shell written in rust☆26Jul 7, 2024Updated last year
- A simple, modern fuzzy finder tool to run examples in a Cargo project.☆14Apr 15, 2023Updated 2 years ago
- Assure that your tests are there, and well written.☆16Jan 19, 2023Updated 3 years ago
- Tiny UNIX shell, de-obfuscated, modernized, and "rewritten in Rust".☆99Jul 22, 2020Updated 5 years ago
- A MPMC channel based on the two lock queue algorithm