Created
April 4, 2025 00:52
-
-
Save ohong/a09fd28269c1fe7e6eeaec0b071837f6 to your computer and use it in GitHub Desktop.
Oscar's Tools & Apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Command line tools | |
| brew 'ata' # ChatGPT in the terminal | |
| brew 'cask' # Extension to brew supporting installation of graphical applications | |
| brew 'ffmpeg' # Complete solution to record, convert and stream audio and video | |
| brew 'gh' # GitHub's CLI | |
| brew 'git' # Version control | |
| brew 'htop' # Interactive process viewer, an enhanced version of top | |
| brew 'imagemagick' # Command-line tool for manipulating images | |
| brew 'mailsy' # Command-line email client or email utility | |
| brew 'mas' # Mac App Store command-line interface | |
| brew 'mpv' # Free, open-source media player | |
| brew 'neovim' # Hyperextensible Vim-based text editor | |
| brew 'node' # JavaScript runtime environment | |
| brew 'numpy' # Python library for numerical computing | |
| brew 'python' # Programming language interpreter | |
| brew 'speedtest-cli' # Command-line interface for testing internet bandwidth | |
| brew 'wifi-password' # Utility to get the password of the current WiFi network | |
| brew 'yt-dlp' # YouTube video downloader | |
| # Applications | |
| cask '1password' # Password manager and secure digital vault | |
| cask 'appcleaner' # Tool to uninstall unwanted apps completely | |
| cask 'arc' # Chromium-based browser with unique tab management | |
| cask 'bartender' # Menu bar icon organizer | |
| cask 'claude' # Native desktop application for Claude AI | |
| cask 'clay' # Relationship management tool | |
| cask 'cursor' # Code editor with AI capabilities, based on VSCode | |
| cask 'daisydisk' # Disk space analyzer and cleaner | |
| cask 'descript' # All-in-one audio/video editing software | |
| cask 'discord' # Voice, video, and text chat platform | |
| cask 'ghostty' # Terminal alternative | |
| cask 'granola' # AI meeting notes | |
| cask 'linear-linear' # Project management and issue tracking tool | |
| cask 'logi-options+' # Mouse and keyboard customization for Logitech devices | |
| cask 'loom' # Screen recording and video sharing tool | |
| cask 'macwhisper' # Transcription app using OpenAI's Whisper model | |
| cask 'mochi' # Spaced repetition flashcard app | |
| cask 'notion' # All-in-one workspace for notes, tasks, wikis, and databases | |
| cask 'notion-calendar' # Calendar app integrated with Notion | |
| cask 'numi' # Calculator app with natural language processing | |
| cask 'ollama' # Local large language model runner | |
| cask 'poe' # AI chat client for multiple models | |
| cask 'postman' # API development environment | |
| cask 'raindropio' # Bookmark manager | |
| cask 'raycast' # Productivity tool and application launcher | |
| cask 'rode-connect' # Software for RØDE microphones and audio devices | |
| cask 'screen-studio' # Screen recording and editing software | |
| cask 'shortcat' # Keyboard productivity tool for navigating macOS | |
| cask 'slack' # Team communication and collaboration platform | |
| cask 'streamlabs' # Streaming software for live broadcasts | |
| cask 'thingsmacsandboxhelper' # Helper app for Things task manager | |
| cask 'visual-studio-code' # Source code editor by Microsoft | |
| cask 'warp' # Terminal replacement | |
| cask 'windsurf' # Customizable window manager | |
| cask 'zoom' # Video conferencing tool | |
| # Mac App Store Applications | |
| mas 'Bear', id: 1091189122 # Markdown notes app with advanced organization | |
| mas 'Drafts', id: 1435957248 # Text capture and note-taking app | |
| mas 'Kindle', id: 302584613 # E-book reader from Amazon | |
| mas 'Things', id: 904280696 # Task manager and to-do list app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment