FlashSpace
詳細情報
タイトル | FlashSpace |
---|---|
URL | https://github.com/wojciech-kulik/FlashSpace |
バージョン | ver 3.7.45 |
更新日 | 2025/05/07 |
追加日 | 2025/02/20 |
種別 | フリーソフト / オープンソース(GPL) |
説明 | macOS用の高速な仮想ワークスペースマネージャ。 |
レビュー
FlashSpaceは、macOS用の超高速仮想ワークスペースマネージャー。
次のような特徴を持つ。
- ワークスペースの高速切り替え
- 複数のディスプレイサポート
- ホットキーでのワークスペースとアプリの管理
- フォーカス検出とフォーカスマネージャ
- カーソルの自動センタリング
- プロファイル機能
- メニューバーのカスタマイズ可能なアイコンとテキスト
- フローティングアプリ
- JSON、YAML、TOML形式の設定ファイルサポート
- コマンドラインインターフェース
使用方法は次の通り
- macOSの単一スペースに全てのアプリを移動
- ワークスペースの作成とアプリの割り当て
- ディスプレイの割り当てとホットキーの設定
- ホットキーでワークスペース間を切り替え
その他、SketchyBarとの統合機能やPicture-In-Pictureモードもサポート。パフォーマンス、シンプルさ、信頼性、非干渉性、UNIX哲学をモットーとして開発が進められている。
スクリーンショット
更新グラフ
バージョン履歴
What's Changed
🤩 Features
- feat(cli): add CLI command & hotkey to hide all unassigned apps by @wojciech-kulik in #307
⚙️ Other
- docs: add Sparkle license by @wojciech-kulik in #304
- ci: automate generating
appcast.xml
for Sparkle by @wojciech-kulik in #306
Full Changelog: v3.6.44...v3.7.45
What's Changed
🤩 Features
- feat: integrate auto-updater Sparkle by @wojciech-kulik in #298
🐞 Bug Fixes
- fix(pip): not showing app when picture-in-picture is active by @wojciech-kulik in #296
- fix(workspaces): improve tracking last focused app by @wojciech-kulik in #299
Full Changelog: v3.5.42...v3.6.44
What's Changed
🔥 Hotfix
- fix(pip): not showing app when picture-in-picture is active by @wojciech-kulik in #296
Full Changelog: v3.5.42...v3.5.43
What's Changed
🤩 Features
- feat(cli): add floating apps management by @wojciech-kulik in #293
- feat(workspaces): add option "Show Hidden Apps On Workspace Activation" by @wojciech-kulik in #294
- feat(hotkeys): add hotkey and CLI command to assign all visible apps by @wojciech-kulik in #295
Full Changelog: v3.4.41...v3.5.42
What's Changed
🤩 Features
- feat(menu-bar): add option to hide menu bar icon by @wojciech-kulik in #283
- feat(cli): add
--with-windows-count
flag forget-app
command by @wojciech-kulik in #284 - feat(floating-apps): keep floating app focused when switching workspace by @wojciech-kulik in #285
- feat(workspaces): add option
Keep unassigned apps on switch
by @wojciech-kulik in #286
🐞 Bug Fixes
- fix(floating-apps): incorrect focus behavior by @wojciech-kulik in #287
- fix(workspaces): tracking last focused app by @wojciech-kulik in #288
What's Changed
🐞 Bug Fixes
- fix(pip): Google Meet Picture-in-Picture in Chrome by @wojciech-kulik in #280
Full Changelog: v3.3.39...v3.3.40
What's Changed
🤩 Features
- feat(profiles): removed selected profile id from config file by @wojciech-kulik in #275
⚙️ Other
- docs: updated README (tips & tricks) by @wojciech-kulik in #267
Full Changelog: v3.2.38...v3.3.39
What's Changed
🤩 Features
- feat(pip): added screen corner offset setting by @wojciech-kulik in #265
⚙️ Other
- docs: updated sponsors by @wojciech-kulik
Full Changelog: v3.1.37...v3.2.38
What's Changed
🤩 Features
- feat(workspaces): added setting to skip empty workspaces by @wojciech-kulik in #256
🐞 Bug Fixes
- fix: use system default shell instead of /bin/sh by @wojciech-kulik in #251
⚙️ Other
- docs: updated demo video by @wojciech-kulik in #252
Full Changelog: v3.0.36...v3.1.37
What's Changed
You can now fully customize various swipe gestures, boosting your trackpad capabilities 🔥
⚙️ Breaking Changes
The config for gestures has been changed. You may need to configure this feature again.
🤩 Features
- feat(gestures)!: fully configurable gestures + added vertical swipes by @wojciech-kulik in #243
- feat(workspaces): add optional transition animation by @sergiopatino in #236
- feat(workspaces): added transition settings by @sergiopatino in #240
- feat(workspaces): remember floating app as "Last Focused" by @sergiopatino in #242
🤔 Other
- ci: PR title check by @woj
What's Changed
⚙️ Config Breaking Changes
- renamed
enableThreeFingersSwipe
toenableSwipeGesture
- renamed
naturalDirection
toswipeNaturalDirection
🤩 Features
- feat(gestures): improved gesture detection by @wojciech-kulik in #233
- feat(cli): added
with-bundle-id
flag forlist-running-apps
command by @wojciech-kulik in #234 - feat(workspaces): user-defined Picture-in-Picture apps by @wojciech-kulik in #235
- feat(gestures)!: add four finger swipe support by @sergiopatino in #229
New Contributors
- @sergiopatino<