Show HN: Open-source alternative to Fig and Warp

4 points by iondodon ↗ HN
This project aims to create a terminal with functionalities that improve the experience of using terminals. 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 autocomplete suggestions for some commands (cd, ls, mvn). 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.

See in the comments the link to the Manter project.

1 comment

[ 3.2 ms ] story [ 9.6 ms ] thread