Name | Modified | Size | Downloads / Week |
---|---|---|---|
Windows | 2025-06-28 | ||
Linux | 2025-06-09 | ||
README.md | 2025-05-11 | 17.8 kB | |
Totals: 3 Items | 17.8 kB | 3 |
Fileo
This application is about the files, your files.
Fileo[fɑɪlɔ] - could be FileOrganizer, but that doesn't matter.
The graphical interface is shown in the image below.
The GUI elements:
- application mode, it determinates how files in the list (8) is selected.
- the button to display menu to hide/show the widgets("Folders", "Tags", "File Extensions", "Authors") on the left pane.
- Describes how the list of files (8) was created.
- group of buttons related to the file list (8):
- show list of recent files
- search files by name,
- selecting the columns that will be visible in the file list
- a group of buttons for working with the folder tree: "previous folder" — "next folder" in the folder history; refresh folder tree; show hidden folders; "collapse all branches" — "expand the last branch" if all branches were collapsed.
- left toolbar, it contains the following buttons from top to bottom: menu button; switch to "DIR" mode, the file list displays files from the current folder; switch to the "FILTER" mode, the file list displays files according to the filter settings; open filter settings dialog, switch to "FILTER_SETUP" mode; hide/show left pane
- the folder tree window
- the file list window
- panel for displaying/editing file data: notes, tags, authors (for books), file locations (file can be located in several folders)
- current database name, click on it to enter list of available databases
- folder tree branch from root to current folder
- the current file in file list
- the name of the file whose note is open in the editor, this is not displaying if no note is edited, click here to go to this file and the folder containing this file
- number of files in the file list
The application works in three main modes: DIR, FILTER and FILTER_SETUP.
- In DIR mode, files are selected by the current directory in the "Folders" widget.
- In FILTER mode, files are selected according to the parameters chosen in the FILTER_SETUP dialog.
- In FILTER_SETUP mode. The filter setup dialog is opening, the file list is changing only by clicking the "Apply" or "Done" button.
There are three additional application modes: RECENT_FILES, FOUND_FILES and FILE_BY_REF.
- RECENT_FILES - list of files you've recently done something with
- FOUND_FILES - list of files you found using the search dialog
- FILE_BY_REF - the file list window contains a file referenced from the note of some file. The transition to this mode occurs after clicking on the link.
In FILTER mode, the list of files depends on the filter options set in FILTER_SETUP mode. The filter may depend on the selected folders, selected tags, and selected authors in the boxes in the left pane. In FILTER_SETUP mode, the list of files does not change when changing the selected folders, tags, authors. But in FILTER mode, any changes are immediately displayed in the list of files.
Files
As said, the app is about files. Files have a number of attributes:
- name
- path, the user practically does not see it, only by opening the directory or copying the full file name and on the "File Info" page
- file extension
- tags
- rating
- author(s) - usually for books
- dates of:
- modification
- last opening
- creation
- publication (books)
- date of last created/modified note to the file
- number of file openings
- size
- number of pages - usually for books
Folders
Folders are not linked to the OS file system. Each folder has 2 attributes that affect its appearance: the number of parent folders (one or more than one) and the hidden status (hidden folders are visible if the hidden folder display mode is enabled):
The following icons used for folders depending of their attributes:
Hidden | Visible | |
---|---|---|
one parent | ![]() |
![]() |
two or more parents | ![]() |
![]() |
You can freely create, move, copy and delete folders in the folder tree, the files will remain untouched. The application is designed for files, not folders. Folders are just a tool for organizing access to files. If, as a result of deleting folders, the file is not in any of the folders, you can still find it in several different ways: by filter, by searching by name, by searching by text in notes, among recently viewed files.
You can also copy/move files from one folder to another by dragging with the left or right mouse button pressed.
Important. Deleting a folder with only one parent will delete all of its child folders. If a folder has more than one parent folder, it will be removed only from the current parent folder and will remain in the others.
Folders and files
- Checkbox. Used to switch the "FOLDERS" widget to "Show hidden folders" mode. The "markdown" folder (2b) is hidden, and the same "markdown" folder (2a) is not hidden and is located in the root (does not have a visible parent folder).
- A "markdown" folder that has more than one parent folder: a. not hidden folder in the root b. hidden folder in the "GUI" folder
- hovered folder with the tooltip "verse" different from folder name "rhyme"
- The current (or selected) folder. You can select multiple folders at once using the Shift or Ctrl keys.
- The current file "SQLite.md".
- The "SQLite" tag assigned to the current "SQLite.md" file.
File duplicates
It may happen that there are duplicate files on your disk. It is highly recommended to delete duplicate files. If you need different versions of a file, consider using a version control system such as Git.
Fileo can find files that are identical in content, but only if these files are added to the same fileo session, or rather to the same database. Fileo works with only one database at a time. You can create a report on duplicate files from the main menu:
After creating the report (if duplicates are detected), you can delete all duplicates at once. But it may be better to remove them manually or delete the selected file in the "Locations" page, since the application may remove not the duplicate file you expected.
How it works
How to add files?
There are several methods to add files:
-
Open "Search for files..." dialog with main menu item "Scan disk for files":
-
drag files from the file explorer (or similar application) to the folder in the folder tree.
Note. Scanning the file system can be quite lengthy, so it is performed in a separate thread. The red circle in the lower left corner is a sign that the thread is working:
Only one background thread can run at a time - this is the design of the application. The user interface is not blocking but you should avoid to perform operation that make changes in the database, for example, drag-drop operations. But you can change the list of files by changing a current folder or filter, or you can open files.
- You can export the selected files (with all their attributes) from the database using the context menu of the file list:
and then import them to another database
to the folder "New folder" in this case.
Note. In the file note you can have reference(s) to another file(s) in the data base. If you drag the file with such note the reference will be broken, there is no interbase references.
Working with filters
The "folders" and "files not in any folder" options are mutually exclusive.
The Apply button applies a specified filter without closing the Filter Setup dialog box.
The Done button applies the filter, closes the dialog, and switches the application to "Filter Mode". In this mode, when you change the selection in any of the fields on the left panel (Folders, Tags, Extensions, Authors), the file list will immediately change accordingly.
Search files by name
Search dialog is opened by clicking button - search files by name or by shortcut
Ctrl-F
.
The search is performed by pressing the Enter key. "Aa" is a case sensitive search, if checked, "ab" - full word match.
Search files by text in notes
Search dialog is opened by clicking button - search files or by shortcut
Ctrl-Shift-F
.
The available options are
- regular expression,
- case sensitive,
- match full word.
The regular expression and match full word options are mutually exclusive.
How to make notes to the file
- "+" plus button - add new note and open it in the editor
- the button to collapse all notes
- start editing of the note
- "x" button - delete the note
- external (http) reference, can be open in the system web browser
Note editor
- the button to save changes, save changes and close editor
- the button to discard changes
pressing any of these buttons closes the editor
Note is a markdown and HTML text. Here you can insert web links, links to files registered in the application (in the current DB), as well as files from the OS file system. All this can be done using the drag-drop method.
To display notes the QTextBrowser is used. It supports limited HTML and markdown capabilities. For example, I have to use HTML syntax to display table in this browser:
Here's how it appears in the note:
Tag selector
- The list of tags associated with the current file. You can input here a list of tags separated by commas. It is the only place where the new tag can be created. The new tags will appear in the list 2 and 4.
- The list of tags. The tags selected in this list apply to the file filter.
- The context menu in the list of tags. Selected tags are highlighted ('importlib' and 'Pandas'). The tag 'package' is a current tag (last selected).
- The tag selector. The tags selected here will appear in the list 1.
Author selector
- The list of authors associated with the current file. You can input here a list of authors separated by commas (in square brackets if author name contains comma as in "Vaughan, Lee", otherwise it may be entered without brackets, but new authors without brackets must be in the end of list). It is the only place where the new author can be created. The new authors will appear in the list 2 and 4.
- The list of authors. The authors selected in this list apply to the file filter.
- The context menu in the list of authors. The current tag is highlighted - "Vijay Pande" in this case.
- The author selector. The authors selected here will appear in the list 1.
Locations
The file may be located in different folders. In fact, these are links to the same file[^1] in different folders. The file location is represented as a branch of folders from the root folder to the folder in which the link to the file is saved.
1 - list of branches where the current file can be found. The list also includes duplicate files, if any. Duplicates are marked with "----> Dup:
" followed by the name of the duplicate; a duplicate file may have a different name than the file itself; duplicates are identified by having the same content (by a hash computed from its content).
The branch marked with a bullet is a current location.
2 - a context menu:
- copy - copy selected lines
- go to this location - go to the file in the folder under mouse cursor
- Reveal in explorer - show file in explorer
- delete file from this location - in fact the link to the file is removed from the folder under the mouse cursor, the file itself remains intact
- Remove duplicate file - the file under mouse cursor will be removed to the trash bin if duplicate of the file exists
- Select All
3 - the current branch "SVG>to have 2 folders
"
4 - the current file selected in the file list "angle_down_20221002213631.svg
"
File info
You can copy file information here by pressing Right mouse button or Right mouse button with Shift.
The "File rating" and "Pages" can be edited here. But they also can be edited directly in the file list if visible:
- The file list
- Menu to select fields visible in the file list. The checked fields are visible, the field "File Name" is always visible.
File operations
Almost all operations with files are shown in the context menu on the picture.
Besides them you can copy / move files from one folder to another.
You can also open files by double clicking on "File name". If the file is executable, it will be executed, not opened. Thus, the application can be used as a "Start Menu", it can be even more convenient than the standard "Start Menu".
Note: If you delete a file from a folder, the file will still remain in the DB, even if you delete it from all folders, it can be found by searching by name or part of the name, or using a filter. If you delete a file from the DB, it will be deleted from all folders, and all notes for this file and its links to tags and authors will be lost.
DB selector
All application data is stored into a data base (SQlite DB). The SQlite data base is a single file, you can create as many DB files as you want. All manipulation with the DB files are performing in the DB selector:
The DB selector can be opened either from the Main menu or by clicking on the label with the name of the current DB in the status bar.
You can open a database from the DB selector in the current window by clicking on a row in the DB list or by selecting it using the up and down arrow keys on your keyboard and pressing Return, but not Enter, on the numeric keypad.
You can also open the database in a new window using the context menu.
The "last use date" field contains "Now" for the currently used DB. It may not be used at the moment if the previous session failed. In this case, you can release this DB using the context menu item "Free DB <db-name>".
Color themes
Three color themes have been created for the application: “Default”, “Light” and “Dark”.
You can switch theme in the preferences menu item:
Installation
-
Windows. Download the installer
fileo_setup.x.y.z.exe
from sourceforge Windows wherex.y.z
- version and run it. -
Linux. Download
fileo.AppImage
from sourceforge Linux -
Linux and Windows
install as Python package from PyPi:
> pip install md2fileo
and then run with
> python -m fileo
[^1]:with one exception, the file may be duplicated, i.e. there may be more than one file with the same content.