From 563d6635de1757c0e2e9637e9625ebd86b80aa4d Mon Sep 17 00:00:00 2001 From: kimukei Date: Tue, 24 Feb 2026 14:48:45 +0900 Subject: [PATCH] Enhance README with folder structure images and features Updated the README to include before and after images of the folder structure, along with a description of features. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0634565..026ba21 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ A Chrome extension that groups workflows whose names contain `/` into collapsibl ## Before / After | Before | After | -|--------|-------| -| `frontend/build` | **frontend/** (collapsible) | -| `frontend/lint` | ├ `build` | -| `frontend/test` | ├ `lint` | -| `publish/libs` | └ `test` | -| | **publish/** | -| | └ `libs` | +|:--------:|:-------:| +| before_flat | after_folded | + +Of course, you can expand it! + +after_expanded ## Features + - Splits workflow names at the first `/` into folders (`frontend/tests/unit` → folder `frontend`, display name `tests/unit`) - Fetches all workflows in parallel from a GitHub internal endpoint for fast bulk loading - Collapsible folders with auto-expand for folders containing the active workflow