← all projects

autosave_app

A simple autosaving TextBox for scratchpad use
repo

Here's a simple Vala program that creates a main application window with an autosaving TextBox which fills the whole window.

image

Compilation

meson build
cd build && ninja
./autosave_app