Pywiq Terminal Code Editor
 
 
 
Go to file
bog a688963903 🎉 start c++ project. 2023-10-07 14:11:43 +02:00
src 🎉 start c++ project. 2023-10-07 14:11:43 +02:00
tests 🎉 start c++ project. 2023-10-07 14:11:43 +02:00
.gitignore 🎉 start c++ project. 2023-10-07 14:11:43 +02:00
LICENSE Initial commit 2023-10-07 04:24:25 +00:00
Makefile 🎉 start c++ project. 2023-10-07 14:11:43 +02:00
README.md 🎉 start c++ project. 2023-10-07 14:11:43 +02:00
meson.build 🎉 start c++ project. 2023-10-07 14:11:43 +02:00

README.md

Pywiq Terminal Code Editor

Pywiq is a text editor specialized in programming and running exclusively on the terminal.

How to install

Installing Pywiq is as easy as using a Makefile. Behind it, the project uses meson build system.

$ sudo make install

It will build, test and install pywiq. Once installed, you can run pywiq using the command pwq.

How to contribute ?

Don't.

License

Pywiq is released under the GPLv3 license.