No description
Find a file
Andrea Coronese 632b20f2e2
No daemon mode
- Move arg parsing on top of main function
- Add support for --no-daemon argument
- Fork the process only if --no-daemon was not passed (so forking is
  still the default)
2024-03-14 18:04:31 +01:00
color-schemes Color Schemes (#142) 2024-02-22 09:55:46 -07:00
debian Do not require git to handle versioning 2024-02-28 12:46:14 -07:00
i18n Create cosmic_term.ftl 2024-03-14 08:16:58 -06:00
res Add metainfo 2024-03-13 14:07:25 -06:00
src No daemon mode 2024-03-14 18:04:31 +01:00
.gitignore Add packaging 2023-12-21 09:05:59 -07:00
ansi-colors.sh ansi-colors.sh: Add underlines 2024-01-16 11:36:05 -07:00
build.rs Shorten hash in UI 2024-02-28 13:38:26 -07:00
Cargo.lock Update dependencies 2024-03-10 15:09:58 -06:00
Cargo.toml Improve about page, sort messages 2024-02-28 09:15:58 -07:00
i18n.toml Add config, translations, settings UI 2023-12-22 14:31:01 -07:00
justfile Add metainfo 2024-03-13 14:07:25 -06:00
LICENSE Initial commit 2023-12-17 10:24:31 -07:00
README.md Format color schemes callout in readme 2024-02-22 10:01:17 -07:00

cosmic-term

WIP COSMIC terminal emulator, built using alacritty_terminal that is provided by the alacritty project. cosmic-term provides bidirectional rendering and ligatures with a custom renderer based on cosmic-text.

The wgpu feature, enabled by default, supports GPU rendering using glyphon and wgpu. If wgpu is not enabled or fails to initialize, then rendering falls back to using softbuffer and tiny-skia.

Color Schemes

Custom color schemes can be imported from the View -> Color schemes... menu item. You can find templates for color schemes in the color-schemes folder.