Autocomplete
IDE-style autocomplete for your existing terminal
- • Supports 500+ popular CLI tools
- • Inline descriptions & powerful suggestions
- • Completions are open source
- • Fully customizable
from: https://fig.io/
分享 Linux/Apache/PHP+MySQL/Smarty/JQuery/RubyOnRails 的點點滴滴!
from: https://fig.io/
Overview
New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.
Group all the tabs by domain/website url. This will help user to keep tabs organized. New tabs are automatically moved to the correct group. If no group is available then new group will be created. It groups all tabs by top level domain. group name will be GOOGLE for both below url(s). https://google.com https://docs.google.com
from: https://chromewebstore.google.com/detail/group-tabs-by-domain/icmbnkmjhdapliaologdghjfpcmcimln?hl=en
I found that sysctl -n machdep.cpu.brand_string
reported Apple M1
even though the process was run under Rosetta.
Update: be prepared for Apple M1 Pro
, Apple M2
, Apple M2 Max
etc.!
from: https://stackoverflow.com/questions/65259300/detect-apple-silicon-from-command-line
如果新 Mac 沒有使用 MacOS「系統轉移」傳送舊電腦的資料到新的 Mac,你會發現安裝 LINE 之後,對話紀錄僅可以回溯到某個時間,更早的對話紀錄並無法顯示,也無法搜尋,這是因為更早的對話紀錄並不會存放在 LINE 的 server 上,這時需要手動轉移舊 Mac 上的紀錄到新 Mac。
這次我嘗試從 MacOS High Sierra 上備份/轉移 LINE 對話紀錄到 MacOS Big Sur ,到發文時測試沒問題。
以下我用到基本的 Terminal 操作,但只要知道路徑,直接備份/轉移資料也可行,ssh 的部分我會先略過,之後再另外寫一篇(寫了一下後發現根本懶得講)。
MacOS 上 LINE 對話紀錄與一些偏好設定的資料在
~/Library/Containers/jp.naver.line.mac/Data/Library
但因為其中有許多 link,需要備份/轉移的資料僅有
~/Library/Containers/jp.naver.line.mac/Data/Library/Containers
簡單說你只要從舊 Mac 複製此資料夾,在新電腦上替換掉這資料夾,就完成了,但預設 ~/Library
並不會顯示在 Finder,請在任一 Finder 按下 cmd+shift+g
,然後貼上 ~/Library/Containers/jp.naver.line.mac/Data/Library
,就可以開始以下操作。
以下是我的操作流程,但某些步驟我不清楚是否是必要:
Containers
資料夾,請先改名就好,例如:Containers_bk
xz
後還有 3.2GBfn+方向鍵左
不放,這是 PageUp,可以快速往上回溯對話紀錄Containers
是複數Containers
,也會下載近期的對話紀錄既然知道路徑了,備份當然就沒問題了,祝你成功。
from: https://dev.to/stomvi/mac-line-mac-4fgc
Playwright enables reliable end-to-end testing for modern web apps.
from: https://playwright.dev/