Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Folder viewer/manager (WIP).

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#21 Post by frank38 »

A new step forward:

http://oi66.tinypic.com/okx2zr.jpg

- Recycle Bin (Cestino for me): 'Empty recycle bin' contextual entry added
- added a button for inverting the selection
- main program: added link icon (at the moment it appears on the folder icons, just to make sure it is always at the right position at different icon size)
- custom colors for highlighted and selected items
- other things.

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#22 Post by frank38 »

I've uploaded just a preview of the program, exactly like in the picture below (it is it):
http://www.mediafire.com/file/ietqij311 ... 1.zip/file

Here is the screenshot of the program I've uploaded:
http://oi66.tinypic.com/24opq1h.jpg

This is the skeleton of my project.
The program opens a sample folder at startup.
What has been implemented:
- tabs: close, change position
- recycle bin
- searching
- permissions
- checksums
- invert the selection
- go to upper folder
- history of opened folders
- show the hidden items
- open the folders on the left panel
- can open a folder passes as argument, or open the folder and select the file passed as argument
- etc.

Require: Python3, Gtk3, and a couple of python modules all distros have in their repos.

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#23 Post by frank38 »

Wheelerof4te wrote:While it is great that you have made something so lightweight and useful for various wm builds, have you considered offering your support to an already working project?

A lot of smaller projects like rox file manager, even thunar and caja could use more manpower. You can also choose any other project, I'm sure they could use someone skilled enough with ideas to improve their software. Someone who can review the code, fix bugs, add UI tweak, things like that.
For me it is better reinventing the wheel. And I do what I want.

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#24 Post by frank38 »

Almost two months since the last post here.
The program is going on very well.
Features added:
- recycle bin: the program can empty the recycle bin of each partition independently from the others, e.g. the program can empty the home trash and leave the usb drive trash filled;
- thumbnails: support for file preview following the freedesktop line; can delete the stored preview of no more existent files, instead of doing it manually;
- many many other things.

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#25 Post by frank38 »

The work is still in progress:
- added drag and drop support;
- added complete popup menus;
- added support for custom scripts.

Now I've stopped develop the program and started its revision, in other words, rewriting. :cry:

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#26 Post by frank38 »

Finally, I've completed the rewriting of the program (the browsing part, not yet everything). I've integrated all of the features I hoped to, leaving it fast and lite: the mouse menus (all traditional operations) and actions, drag and drop, etc. And: fully customizable actions in the menus (also at what position), the ability to add some custom file or folder info other then their name under the icon, the ability to abort the copy or cut operation, custom thumbnailers. I still need some work on the program for a preview release (also on GitHub).

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#27 Post by frank38 »

I've uploaded a preview of the program on GitHub:

https://github.com/frank038/My-File-Manager

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#28 Post by frank38 »

I finished to implement in the program everything. I have still to add a couple of features, then I'll release the first rc.

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#29 Post by frank38 »

I've released the first complete release of the program, marked as beta1.
https://github.com/frank038/My-File-Manager/tree/master
It has all the features I need, and it is highly customizable.
I'm proud of this my program :cry:

frank38
Posts: 114
Joined: 2017-10-30 12:04

Re: Folder viewer/manager (WIP).

#30 Post by frank38 »

The program is very close to leave the beta status.
Here:
https://github.com/frank038/My-File-Manager/tree/master
for those interested.

Post Reply