Crates.io | cesium |
lib.rs | cesium |
version | 0.2.1 |
source | src |
created_at | 2021-03-27 23:08:52.208671 |
updated_at | 2021-04-19 09:35:19.915104 |
description | A basic text editor written in Rust |
homepage | |
repository | https://gitlab.com/NoahJelen/cesium |
max_upload_size | |
id | 374439 |
size | 238,527 |
Cesium is a bare-bones (currently) text editor very similar to that of Windows' Notepad. It has the ability to load and save basic text files.
Cesium, is available in the AUR for Arch Linux and any system based on it (like Manjaro Linux, EndeavourOS, and Artix Linux)
Installation example using yay
: yay -S cesium-editor
Thanks to a pkgsrc maintainer, Cesium is also available in NetBSD's pkgsrc repositories! It can be installed by using pkgin install cesium
.
Make sure you have the latest version of Rust installed
Instructions on how to install it are here
Simply run cargo install cesium
and that will install Cesium for you.
After installing Rust run the following commands:
git clone https://gitlab.com/NoahJelen/cesium
cd cesium
./build.sh
<-- This will request root access in order to install the program
To remove: run ./remove.sh
or if install was done via cargo: cargo uninstall cesium
To do: