Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions Docs/screenshots/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Screenshots

A visual tour of **Fido** across its matching **dark** and **light** themes. The launch / GO
screen — *"The Eagle has landed"* — is featured on the [main README](../../README.md); see
**[Features](../Features.md)** for the full behaviour reference.

---

## Home screen

The mission-control console. Enter a **branch name**, optionally a **solution**, choose **Open
as** Solution or Folder, then launch your default editor with **Open** (Enter) — or any other
editor via its button and **Ctrl+1 … Ctrl+9**. The **Flight log** reports each step as Fido
"goes around the horn".

<table>
<tr>
<td align="center"><strong>Dark</strong></td>
<td align="center"><strong>Light</strong></td>
</tr>
<tr>
<td><img src="home-screen-dark.png" alt="Fido home screen, dark theme" width="400"></td>
<td><img src="home-screen-light.png" alt="Fido home screen, light theme" width="400"></td>
</tr>
</table>

---

## Open from branch folder

When a branch's folder contains more than one solution — or you'd rather open the repo root —
Fido asks what to open. Move with **↑ / ↓**, confirm with **Enter** or double-click, or back
out with **Esc**.

<table>
<tr>
<td align="center"><strong>Dark</strong></td>
<td align="center"><strong>Light</strong></td>
</tr>
<tr>
<td><img src="open-dialog-dark.png" alt="Open-from-branch-folder chooser, dark theme" width="400"></td>
<td><img src="open-dialog-light.png" alt="Open-from-branch-folder chooser, light theme" width="400"></td>
</tr>
</table>

---

## Settings

Configure **search roots**, your **editors** (each with a CLI slug, with the default marked
**●**), the **worktree root**, **new-branch repos**, **theme**, and the **close-after-opening**
behaviour and delay.

<table>
<tr>
<td align="center"><strong>Dark</strong></td>
<td align="center"><strong>Light</strong></td>
</tr>
<tr>
<td><img src="settings-dialog-dark.png" alt="Fido settings dialog, dark theme" width="400"></td>
<td><img src="settings-dialog-light.png" alt="Fido settings dialog, light theme" width="400"></td>
</tr>
</table>
Binary file added Docs/screenshots/home-screen-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/screenshots/home-screen-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/screenshots/open-dialog-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/screenshots/open-dialog-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/screenshots/settings-dialog-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/screenshots/settings-dialog-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/screenshots/the-eagle-has-landed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ creating one when needed — and opens the solution or repo folder in your edito
(opened with **Enter**); other editors are a **Ctrl+1 … Ctrl+9** away.

<p align="center">
<img src="src/docs/main-window-dark.png" alt="Fido main window — mission-control console, dark theme" width="640">
<img src="Docs/screenshots/the-eagle-has-landed.png" alt="Fido — GO! WebStorm launched; “The Eagle has landed”" width="440">
</p>

<p align="center">
<em>Fido? GO! — branch resolved, worktree located, editor launched. The Eagle has landed.</em>
</p>

---
Expand All @@ -33,6 +37,13 @@ rather than silently using the default. See **[Features](Docs/Features.md)** for

---

## Screenshots

Fido ships with matching **dark** and **light** themes. Browse the full set — home screen,
branch-folder chooser, and settings — in the **[screenshot gallery](Docs/screenshots/)**.

---

## Why "Fido"? 🚀

When you're juggling a massive project spread across concurrent Git branches, hopping between context switches can feel like navigating through deep space. Finding the right local folder, verifying the worktree, and booting up your IDE takes manual steps you'd rather spend actually coding.
Expand Down
Binary file removed src/docs/main-window-dark.png
Binary file not shown.
Loading