Spin FM filemanager has been released as a beta. Sources and more information are available at: https://github.com/postman721/Spin-Fm
Here are some screenshots.

Spin FM filemanager has been released as a beta. Sources and more information are available at: https://github.com/postman721/Spin-Fm
Here are some screenshots.

Using bash to get some data from the files can be very useful. Here are some essential tricks to get you started.
cat file.txt |grep hello
This part is best done with simple script. However, scripting is not mandatory when using cmp.
#!/bin/bash# Creating two new files with: echo "Helllo" > file.txt && echo "Hello" > file2.txtfile1="file.txt"
file2="file2.txt"
if cmp "$file1" "$file2"; then
echo "Files are the same."
else
echo "Files are not the same."
fi
I have decided to delay PostX Gnu/Linux release to be at the end of December. It´s better to tune the features to their peak rather than do a too early release. The previous having said, there is a new filemanager coming soon. This will likely be the default on the upcoming distribution release. Here is a development screenshot.

Still in development quality code of Spin FM will be released during the next weekend.
New wallpaper has been added:
https://www.techtimejourney.net/wp-content/gallery/new-gpl-gallery/lk2.png
PostX Gnu/Linux 0.8 will be coming in October. It will be based on Debian 11. Starting from 0.8 the plan is to make more regular releases and enhance the upgrade schedule. This means that release building will be more scripted and automated than before.