V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  WillBeethoven  ›  全部回复第 1 页 / 共 8 页
回复总数  149
1  2  3  4  5  6  7  8  
Working Effectively with Legacy Code
https://book.douban.com/subject/1428943/
10 天前
回复了 Le18ex 创建的主题 生活 哭到手麻脚麻,我就是世界上最废物的人
先把自己照顾好
13 天前
回复了 STARrevue 创建的主题 macOS 求推荐好看好用的第三方浏览器主页
可否提供更换默认字体的选项?目前的字体看不习惯。
@WillBeethoven #6

批量修改文件默认打开的 app

for ext in ipr java groovy kt kts jfr hprof; do
duti -s com.jetbrains.intellij $ext all
done
验证:
for ext in ipr java groovy kt kts jfr hprof; do
app=$(duti -x $ext | grep -v '^$')
echo "Extension: .$ext => Application: $app"
done

https://i.imgur.com/j1bAUbD.png


后续你可以通过 mdls 拿到自己喜欢的编辑器的 bundle identifier 如 com.jetbrains.intellij

➜ ~ mdls -name kMDItemCFBundleIdentifier /Applications/IntelliJ\ IDEA.app/
kMDItemCFBundleIdentifier = "com.jetbrains.intellij"

然后使用 duti 根据 identifier + file extension 批量修改


注:我只是提供思路,代码都是让 GPT 写的
@jchnxu https://shottr.cc/

@Saturn72
1. 在 Finder 里找到 HBuilderX ,按 Option + Command + C 复制路径
2. 替换下面的 /Applications/IntelliJ IDEA.app/Contents/Info.plist 并在 Terminal 里运行
plutil -convert xml1 -o - '/Applications/IntelliJ IDEA.app/Contents/Info.plist' | xmllint --xpath '//key[.="CFBundleTypeExtensions"]/following-sibling::array/string' - | sed 's/<string>\(.*\)<\/string>/\1/'

https://i.imgur.com/AdLuYim.png


在 info.plist 里直接查找 CFBundleTypeExtensions
https://i.imgur.com/ur6vAYu.png
21 天前
回复了 Byleth 创建的主题 程序员 潜伏在 Chrome 应用商店的恶意扩展
我自己写了插件上架,有一定用户数量后会收到某些自称推广搜索引擎的邮件说让我改用户搜索引擎,给我分成。简单问了下,我觉得污染了我的插件,本来也没想靠这个挣钱,就没后续了。

https://i.imgur.com/mo4G8si.png
@gimp 我现在算都是直接除以 20
26 天前
回复了 Leoking222 创建的主题 macOS MacBook pro 2021 32G + 1T 16 寸还能战斗多久
我的 Mac Intel 之最后的荣光还在战斗,预计再战 3 年。
你直接写 SQL ,让他执行就行了 https://i.imgur.com/HZL0hOa.png
很久没撸了,国庆跟老婆的堂哥堂弟组队 LOL ,在网吧打了两晚。战斗,爽!
35 天前
回复了 bingoup886 创建的主题 macOS Command+q 按键莫名其妙不好使
ShortcutDetective
B4EFNCHDY51A 已用
64 天前
回复了 biubiu1234 创建的主题 职场话题 考研上岸后,上了半个月,想退学了
读下这篇文章:

(旧文)也说王垠退学 || 0x01 byte
https://1byte.io/articles/wang-yin-withdraw/
69 天前
回复了 waitMeOY 创建的主题 生活 帮新手准奶爸问几个问题
1. 离家最近的三甲,让你老婆在小红书上看看有没有这个医院比较受多个孕妇认可的妇产科医生,产检跟着医生安排来。
2. 山姆海盐苏打饼干
1  2  3  4  5  6  7  8  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5701 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 06:40 · PVG 14:40 · LAX 22:40 · JFK 01:40
Developed with CodeLauncher
♥ Do have faith in what you're doing.