protoc-gen-mdbook VS manter

Compare protoc-gen-mdbook vs manter and see what are their differences.

protoc-gen-mdbook

protoc plugin to generate mdBook pages (by matze)

manter

Terminal with autocomplete suggestions (by iondodon)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
protoc-gen-mdbook manter
2 29
2 197
- -
4.1 3.6
4 months ago about 1 year ago
Rust Svelte
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

protoc-gen-mdbook

Posts with mentions or reviews of protoc-gen-mdbook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-09.

manter

Posts with mentions or reviews of manter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-15.
  • Show HN: A New Terminal
    1 project | news.ycombinator.com | 24 Feb 2023
    Link to the project: https://github.com/iondodon/manter
  • Show HN: Open-source alternative to Fig and Warp
    1 project | news.ycombinator.com | 21 Feb 2023
    Link to project: https://github.com/iondodon/manter

    How to add autocomplete suggestions support for your needed CLI: https://github.com/iondodon/manter/wiki

  • Show HN: Rust+Svelte=Terminal
    2 projects | news.ycombinator.com | 15 Feb 2023
    Link to project:

    https://github.com/iondodon/manter

    This project aims to create a terminal with functionalities that improve the experience of using terminals. Examples of useful functionalities would be autocomplete suggestion, showing the current branch of a project, prepared scripts that can be reused, and others. You can come up with your ideas. The project uses technologies such as Svelte on the front-end, which offers flexibility regarding the implementation of the interface. On the back-end side, the most important part is the PTY. All the back end is implemented in Rust. The basic framework of the project is Tauri.

    At the moment the terminal has suggestions only for some commands (cd, ls). To support more commands it is needed to add them in the Manter's "library" located at src/cli/library/library.ts. It is possible to have custom script based suggestions. For example if we write in the terminal “git checkout” and after we press Space, a dropdown will appear with all available branches.

    A good analogy to understand the purpose of this project is the following - traditional terminals are like simple code editors while this terminal is like an IDE.

    Anyone is welcome to contribute to this project with and ideas. Imagine the terminal you would like to use. Feel free to open any issue with suggestions and bugs.

  • Show HN: IDE Like Terminal
    1 project | news.ycombinator.com | 3 Feb 2023
  • Terminal with autocomplete suggestion built with Tauri
    1 project | news.ycombinator.com | 2 Feb 2023
    Terminal built with Tauri (Rust+Svelte).

    I got this idea of creating a terminal that is more user friendly having autocomplete suggestions. I couldn’t create a suggestions engine that would work for all commands. But I defined a structure (a state machine in src/cli/library/library.ts) that can be used to determine the next suggestions. The good part with this approach is that it is possible to have custom script based suggestions. For example if we write in the terminal “git checkout” and after we press Space, a dropdown will appear with all available branches. The bad part is that it will take some time to add more supported commands in this “library”.

    Another feature is that in the bottom bar of the terminal we can have custom script based information. In .manter.json we can define a script that will generate this information. The script will be executed each time the prompt appears.

    On the front-end are used web technologies which offer a flexibility to add any feature and style that we want.

    Repository: https://github.com/iondodon/manter

  • What's everyone working on this week (2/2023)?
    6 projects | /r/rust | 9 Jan 2023
    I'm working on my new open-source project Manter (cross-platform terminal). Learning Rust by building software.
  • Terminal built with Svelte and Rust
    1 project | /r/bash | 6 Jan 2023
    1 project | /r/shell | 6 Jan 2023
    3 projects | /r/commandline | 6 Jan 2023
    1 project | /r/Terminal | 6 Jan 2023

What are some alternatives?

When comparing protoc-gen-mdbook and manter you can also consider the following projects:

brainf-rs - An interpreter for the Brainfuck programming language written in Rust.

edma - EDMA is an interactive terminal app for managing multiple embedded databases system at once with powerful byte deserializer support.

desktop-streaming - WebRTC desktop streamer using Rust

guiver - GUI programming with Rust

Warp - Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.

SudokuSolver - CLI Sudoku Solver written in Rust

rar-rs

PicoPonics - A library for automating various elements for plant habitats using the Raspberry Pi Pico.

Svelte - Cybernetically enhanced web apps