Paul Lee

Results 23 comments of Paul Lee

我没有macOS电脑了,老电脑很久以前就不能升级了

@domainname 如果你愿意继续维护,我在readme加上你的链接。 说实话,我已经很多年没有用macOS了,这个还能用我觉得是个奇迹...

![Screenshot_20220328-193013_Via](https://user-images.githubusercontent.com/3303478/160388878-19099ba4-1530-4e94-8395-ec04ef1a6a16.png) oxford.py这里路径是写死的,看看是不是这个原因

我的旧macbook不支持新系统了😂 RJ 于 2019年6月24日周一 12:10写道: > 系统默认python版本2.7,尝试过将/usr/bin/python 改成python,仍然无效. > [image: image] > > > — > You are receiving this because you are subscribed to this thread. > Reply to...

可以自己打开 alfred 插件管理界面,修改快捷键执行的命令,有以下两种格式: ```bash python ./actions.py "{query} > open" python ./actions.py "{query} @ 词典" ``` 第一种 `... > open|say` 只对第一行(单词+音标)有效,第二行以后(释义)只支持复制到剪贴板 第二种 `... @ 词典` 对所有行有效 每种词典输出格式不同,自定义词典,可以参考朗道的例子 cndict/landau.py 自己加

自己找别的地方 hook 吧 SunJIN2018 于 2018年11月4日周日 22:53写道: > 至于你解出来的这些内容,应该是你用了会执行内置脚本的 PECMD,解出来的是内置脚本。 > > *Originally posted by @liberize in #1 > (comment) > * > > 请问现在还有什么新的方法 解密cmps吗 > > — >...

@htpcBeginner Take a look at my variant which uses pipe instead of command line: https://github.com/liberize/ssc

It's a known limitation of shc. Take a look at my variant which uses pipe instead of command line: https://github.com/liberize/ssc

@MoBlockbuster @BiaoLiu2017 Take a look at my variant which uses pipe instead of command line: https://github.com/liberize/ssc

Just find out I implemented almost the same idea as this solution, except the anoymous pipe / fifo difference. https://github.com/liberize/ssc