ipfs / ipfs-webui

A frontend for an IPFS Kubo and IPFS Desktop
https://webui.ipfs.io
MIT License
1.55k stars 484 forks source link

Local File Tracking System #2230

Open WangZhenCN opened 4 months ago

WangZhenCN commented 4 months ago

Feature Request: Local File Tracking System

Problem Description: I often find it frustrating because I am unclear about where exactly various files hosted on my computer are located. This leads to a significant waste of time in searching for and verifying the specific locations of these files when I need to find or manage them.

Desired Solution: I would like to develop a system that can clearly track and display all hosted files' storage locations on my computer. This system should allow me to see at a glance the storage path for each file, including specific folder paths and other relevant details. Additionally, the system should offer a user-friendly interface that enables quick browsing, searching, and management of files.

Alternatives Considered:

  1. Use existing file management tools, such as Windows Explorer or Mac Finder, although these often lack advanced search and management features.
  2. Develop a simple local database application to manually record and lookup file locations, although this would require regular manual updates.

Additional Context: This feature would greatly enhance the efficiency of file management, especially for users managing a large number of files, saving considerable time spent locating and verifying file positions. Cross-platform compatibility should be considered to ensure accessibility and usability on different operating systems.