@@ -91,20 +91,23 @@ appbun https://github.com --name "GitHub" --out-dir ./github --yes
9191
9292## Showcase
9393
94- Playwright로 공개 웹 엔트리 포인트를 캡처하고, 생성되는 shell 느낌에 맞춰 프레임한 예시입니다.
94+ 로그인 없이 바로 동작하는 공개 웹앱을 Playwright로 캡처하고, 생성되는 shell 느낌에 맞춰 프레임한 예시입니다.
9595
9696![ appbun showcase] ( https://raw.githubusercontent.com/bigmacfive/appbun/main/docs/screenshots/showcase-grid.png )
9797
9898### 예시 대상
9999
100100| 앱 | URL | 명령 |
101101| --- | --- | --- |
102- | ChatGPT | ` https://chat.openai.com ` | ` appbun https://chat.openai.com --name "ChatGPT" --dmg ` |
103102| GitHub | ` https://github.com ` | ` appbun https://github.com --name "GitHub" --dmg ` |
104- | Notion | ` https://www.notion.so ` | ` appbun https://www.notion.so --name "Notion" --dmg ` |
105- | Figma | ` https://www.figma.com ` | ` appbun https://www.figma.com --name "Figma" --dmg ` |
106- | Linear | ` https://linear.app ` | ` appbun https://linear.app --name "Linear" --dmg ` |
107- | Telegram | ` https://web.telegram.org/k ` | ` appbun https://web.telegram.org/k --name "Telegram" --dmg ` |
103+ | YouTube | ` https://www.youtube.com ` | ` appbun https://www.youtube.com --name "YouTube" --dmg ` |
104+ | YouTube Music | ` https://music.youtube.com ` | ` appbun https://music.youtube.com --name "YouTube Music" --dmg ` |
105+ | Excalidraw | ` https://excalidraw.com ` | ` appbun https://excalidraw.com --name "Excalidraw" --dmg ` |
106+ | Photopea | ` https://www.photopea.com ` | ` appbun https://www.photopea.com --name "Photopea" --dmg ` |
107+ | Google Maps | ` https://www.google.com/maps ` | ` appbun https://www.google.com/maps --name "Google Maps" --dmg ` |
108+ | Google Translate | ` https://translate.google.com ` | ` appbun https://translate.google.com --name "Google Translate" --dmg ` |
109+ | Squoosh | ` https://squoosh.app ` | ` appbun https://squoosh.app --name "Squoosh" --dmg ` |
110+ | Desmos | ` https://www.desmos.com/calculator ` | ` appbun https://www.desmos.com/calculator --name "Desmos" --dmg ` |
108111
109112자세한 내용은 [ docs/showcase/README.md] ( ./docs/showcase/README.md ) 에 있습니다.
110113
0 commit comments