MacOS软件推荐
# 软件管理类
# applite
第三方HomebrewGUI安装工具 User-friendly GUI macOS application for Homebrew Casks
Applite is a free and open-source macOS application that streamlines the installation and management of third-party apps using Homebrew. The app is built using Swift and SwiftUI.
Applite aims to be more of an app store for third-party apps than a full-blown homebrew GUI wrapper. The main goal of the application is to bring the convenience of Homebrew casks to the non-technical user. So the UI was designed with simplicity and ease of use in mind.
# 安装
brew install applite
# App Cleaner & Uninstaller
App cleaner remover that will help you uninstall apps on your Mac entirely and remove every single trace of them.
# 安装
使用applite安装
# Mist
Mac OS系统镜像管理工具 A Mac utility that automatically downloads macOS Firmwares / Installers:
# 安装
brew install --cask mist
# Xcodes.app
Xcode多版本管理工具 The easiest way to install and switch between multiple versions of Xcode.
# 安装
brew install --cask xcodes
# 终端类
# mactop
Mac OS 系统下的 top 命令 mactop is a terminal-based monitoring tool "top" designed to display real-time metrics for Apple Silicon chips written by Carsen Klock. It provides a simple and efficient way to monitor CPU and GPU usage, E-Cores and P-Cores, power consumption, and other system metrics directly from your terminal!
# 安装
brew install mactop
# trash
CLI tool that moves files or folder to the trash
# 安装
brew install trash
# fzf
fzf is a general-purpose command-line fuzzy finder.
# 安装
brew install fzf
# atuin
Making your shell magical, Sync, search and backup shell history with Atuin
# 安装
brew install atuin
# 配置
# 登陆账号
atuin login
# 集成fish
vim ~/.config/fish/config.fish
# 添加
atuin init fish | source
2
3
# thefuck
自动修复命令拼写错误
# 安装
brew install thefuck
# 配置
echo "thefuck --alias | source" >> ~/.config/fish/config.fish
# 便捷类
# shortcutdetective
检测全局快捷键被什么软件占用 detects which app receives a keyboard shortcut.
# 安装
brew install --cask shortcutdetective