Skip to content
/ illud Public

illud is a minimalist terminal text editor.

License

Notifications You must be signed in to change notification settings

akkartik/illud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Illud is a minimalist terminal text editor.

Features:
	- Insert mode.
	- Navigation mode.
	- Text wrapper.
	- Tab indication.

Usage:
	- ESC: Navigation mode.
	- i: Up.
	- k: Down.
	- j: Left.
	- l: Right.
	- s: Beginning of the line.
	- e: End of the line.
	- w: Write file.
	- f: Insert Mode.
	- a: Insert Mode (starting after cursor).
	- x: Delete character.

Compatibility:
	- GNU/Linux and macOS:
		$ pip install curses
		$ python3 illud.py

	- Windows:
		$ pip install windows-curses
		$ python3 illud.py

TODO:
	- Syntax highlighting.
	- Jump to line.
	- Handle other keypresses so it doesn't print stuff like '<19a>' when in Insert mode.
	- Word-by-word horizontal navigation.
	- Redo/Undo.
	- Search

About

illud is a minimalist terminal text editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages