2024-02-20 09:57:04 -07:00
|
|
|
# cosmic-files
|
2024-02-20 09:58:00 -07:00
|
|
|
File manager for the COSMIC desktop environment
|
2024-02-17 12:05:48 -03:00
|
|
|
|
2024-02-11 17:15:47 -03:00
|
|
|
> [!NOTE]
|
2024-02-20 09:57:04 -07:00
|
|
|
> This project is still a work in progress
|
2024-02-11 17:15:47 -03:00
|
|
|
|
2024-02-20 09:57:04 -07:00
|
|
|
## Build the project from source
|
2024-02-11 17:15:47 -03:00
|
|
|
|
2024-02-20 09:57:04 -07:00
|
|
|
```sh
|
|
|
|
|
# Clone the project using `git`
|
|
|
|
|
git clone https://github.com/pop-os/cosmic-files
|
|
|
|
|
# Change to the directory that was created by `git`
|
|
|
|
|
cd cosmic-files
|
|
|
|
|
# Build an optimized version using `cargo`, this may take a while
|
|
|
|
|
cargo build --release
|
|
|
|
|
# Run the optimized version using `cargo`
|
|
|
|
|
cargo run --release
|
|
|
|
|
```
|
2024-02-11 17:15:47 -03:00
|
|
|
|
2024-02-20 09:57:04 -07:00
|
|
|
## Community and Contributing
|
2024-02-11 17:15:47 -03:00
|
|
|
|
2024-02-20 09:57:04 -07:00
|
|
|
The COSMIC desktop environment is maintained by System76 for use in Pop!_OS. A list of all COSMIC projects can be found in the
|
|
|
|
|
[cosmic-epoch](https://github.com/pop-os/cosmic-epoch) project's README. If you would like to discuss COSMIC and Pop!_OS, please
|
|
|
|
|
consider joining the [Pop!_OS Chat](https://chat.pop-os.org/). More information and links can be found on the
|
|
|
|
|
[Pop!_OS Website](https://pop.system76.com).
|
2024-02-17 12:05:48 -03:00
|
|
|
|
|
|
|
|
## License
|
2024-02-20 09:57:04 -07:00
|
|
|
|
2024-02-20 09:58:00 -07:00
|
|
|
This project is licensed under [GPLv3](LICENSE)
|