Skip to content

jesperkha/rum

Repository files navigation


Logo

Minimal editor for the Windows console
Latest release »

About

Rum is a fast and minimal editor that supports syntax highlighting, typing features such as parenthesis matching and dynamic tabs, and config files for syntax and themes. It is specifically made for the windows terminal using the win32 console API. It has no other dependencies than libc and win32, making it very lightweight (~50kb) and easy to build! See roadmap.md and changelog.md for progress on development.

Installation

Rum is Windows-only

Download a prebuilt binary

Or build from source (no dependencies needed!)

git clone https://github.com/jesperkha/rum.git
cd rum
make release

Note: When moving the executable to another location, make sure you copy the config directory along with it.

Screenshots



Jesper Hammer 2024