Skip to content

RaphaelPour/femto

Repository files navigation

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