メンテナンススクリプトとは
$ sudo periodic daily weekly monthly
続きを読む【 Mac アプリ】
— OGUMA PRODUCTS (@OGUMA_PRODUCTS) 2023年8月24日
最新の OS に対応した国産リネームソフト
「ちゃちゃっとリネーマー」をリリースしました!
プロダクトページ
→ https://t.co/VExfDshmEZ
App Store
→ https://t.co/iUsGODDCyG#Mac #アプリ#リネーマー #リネーム#ユーティリティ #効率化#ファイル整理
open x-apple.systempreferences:com.apple.wifi-settings-extension
$ killall cloudd
続きを読むTwitterのアルゴリズムコンテンツを削除し、ニュースやトレンドを非表示にし、タイムラインに表示される共有ツイートを制御し、その他のUIを改善するブラウザ拡張機能です。
https://github.com/insin/control-panel-for-twitter/
tell application "Finder" set screenSize to bounds of window of desktop set screenWidth to item 3 of screenSize end tell tell application "System Events" set myFrontMost to name of first item of ¬ (processes whose frontmost is true) end tell try tell application myFrontMost set windowSize to bounds of window 1 set windowXl to item 1 of windowSize set windowYt to item 2 of windowSize set windowXr to item 3 of windowSize set windowYb to item 4 of windowSize set windowWidth to windowXr - windowXl set bounds of window 1 to {¬ (screenWidth - windowWidth) / 2.0, ¬ windowYt, ¬ (screenWidth + windowWidth) / 2.0, ¬ windowYb} end tell end try