Skip to content

pop-os/cosmic-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08cab64 · Mar 23, 2025
Aug 27, 2024
May 17, 2024
Mar 23, 2025
Feb 18, 2025
Feb 20, 2025
Mar 13, 2024
Nov 8, 2023
Mar 9, 2025
Feb 19, 2025
Feb 7, 2023
Mar 13, 2024
Feb 28, 2024
Nov 2, 2023
Jan 26, 2024
Oct 30, 2023
Jul 15, 2024
Nov 15, 2023

Repository files navigation

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.