Stashify logo

STASHIFY

GUI FOR GIT STASH WORKFLOWS

Stashify turns git stash into a visual workflow.

Add repo or folder paths, browse saved stashes, click any stash, and inspect original vs modified changes in Monaco with image viewer and drive search support.

Repo + Folder

Project Inputs

Monaco Editor

Diff Engine

Drive Aware

Search Support

STASHIFY APP PREVIEW

Loaded in editor
D:/Workspace/stashify-app
stash@{3}

REVIEW PANEL

src/components/PatchViewer.tsx

Monaco

ORIGINAL

1function isAddedStatus(status: string): boolean {

2 const normalized = status.trim().toLowerCase();

3 return normalized === 'added';

4}

5

6diffEditorRef.current = monaco.editor.createDiffEditor(...)

MODIFIED

1function isAddedStatus(status: string): boolean {

2 const normalized = status.trim().toLowerCase();

3 return normalized === 'added' || normalized === 'new';

4}

5

6singleEditorRef.current = monaco.editor.create(...)

FEATURE SET

Built around the way you inspect stashes.

From project selection to diff inspection, every step is designed to make stash review clear and fast without terminal-heavy context switching.

Clarity

Monaco Diff Review

Click any stash and open it in Monaco to compare original and modified code with a clean side-by-side diff.

Speed

Repo and Folder Add

Add repositories or folders once, keep them saved, and switch projects quickly without typing paths again.

Insight

Drive Search + Image Viewer

Find project folders with drive search and preview image changes directly when the stash includes assets.

WORKFLOW

A simple path from stash list to Monaco diff.

Open a saved project, pick a stash entry, and review exact original/modified changes before deciding your next action.

01

Add Repo or Folder

Select a repository/folder and save it in the sidebar so you can reopen it instantly.

02

Open Saved Stashes

Choose the project and browse its saved stash entries with clear status context.

03

Inspect in Monaco

Click a stash to load original vs modified changes in Monaco, including image previews when available.

TEAM SIGNAL

Trusted during release windows

Teams use Stashify to keep momentum while still validating stash changes with visual accuracy.

"Clicking a stash and seeing the Monaco diff immediately removed our confusion during hotfix reviews."

IN-APP FLOW

  • 1. Add repository or folder path from sidebar
  • 2. Use drive search to locate project folders quickly
  • 3. Open saved stash entry and load Monaco diff view
  • 4. Preview image changes before final action

COMMON QUESTIONS

Answers before you ship.

Quick answers on repo/folder adding, stash loading, Monaco diff view, image preview, and drive search.

Yes. Clicking a stash opens Monaco diff view so you can review original vs modified content clearly.

Yes. Stashify supports adding repo/folder paths, saving them, and switching quickly from the sidebar.

Yes. You can preview image-based stash changes and use drive search to locate project folders faster.

READY TO REVIEW STASHES

Open any stash visually, compare changes in Monaco, and move forward with confidence.

GIT SNAKE

Merge lane arcade

Collect commit tokens, avoid conflict blocks, and keep your stash chain alive. Arrow keys work on desktop, tap controls work on mobile.

Score

0

Best

0

State

Paused

Arrows: move | Space: start/pause

WINDOWS BUILD

Download Stashify

Install the desktop app to add project folders, open saved stashes, inspect Monaco diffs, preview images, and search drives faster.

  • Single-instance desktop experience
  • Add repository or folder paths
  • Monaco original vs modified diff view
  • Image viewer and drive search support
Download