| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Lightning-fast access to your most valuable knowledge, right from your macOS menu bar.
Never lose a brilliant idea, useful command, or important note again.
Remi transforms your macOS menu bar into a supercharged knowledge management system. It's your personal assistant for storing, organizing, and instantly accessing:
Access everything with a single hotkey. No more hunting through files, bookmarks, or sticky notes.
Your knowledge, instantly accessible from anywhere on macOS
Organize your knowledge into focused "Nooks" - think of them as smart, AI-enhanced notepads:
📂 My Nooks/ ├── 🤖 AI Prompts/ # Daily prompts for ChatGPT, Claude, etc. ├── 🐳 Docker Commands/ # Container management snippets ├── 🔧 Terminal Shortcuts/ # Bash/Zsh one-liners ├── 💡 Project Ideas/ # Brilliant thoughts and concepts ├── 📝 Meeting Notes/ # Quick capture during calls └── 🎯 Daily Workflows/ # Step-by-step processes
# Docker Nook
🐳 Quick Docker Commands
## Container Management
docker ps -a # List all containers
docker logs -f container_name # Follow logs
docker exec -it container_name bash # Interactive shell
## Cleanup Commands
docker system prune -a # Clean everything
docker volume prune # Remove unused volumes
## Useful One-liners
docker run --rm -v $(pwd):/app node:16 npm install# AI Prompts Nook
🤖 Daily AI Prompts
## Code Review
"Review this code for security, performance, and best practices.
Provide specific suggestions with examples."
## Content Creation
"Transform this rough draft into polished, engaging content while
maintaining the original tone and key messages."
## Problem Solving
"Break down this complex problem into manageable steps and suggest
the most efficient approach."# Server Management Nook
🖥️ Server Commands
## System Monitoring
htop # Interactive process viewer
df -h # Disk usage
netstat -tulpn # Network connections
journalctl -f # Follow system logs
## Quick Diagnostics
curl -I website.com # Check HTTP headers
ping -c 4 8.8.8.8 # Test connectivityNote: This is an unsigned development build. The right-click → Open method is required only for the first launch to bypass macOS Gatekeeper security.
Remi now includes robust error handling and null-safe operations:
The AI assistance has been completely redesigned:
Your settings are now remembered across sessions:
Streamlined architecture for better performance:
Customize your hotkey in Settings:
Add your Groq API key for intelligent features:
Enable in Settings to have Remi ready when you start your Mac.
Remi is built with modern macOS development practices and focuses on native performance:
🏛️ Architecture Overview ├── 🎯 SwiftUI Interface # Native, responsive UI with modern components ├── 🧠 AI Integration # Native URLSession + Groq API ├── 📁 File-based Storage # Simple, portable nooks ├── ⚡ Global Hotkey System # System-wide accessibility ├── 🎨 Theme Management # Dark/Light mode with persistence ├── 🛡️ Error Handling # Robust, crash-safe operations └── 🔄 Undo/Redo System # Native UndoManager integration
remi/ ├── App/ # App lifecycle and configuration │ ├── AppDelegate.swift # Menu bar setup and app coordination │ └── remiApp.swift # SwiftUI app entry point ├── Core/ # Business logic and data management │ ├── Models/ # Data models (Nook) │ └── Services/ # Core services (AI, networking, settings) ├── UI/ # User interface components │ ├── Theme/ # Theme system and color management │ ├── ViewModels/ # MVVM architecture │ └── Views/ # SwiftUI views and components │ ├── Components/ # Reusable UI components │ ├── Reusable/ # Generic reusable views │ └── Settings/ # Settings and configuration views └── Utils/ # Utilities and helpers
We welcome contributions! Here's how you can help:
# Clone the repository
git clone https://github.com/Ashref-dev/remi-notes-project.git
cd remi-notes-project
# Open in Xcode
open remi.xcodeproj
# Build and run
⌘ + RRemi is open source software licensed under the MIT License. See LICENSE for details.
Built with ❤️ using:
Special thanks to the Swift community for excellent libraries and continuous innovation in macOS development.
Transform your workflow with Remi - where knowledge meets convenience.
⬇️ Download Latest Release
·
💬 Join Community
·
🐛 Report Bug
| Back | FazBrowse Home | New Git URL |