You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.
https://github.com/magiblot/turbo
An experimental text editor based on Scintilla and Turbo Vision.
1 sudo apt install libncursesw5-dev 2 sudo apt install gpm 3 sudo apt install libgpm-dev 4 cmake . -DCMAKE_BUILD_TYPE=Release 5 cmake --build . 6 sudo cp turbo /usr/local/bin/ 7 sudo cp doc/turbo.1 /usr/local/man/man1/ 8 turbo `find . -type f -name '*.java' -o -name '*.py' -o -name '*.sh' `
1 git clone https://github.com/magiblot/turbo.git --recursive 2 cd turbo 3 cmake . -DCMAKE_BUILD_TYPE=Release 4 cmake --build . 5 sudo cp turbo /usr/local/bin/ 6 sudo cp doc/turbo.1 /usr/local/man/man1/