Skip to content

Sidd-Dino/bte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bash text editor

A simple text editor written in bash.

Requirements

bash 4+

Instalation

make install

Keybindings

Arrow Keys  : For cursor movement
Pg Up       : To move up a page
Pg Dwn      : To move down a page

Back Space  : To delete the character before the cursor
Delete      : To delete the character under the cursor

Alt+u       : Undo action
Alt+r       : Redo action

Ctrl+O      : Save file
Ctrl+X      : Quit the editor

Why i made it?

This is just a passion project I chose to do after being inspired by fff. Thank you @dylanaraps ^u^