Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certy is a lightweight and low-memory coding IDE written in Rust.
Memory usage: ~10 MB
Binary size: ~7 MB

Current builds are targeted and tested specifically for Fedora Linux.

Features

  • New File and Folder, Open File and Folder, Close Folder, Save and Exit.
  • Browse the files and folders from the sidebar.
  • Open and work with multiple files at the same time in the editor.
  • Create and manage multiple terminals.
  • Ctrl+X, Ctrl+C, Ctrl+V, Ctrl+Z, Ctrl+Y, Ctrl+A and Ctrl+S.
  • Save, Discard, or Cancel before closing files and exit.
  • Restore previous session- files, foders and unsaved changes.

Prerequisites

1. Install C Development Tools

sudo dnf group install c-development

2. Install Rust & Cargo

curl https://sh.rustup.rs -sSf | sh
source "$HOME/.cargo/env"
rustc --version
cargo --version

Running from Source

  1. Clone the repository:

    git clone https://github.com/lalshubham/certy.git
    cd certy
  2. Run in development mode:

    cargo run

Contributing

Bug reports and contributions are welcome. Feel free to open an issue or create a pull request.

About

Lightweight and low-memory coding IDE written in Rust, using ~12MB memory and ~7MB size.

Resources

Stars

1 star

Watchers

0 watching

Forks

Used by

Contributors

Languages