Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.07 KB

Femto Build Status

CLI Text-Editor in Vanila C.

Contents

Setup

Gcc and Tonobo's Task are required. task bin will build it to ci-build.

Usage

Usage:
femto                    New file
femto {file}             Open file
femto -h | --help        Show help
femto -v | --version     Show version

Enable logging by setting environment variable `FEMTO_DEBUG`.

Key bindings

Key Description
Arrow keys Navigation
ENTER New line
BACKSPACE Remove char/line before cursor
DELETE Remove char/line after cursor
ESC Quit
Ctrl+S Save

License

GPLv3