mherrmann / mherrmann/fman

Make GoTo support other file systems

Open
#310 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
275
Forks
16
PR merge metrics
No merged PRs in 30d

Description

It is impossible to navigate to zip://C:/image.zip nor to file://C:/Windows nor to any other URL with a scheme in it. If you need a use cases:

  • Copying a link to a file in a zip directly (so I can access it quickly later).
  • With more elaborate file system plugin implementations it could be easier to address a resource with a direct URL (e.g. using a FTP plugin).

Platform: Windows.
Versions: 0.8.8 and 0.8.9.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the GoTo handling and the file-system plugin interfaces, then trace how paths with schemes are parsed. Check how zip:// and file:// URLs are represented on Windows and compare that with ordinary paths. Done means GoTo can navigate to the listed URL forms and other plugin-provided schemes without breaking regular navigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.