Pywiq Terminal Code Editor
 
 
 
Go to file
bog 924a6323a1 modes can now print stuff on the screen. 2023-10-09 19:31:21 +02:00
src modes can now print stuff on the screen. 2023-10-09 19:31:21 +02:00
tests modes can now print stuff on the screen. 2023-10-09 19:31:21 +02:00
.gitignore can now quit Pywiq with 'C-c C-c'. 2023-10-07 22:21:43 +02:00
Doxyfile can now quit Pywiq with 'C-c C-c'. 2023-10-07 22:21:43 +02:00
LICENSE Initial commit 2023-10-07 04:24:25 +00:00
Makefile modes can now print stuff on the screen. 2023-10-09 19:31:21 +02:00
README.md 📝 add dependencies infos in README.md. 2023-10-07 14:19:47 +02:00
meson.build modes can now print stuff on the screen. 2023-10-09 19:31:21 +02:00

README.md

Pywiq Terminal Code Editor

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

Dependencies

Pywiq relies on some libraries you must install before compiling.

  • ncursesw (for terminal interactions)
  • catch2 (for testing)

How to install

Installing Pywiq is as easy as using a Makefile. Behind it, the project uses meson build system. Before running the following command, make sure having installed Pywiq's dependencies.

$ 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.