manter VS Svelte

Compare manter vs Svelte and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
manter Svelte
29 633
197 76,553
- 0.7%
3.6 9.9
about 1 year ago 4 days ago
Svelte JavaScript
GNU General Public License v3.0 only MIT License
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.

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

Svelte

Posts with mentions or reviews of Svelte. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-30.

What are some alternatives?

When comparing manter and Svelte you can also consider the following projects:

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

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.

desktop-streaming - WebRTC desktop streamer using Rust

lit - Lit is a simple library for building fast, lightweight web components.

protoc-gen-mdbook - protoc plugin to generate mdBook pages

solid - A declarative, efficient, and flexible JavaScript library for building user interfaces. [Moved to: https://github.com/solidui/solid]

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

qwik - Instant-loading web apps, without effort

rar-rs

awesome-blazor - Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.

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

Next.js - The React Framework