Cross-platform Integrated Terminal Environment
"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.
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 core framework of the project is Tauri."
Ion Dodon