Terminal with autocomplete suggestion built with Tauri

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Terminal with autocomplete suggestions

  • 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

  • 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 logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • HTML-first, framework-agnostic implementation of shadcn/UI – franken/UI

    3 projects | news.ycombinator.com | 22 Apr 2024
  • Unveiling the Mighty Mini: Your Guide to Svelte Mini Apps

    1 project | dev.to | 22 Apr 2024
  • Show HN: Seqouia-PGP in Browser for sharing credentials

    1 project | news.ycombinator.com | 22 Apr 2024
  • ParrotPB – A Lightweight, Open-Source Blogging App Built Using PocketBase

    1 project | news.ycombinator.com | 22 Apr 2024
  • Whishper – Open-source, local-first audio transcription and subtitling suite

    1 project | news.ycombinator.com | 19 Apr 2024