No description
Find a file
2026-02-05 11:31:05 -07:00
.github/workflows Add working desktop file validation as CI action 2025-11-03 21:58:07 -06:00
color-schemes Add seal brown and amber terminal color scheme 2025-12-20 20:45:52 +05:30
debian Epoch 1.0.5 version update 2026-01-30 17:16:57 -07:00
i18n Move keyboard shortcuts to menu item 2026-02-05 11:31:05 -07:00
res Russian translation for .desktop file 2025-12-06 23:51:15 +03:00
src Move keyboard shortcuts to menu item 2026-02-05 11:31:05 -07:00
.envrc Nix flake for developing in NixOS 2024-05-14 10:57:15 -06:00
.gitignore allow to build on pop_os with nix flake 2024-05-29 20:36:15 -06:00
ansi-colors.sh ansi-colors.sh: Add underlines 2024-01-16 11:36:05 -07:00
Cargo.lock Implement shortcut search 2026-02-05 11:25:53 -07:00
Cargo.toml Implement shortcut search 2026-02-05 11:25:53 -07:00
flake.lock Bump flake 2026-01-15 10:25:42 -05:00
flake.nix Fix nixpkgs duplication 2026-01-15 10:25:42 -05:00
i18n.toml Add config, translations, settings UI 2023-12-22 14:31:01 -07:00
justfile support CARGO_TARGET_DIR 2024-07-15 07:59:42 -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.