explaingit

7nicetoseeu/folder-peek

Analysis updated 2026-05-18

21C#Audience · generalComplexity · 2/5LicenseSetup · easy

TLDR

A Windows desktop utility that pops up a folder's contents in a side panel with a gesture, letting you grab and open a file without opening File Explorer.

Mindmap

mindmap
  root((repo))
    What it does
      Expands desktop folders
      Quick file grab panel
    Tech stack
      C sharp
      WPF
      dotnet 8
    Features
      Multiple gestures
      Pinned panels
      Cascading subfolders
    Status
      Working prototype
    Platforms
      Windows 10
      Windows 11

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Quickly grab a single file from a cluttered desktop folder without opening File Explorer

USE CASE 2

Drill down through nested subfolders by expanding cascading panels beside the desktop icon

USE CASE 3

Pin a folder's panel open and drag files from it directly into another app like a chat window

USE CASE 4

Trigger the folder expansion with a gesture that fits your habits, from space-drag to a right-click menu option

What is it built with?

C#WPF.NET 8Win32 API

How does it compare?

7nicetoseeu/folder-peeknishikinonakai/macdeskpwnapplehat/bitbroom
Stars212220
LanguageC#C#C#
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencegeneralgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Download the release zip and run the exe, requires the .NET 8 Desktop Runtime installed.

In plain English

Folder Peek is a small open source tool for Windows that solves one specific annoyance: sometimes you just want to grab a single file out of a folder sitting on your desktop, but opening the full file explorer window, finding the file, and closing it again feels like more effort than the task deserves. Instead of replacing the file explorer, Folder Peek adds a temporary expansion layer over your desktop folders. You perform a gesture on a folder icon, and a small panel showing its contents pops up right beside it. Clicking a file opens it with whatever program normally handles that file type, and the panel closes itself automatically unless you have pinned it open. If a subfolder appears inside, you can expand it the same way, creating a chain of panels going deeper. The default trigger is holding the space bar and dragging with the left mouse button, but four alternative gestures are available too, including middle click dragging, folding the option into the right click menu, or holding down the left or right mouse button briefly. Panels can be pinned open in different states, several can exist side by side, and you can drag a file straight out of a panel into another program such as a chat window or editor. The interface supports light mode, dark mode, or following your system setting, and can start automatically with Windows while staying in the system tray. The author is upfront that this is a working prototype rather than a finished product. The core flow, from tray icon to gesture detection to opening files, already works, but gesture options are still being refined, only ordinary folders are supported so far, and features like special system shortcuts, renaming, searching, and thumbnail previews are not implemented yet. It targets Windows 10 and 11 running on .NET 8, is built with C# and WPF, and a ready to run release package is available alongside the option to build it yourself from source. The project is released under the MIT license.

Copy-paste prompts

Prompt 1
Help me build Folder Peek from source using dotnet build on FolderPeek.sln.
Prompt 2
Explain the different gesture options in Folder Peek and how to switch between them.
Prompt 3
Walk me through publishing a self-contained release build using scripts/publish.ps1.
Prompt 4
Show me which files to look at first if I want to contribute to the gesture detection code.
Prompt 5
Help me set up Folder Peek to start automatically with Windows and stay in the tray.

Frequently asked questions

What is folder-peek?

A Windows desktop utility that pops up a folder's contents in a side panel with a gesture, letting you grab and open a file without opening File Explorer.

What language is folder-peek written in?

Mainly C#. The stack also includes C#, WPF, .NET 8.

How hard is folder-peek to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is folder-peek for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.