No description
Find a file
Hosted Weblate 69c883f700
i18n: translation updates from weblate
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>
Co-authored-by: Arve Eriksson <031299870@telia.com>
Co-authored-by: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Co-authored-by: Benjamin Orno <erik.hond@xs4all.nl>
Co-authored-by: David Carvalho <david.snt.carvalho@gmail.com>
Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com>
Co-authored-by: Feike Donia <feikedonia@proton.me>
Co-authored-by: Geeson Wan <wang14240@gmail.com>
Co-authored-by: Hafidz Nasruddin <hafidz@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jun Hwi Ku <siguning@gmail.com>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
Co-authored-by: Mattias Eriksson <snaggen@gmail.com>
Co-authored-by: Quentin PAGÈS <quentinantonin@free.fr>
Co-authored-by: Yelysei <yelysei.matviienko@proton.me>
Co-authored-by: Zahid Rizky Fakhri <zahidrizkyfakhri@gmail.com>
Co-authored-by: jickson john <jickson.john@gmail.com>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Co-authored-by: lorduskordus <lorduskordus@gmail.com>
Co-authored-by: zefr0x <zer0-x.7ty50@aleeas.com>
Co-authored-by: Димко <Term0@ukr.net>
Co-authored-by: 김유빈 <k.sein1016@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/cs/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ga/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/id/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/kk/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ko/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/nl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ru/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/sv/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/uk/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/zh_Hans/
Translation: Pop OS/COSMIC Edit
2026-02-09 20:28:25 +01:00
.github Add working desktop file validation as CI action 2025-11-03 21:34:56 -06:00
.idea Fix character counting in document statistics to use graphemes 2025-10-09 08:34:18 -06:00
debian Epoch 1.0.5 version update 2026-02-02 16:07:15 -05:00
i18n i18n: translation updates from weblate 2026-02-09 20:28:25 +01:00
res Update com.system76.CosmicEdit.desktop 2026-02-02 14:23:58 +01:00
src Merge pull request #503 from pop-os/new-buffer-zero-size 2026-01-27 12:34:01 -07:00
.gitattributes Add metainfo 2024-03-13 09:53:10 -06:00
.gitignore Fix gitignore of debian build directory 2023-11-08 08:48:44 -07:00
Cargo.lock Epoch 1.0.5 version update 2026-02-02 16:07:15 -05:00
Cargo.toml Epoch 1.0.5 version update 2026-02-02 16:07:15 -05:00
flake.lock Add flake files 2023-11-02 13:10:20 -06:00
flake.nix build(nix): remove gtk dependency 2024-01-26 17:16:37 +01:00
i18n.toml Add translation support 2023-10-30 09:34:36 -06:00
justfile support CARGO_TARGET_DIR 2024-07-15 08:03:01 -06:00
LICENSE Initial commit 2023-02-07 12:23:07 -07:00
README.md Add metainfo 2024-03-13 09:53:10 -06:00
redoxer.sh Add redoxer script 2023-11-15 09:13:46 -07:00
TESTING.md docs: Add QA testing checklist 2025-11-25 13:27:34 -07:00

COSMIC Text Editor

Text editor for the COSMIC desktop

Screenshot

Currently an incomplete pre-alpha, this project is a work in progress - issues are expected.

Testing

You can test by installing a current version of Rust and then building with cargo.

git clone https://github.com/pop-os/cosmic-edit
cd cosmic-edit
cargo build

You can get more detailed errors by using the RUST_LOG environment variables, that you can invoke for just that one command like this: RUST_LOG=debug cargo run. This will give you more detail about the application state. You can go even further with RUST_LOG=trace cargo run, that shows all logging details about the application.

Clippy Lints

PRs are welcome, as it builds a better product for everyone. It is recommended that you check your code with Clippy Lints turned on. You can find more about Configuring Clippy here.