Monthly Archives: January 2026

C++ QT6 updates are coming

Today, the following project went to QT6

nova music adjustment

https://github.com/postman721/Nova/tree/main

Dialog

https://github.com/postman721/CRunner-QT

Base player

https://github.com/postman721/Base_Player

video player

https://github.com/postman721/QPlayer

Updates and features will continue to come on weekends. Likely during March a new PostX Gnu/Linux is available.

Mini – A tiny terminal (curses) text editor

A new cli text editor has been released.

Keys

  • Ctrl+O — Save (WriteOut)
  • Ctrl+X — Exit
  • Ctrl+F — Find
  • Ctrl+G — Go to line
  • Ctrl+L — Redraw
  • Arrows / PgUp / PgDn — Move
  • Enter / Backspace / Delete — Edit

Status Bar

Shows:

  • Filename
  • Last modified time
  • Cursor location (line, column)

Source code is available at: https://github.com/postman721/Mini_Editor