mherrmann / mherrmann/fman

Improve QuickLook on Mac

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

Nobody has claimed this yet.

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

Description

Pressing Shift+Space on Mac opens macOS's QuickLook for the selected file(s). Unfortunately, this has several drawbacks:

  • It's a bit slow
  • It sometimes brings Finder windows in front of fman, so it's hard to switch between QuickLook and fman
  • The QuickLook window contains an ugly [DEBUG] in the title
  • The QuickLook contents aren't update as you navigate to other files in fman, and vice versa.

The goal of this issue is to solve the above problems. In #166, @matangower suggested to ditch QuickLook and use QLPreviewPanel instead. Experimenting with this may be a first starting point.

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 from the Shift+Space entry point that opens macOS QuickLook, then investigate the QLPreviewPanel suggestion from #166. Compare the current behavior with the four listed drawbacks; done means the replacement is faster, stays usable alongside fman, removes the [DEBUG] title text, and updates as selection changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, python
Domain
desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.