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.
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 Python file manager has reached its next version. RC1 brings:
Moving to Pyside2:
sudo apt install pyside2-*
Close tabs button added: This will always close the latest opened tab.
Copy, paste, move to functionalities improved.
More tabs added.
Green theme added.
Removing permanent delete, due to its risks
Please notice that on all file & folder actions, the addressbar object name tells what is being processed.
Back and forward store only the most recent locations.
When the content of the folder or location changes and does not seem to refresh, remember to refresh the tree via addressbar navigation. For example: Type /home and hit return/enter from the keyboard.
Do not paint your selections for copying, moving or deletion with a mouse: This will likely cause issues. Press CTRL and point and click through the objects.
After selected, right-click and choose a proper menu action.
For copying and moving: Select for copying or moving. For deletion: Delete objects.
After copying or moving selection, navigate to your target location and choose Copy to.. or Move to… from the right-click menu.
Full list of features and the program itself can be found from my Github: