Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
/ TinyText Public archive

TinyText (TText for short) is a really small text editor (only viewer for now) written entirely in C with the goal of not requiring any external dependencies.

License

Notifications You must be signed in to change notification settings

GGORG0/TinyText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyText

TinyText (TText for short) is a really small text editor (only viewer for now) written entirely in C with the goal of not requiring any external dependencies.

Keymap

Shortcut Function
CTRL+Q Exit
CTRL+C Exit
Arrow keys Moving the cursor
Page up Move the cursor 10 lines up
Page down Move the cursor 10 lines down
Home Move the cursor to the start of the line
End Move the cursor to the end of the line

Command-line usage

ttext [file]

Building

Requirements:

  • The ususal build-essential/base-devel/whatever (you need make and GCC)

Compiling:

  • Run make or make all to compile everything
  • make debug to compile only the debug version
  • make release to compile only the release versions
  • make clean to remove all compiled binaries
  • make run to run the debug version

Running:

  • Run the ttext binary for the debug version
  • Run the ttext_release binary for the dinamically-linked release version
  • Run the ttext_release_static binary for the statically-linked release version

Installing:

soon

About

TinyText (TText for short) is a really small text editor (only viewer for now) written entirely in C with the goal of not requiring any external dependencies.

Topics

Resources

License

Stars

Watchers

Forks