https://github.com/bancedev/frostty
A terminal emulator with the feel of a dynamic wm
https://github.com/bancedev/frostty
iced linux rust terminal terminal-emulator vte
Last synced: 10 months ago
JSON representation
A terminal emulator with the feel of a dynamic wm
- Host: GitHub
- URL: https://github.com/bancedev/frostty
- Owner: BanceDev
- License: mit
- Created: 2025-03-21T18:36:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-28T21:50:07.000Z (10 months ago)
- Last Synced: 2025-03-28T22:32:35.147Z (10 months ago)
- Topics: iced, linux, rust, terminal, terminal-emulator, vte
- Language: Rust
- Homepage: https://frostty.org
- Size: 16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Frostty - A terminal emulator with the feel of a dynamic wm
## About
Frostty is a modern terminal emulator for the terminal power user. It is focused on prividing a highly customizable, smooth experience that comes with simple defaults but many opt-in features. Being built using Rust with the Iced GUI framework.
## Features
You can find an overview of the current and planned features for Frostty [here](./docs/features.md)
## Contributing
- Before opening an issue or a PR please check out the [contributing guide](https://github.com/BanceDev/frostty/blob/main/CONTRIBUTING.md).
- For bug reports and feature suggestions please use [issues](https://github.com/BanceDev/frostty/issues).
- If you wish to contribute code of your own please submit a [pull request](https://github.com/BanceDev/frostty/pulls).
- Note: It is likely best to submit an issue before a PR to see if the feature is wanted before spending time making a commit.
- All help is welcome!
## Dependencies
- [Iced](https://iced.rs/)
- [alacritty_terminal](https://crates.io/crates/alacritty_terminal/0.11.0)
## License
This project is licensed under the MIT License.
For more details, see the [LICENSE](./LICENSE) file.