V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  quinoa42  ›  全部回复第 17 页 / 共 17 页
回复总数  327
1 ... 8  9  10  11  12  13  14  15  16  17  
2017-06-22 15:13:55 +08:00
回复了 workwonder 创建的主题 Bash 这是什么 shell 语法?
查了一下,herestring (或者 heredoc 以及其他 redirection )和 process substitution 直接结合在一起的用法实际上是 zsh 支持的功能(至少 bash 4.2.46 是不支持的):
http://zsh.sourceforge.net/Doc/Release/Redirection.html#Redirections-with-no-command
> ...if the parameter NULLCMD is set, its value will be used as a command with the given redirections. ...The default for NULLCMD is ‘ cat ’...
所以 `<<<"hello"` 默认等价于 `cat <<< "hello"`,因此 `cat <(<<<"hello")` 会输出 `hello`。
2017-06-19 18:59:24 +08:00
回复了 kkhu2004 创建的主题 Firefox firefox“翻新”了一下,速度居然块多了。
Pentadactyl 不支持 e10s,也不太有可能能开发 WebExtensions 版本
Vimfx 总觉得没它好用……
2017-06-18 13:21:21 +08:00
回复了 hellogbk 创建的主题 程序员 有什么教小孩编程的机构或组织吗?
我市的少年宫?
2017-06-17 08:23:15 +08:00
回复了 alexfu 创建的主题 macOS Karabiner Element 已支持 complex modification / Hyper key
https://github.com/lodestone/hyper-hacks
之前一直用的这个解决方案,感觉也没什么不便
2017-05-19 23:37:53 +08:00
回复了 Andor_Chen 创建的主题 Python 送几本《流畅的 Python 》
组成分母
2017-05-19 10:54:38 +08:00
回复了 oolugh 创建的主题 macOS 这个 app 的想法不错,把空格键做快捷键。
2017-05-14 07:19:39 +08:00
回复了 oolugh 创建的主题 macOS 这个 app 的想法不错,把空格键做快捷键。
karabiner+hammerspoon 把右边的 cmd 改成 hyper key 感觉也挺顺手的
左边 cmd 改成 esc,空格用作 vim 的 leader,右边的 alt 用作 localleader
1 ... 8  9  10  11  12  13  14  15  16  17  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1384 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 17:32 · PVG 01:32 · LAX 10:32 · JFK 13:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.