Skip to main content
fewer
Getting Started with Fewer

Getting Started with Fewer

Install, import your first directory, and navigate the graph. Everything you need to start exploring directory structures visually.

There is a web version available at https://app.fewer.directory/app.

But if you want to run this locally, follow this quickstart guide.

Installation

git clone https://github.com/qvesera/fewer.git
cd fewer
bun install
bun run dev

Open http://localhost:3000.

Quick Start

  1. Click Load sample project in the welcome dialog
  2. Use arrow keys (↑↓←→) to navigate the tree
  3. Right-click (or long-press on touch) any node for context menu
  4. Press Ctrl+I to see all keyboard shortcuts
  5. Click Export to save the graph

Import a Real Directory

  1. Click Import from disk (or Alt+I)
  2. Select a folder and the depth level
  3. The graph builds instantly

Advanced Import Options

If Power User mode is enabled in Settings, you will see the below options in the import dialog.

OptionDefaultDescription
Max Depth6How many folder levels to import
Include Hidden FilesOffInclude dotfiles (.gitignore, .env, etc.)
Include File NodesOnShow files or folders only
Extension FilterNoneComma-separated whitelist
Auto-hide Large FoldersOnFolders with >10 children hide children

First Graph

After import, you'll see:

  • Orange cards for folders (children inline, scrollable)
  • Purple cards for files (name, extension, size)
  • Edges connecting parent → child with 3 style options
  • Minimap in bottom-right for navigation
  • Breadcrumb bar showing selected node's full path

Keyboard Navigation

KeyAction
↑↓←→Tree navigation (parent/child/sibling)
Alt+NNew node
Ctrl+FSearch (fuzzy, click-to-zoom)
Ctrl+EExport panel
Ctrl+Z / Ctrl+Shift+ZUndo / Redo
Ctrl+ASelect all
Ctrl+LCycle layout direction
Ctrl+IShortcuts reference
F2Rename
Delete/BackspaceRemove (cascading)
SpaceFit view
+ / - / 0Zoom in/out/reset

Sign In (Optional)

Fewer works fully without an account. If you'd like to save your directories to your account, access them across devices, and share them, click Sign in in the top navbar. See Accounts & Saved Graphs for details.

What's Next