dieworkwear
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDie, Workwear! Knowledge Base
Die, Workwear! 知识库
Derek Guy is one of the most respected voices in menswear. His blog covers tailoring, fit, fabrics, shoes, style history, and practical shopping advice.
Derek Guy是男装领域最受推崇的意见领袖之一。他的博客内容涵盖剪裁、版型、面料、鞋履、风格历史及实用购物建议。
How to Use
使用方法
When asked about menswear topics:
-
Search the reference file for relevant content:bash
grep -i "neapolitan\|naples" references/articles.txt | head -50 grep -i "shoulder" references/articles.txt | head -50 -
Read relevant sections from— the file contains all 580+ articles concatenated with URL headers.
references/articles.txt -
Synthesize Derek's insights for the user's question.
当被问及男装相关话题时:
-
搜索参考文件中的相关内容:bash
grep -i "neapolitan\|naples" references/articles.txt | head -50 grep -i "shoulder" references/articles.txt | head -50 -
阅读中的相关章节——该文件包含所有580+篇文章,每篇文章前带有URL标题。
references/articles.txt -
整合Derek的见解来解答用户的问题。
Topics Covered
涵盖主题
- Suits & Tailoring — Neapolitan, Savile Row, American sack suit, Japanese-Italian hybrids
- Fit & Construction — Shoulders, lapels, trouser rise, pleats, shirt collars
- Shoes — Bespoke shoemaking, Goodyear welt vs handwelted, shoe care, brand recommendations
- Fabrics — Wool, flannel, fresco, tweed, linen; mills like Fox Brothers, Loro Piana
- Outerwear — Parkas, field jackets, leather jackets, raincoats
- Shopping — Where to buy, Black Friday sales, value recommendations
- Style Philosophy — Building a wardrobe, dressing for context, breaking rules intentionally
- 西装与剪裁——那不勒斯风格、萨维尔街风格、美式宽松西装、日意融合风格
- 版型与结构——肩部、翻领、裤腰高度、褶裥、衬衫领型
- 鞋履——定制鞋履工艺、固特异贴边vs手工贴边、鞋履保养、品牌推荐
- 面料——羊毛、法兰绒、弗雷斯克面料、粗花呢、亚麻;品牌如Fox Brothers、Loro Piana
- 外套——派克大衣、野战夹克、皮夹克、雨衣
- 购物建议——购买渠道、黑五促销、高性价比推荐
- 风格理念——衣橱搭建、场景化穿搭、有意识地打破规则
Quick Grep Patterns
快速Grep命令示例
bash
undefinedbash
undefinedTailoring styles
剪裁风格
grep -i "neapolitan|savile row|english cut|american sack" references/articles.txt
grep -i "neapolitan|savile row|english cut|american sack" references/articles.txt
Specific garments
特定服饰
grep -i "sport coat|odd jacket|blazer" references/articles.txt
grep -i "trouser|pants|denim|jeans" references/articles.txt
grep -i "sport coat|odd jacket|blazer" references/articles.txt
grep -i "trouser|pants|denim|jeans" references/articles.txt
Footwear
鞋履
grep -i "alden|edward green|boot|loafer|sneaker" references/articles.txt
grep -i "alden|edward green|boot|loafer|sneaker" references/articles.txt
Fabrics
面料
grep -i "flannel|tweed|fresco|cashmere|linen" references/articles.txt
grep -i "flannel|tweed|fresco|cashmere|linen" references/articles.txt
Shopping/brands
购物/品牌
grep -i "no man walks alone|drake|armoury|sale" references/articles.txt
undefinedgrep -i "no man walks alone|drake|armoury|sale" references/articles.txt
undefinedSync
内容同步
To update content:
bash
sitefetch https://dieworkwear.com -m "/20*/**" -o references/articles.txt --concurrency 5如需更新内容:
bash
sitefetch https://dieworkwear.com -m "/20*/**" -o references/articles.txt --concurrency 5Credits
版权声明
All content © Derek Guy / dieworkwear.com
This skill is for personal reference only.
This skill is for personal reference only.
所有内容© Derek Guy / dieworkwear.com
本技能仅用于个人参考。
本技能仅用于个人参考。