Skip to content

A vim like text editor built with pure Assembly

License

Notifications You must be signed in to change notification settings

developers4developers/pvirua

 
 

Repository files navigation


pvirua logo
pvirua

A vim like code editor built with Assembly

pvirua is a text editor based on ptext.

How to install⬇️:

  1. Clone this repo.
git clone https://github.com/proh14/ptext.git
cd ptext
  1. Run make inside this repo's main directory.
make
  1. go to build directory
cd build
  1. run pvirua!
./ptext <filename>

OR to install you may run the command

make install

then restart your shell and run

ptext <file name>

to start the editor.

Work in progress⚒️:

This is still a work in progress project!

Contributions💖:

I appreciate any donations to my paypal or github sponsorings. Thanks

A huge thanks to🙏:

  1. viewsourcecode
  2. kilo
  3. noob14
  4. ben herbst

About

A vim like text editor built with pure Assembly

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • C 97.1%
  • Makefile 2.9%