最快速的 Terminal Emulator

發現了使用 GPU 的 terminal emulator https://github.com/alacritty/alacritty https://sw.kovidgoyal.net/kitty/ 我目前幾乎所有的工作都在 terminal 上處理,無法接太慢的 terminal 程式 兩個都試用了一下,決定先以 alacritty 當主力試試 特色: 目前最快的 terminal emulator 使用 GPU 支...

13 March 2020 · 1 min · nyo

Bash 常用快捷鍵

記錄一些比較常用/實用(可能)的快捷鍵 控制 Ctrl+C: 中斷正在執行的程式 Ctrl+D: 結束 shell (同 exit) Ctrl+Z: 暫停正在執行的程式,放入背景 (使用 fg 可以叫回來) Ctrl+X Ctrl+E: 使用 vim 編輯...

15 September 2019 · 1 min · nyo

在 Terminal 上的跳舞鸚鵡

用 curl 找一隻鸚鵡來跳舞 1 $ curl parrot.live 來源 curl 版: https://github.com/hugomd/parrot.live terminal 版: https://github.com/jmhobbs/terminal-parrot

16 July 2018 · 1 min · nyo