No description
Keyboards with custom firmware that support dedicated "Copy" and "Paste" keycodes are more common now. These keycodes solve a pain point with terminals: that you have to use Control+Shift+C/V to paste into the terminal, but Control+C/V everywhere else. The dedicated Copy/Paste keycodes solve this problem by allowing you to use the same key combo in all apps that support it. This patch supports the additional bindings by default while leaving the existing keybindings untouched. |
||
|---|---|---|
| .github/workflows | ||
| color-schemes | ||
| debian | ||
| i18n | ||
| res | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| ansi-colors.sh | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| i18n.toml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
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.