Category Archives: programs

Quick Terminal v.1 is released

Another component of the upcoming PostX Gnu/Linux version is released. This modernized version of Quick Terminal has notable changes within its release. For example:

- Adding: Tabs.
- Adding embedded CSS.
- Adding new styling.
- Adding drag and drop support.
- Fixing Gtk3 deprecation errors.
- Adding consistent warning dialogs,to prevent accidental closing.
- Adding line numbering.

The code and instructions are found from Github: https://github.com/postman721/Quick-Terminal-generic

Metapad text-editor upgrades to version 2.0

Metapad is the next component of the upcoming PostX Gnu/Linux release (TBA) to get upgrades.

Features:

  • Line Numbers: Clearly visualized line numbers next to your text.
  • Toolbar: A toolbar for quick actions such as undo, redo, save, open, print, and font selection.
  • Styling: Custom styling for the editor and the application, done via CSS styling. Icons are from Adwaita icons theme. Without icons a button with a text will be shown.
  • Font Change: Quickly change the font of the selected text.
  • Open/Save Dialog: Intuitive dialogs for opening and saving your files.
  • Printing: A print preview and printing capability.
  • Protection: Before closing or opening new files, a warning is given if there are unsaved changes.

The code is available on Github: https://github.com/postman721/Metapad/tree/master

Spin FM (Python3 filemanager) RC2 released

The filemanager has reached its RC2 stage.

This release contains many minor and major code fixes.

  • Coding syntax is cleared.
  • Addressbar issues with differentiating files and folders are fixed.
  • Error handling is increased.
  • Theme issues fixed.
  • Delete function issues fixed by introducing an action list functionality.

The code is available on the repository:

https://github.com/postman721/Spin-Fm/tree/2x-series-development