Skip to content

avinashshenoy97/sal-te

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAL-TE

Simple Af Line-based Text Editor! (Ships with PISTA shell : https://github.com/AnvithShetty10/P-Shell/ )

Open Source Love MIT Licence

forthebadge forthebadge forthebadge forthebadge


Get it running

Clone the repo

git clone https://github.com/avinashshenoy97/sal-te salte

Compile SAL-TE

make compile

Run SAL-TE with a file

./te myTestFile.txt

Using SAL-TE

SAL-TE starts in command mode with a prompt on the last but one line of the terminal. Here, we enter the line number of the line we want to edit.

Want to go-to a particular line?

Use Control-G
Type line number

Scroll up or down lines?

Use the arrow keys of course!

Started editing a line? This you could do

Move the cursor around with the arrow keys.
Add/edit/remove characters from the line.
If the line won't fit in the terminal, you can scroll up and down (with the arrow keys, of course).

Done editing? Save and quit with

Control-Q

Want to discard changes? No problem!

Control-X

There will be no warnings though! Use with caution!


Demo :

Demo with Save

Quit without saving :

Demo without Save

Scrolling :

Scroll demo


Primary Contributor


MIT License

About

Simple Af Line-based Text Editor! (Included with PISTA shell : https://github.com/AnvithShetty10/P-Shell/ )

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published