Skip to content

A bare bones line-by-line text editor with a command-line interface, written in C.

License

Notifications You must be signed in to change notification settings

upman/Snap-Edit

Repository files navigation

Snap-Edit

A bare bones line-by-line text editor with a command-line interface, written in C. Uses a linked list type Data-Structure. Written by Ravi Kumar <upman16@gmail.com>

##Installation##

#Download the zip of this repo, then unzip with
mv Snap-Edit-master.zip Snap-Edit.zip
unzip Snap-Edit.zip


#or clone the repo
git clone https://github.com/upman/Snap-Edit Snap-Edit

#navigate into the source directory
cd Snap-Edit

#Configure and build the executable
./configure && make

#install with root permissions (sudo or su)
sudo make install

#View the manual after installation
man sit

I hereby place it under public domain, do what you will with it. Just don't hold me responsible for anything.

About

A bare bones line-by-line text editor with a command-line interface, written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages