Search Your Documents Like a Pro
Oboyu is a powerful command-line tool that transforms how you find information in your local documents. Whether you're managing personal notes, technical documentation, or research papers, Oboyu helps you discover the right content instantly.
Why Choose Oboyu?โ
๐ Instant Search Across All Your Documentsโ
Stop wasting time hunting through folders. Index once, search forever.
# Index your documents
oboyu index ~/Documents
# Find what you need instantly
oboyu search "project deadline"
# Enrich CSV data with knowledge from your documents
oboyu enrich companies.csv schema.json --output enriched.csv
๐ง Smart Semantic Understandingโ
Oboyu doesn't just match keywordsโit understands meaning and context.
# These all find relevant documents:
oboyu query --query "budget planning" # Finds "financial projections"
oboyu query --query "team meeting notes" # Finds "standup discussions"
oboyu query --query "how to configure SSL" # Finds setup tutorials
๐ฏ๐ต Excellent Japanese Supportโ
Native Japanese text processing with proper tokenization and semantic understanding.
# Search Japanese content naturally
oboyu query --query "ๆฉๆขฐๅญฆ็ฟใฎๅบ็ค"
oboyu query --query "ๆๆฅใฎไผ่ญฐใซใคใใฆ"
๐ค Claude AI Integrationโ
Connect with Claude Desktop for AI-powered document assistance.
Common Use Casesโ
๐ GitHub Issues & Project Managementโ
Never lose track of bug reports, feature requests, or project status again.
- Find related GitHub issues instantly
- Track bug reports and feature requests
- Discover development patterns and solutions
๐ป Technical Documentationโ
Search through code documentation, API references, and technical guides.
- Find configuration examples quickly
- Locate troubleshooting guides
- Search across multiple project docs
๐ Research & Academic Papersโ
Organize and search through research papers, notes, and academic content.
- Find papers by topic or methodology
- Search through literature reviews
- Discover related research quickly
๐ Personal Knowledge Managementโ
Transform your personal notes into a searchable knowledge base.
- Find old ideas and thoughts
- Search across journals and notes
- Connect related concepts
Get Started in 3 Minutesโ
1. Install Oboyuโ
pip install oboyu
2. Index Your Documentsโ
oboyu index ~/Documents
3. Start Searchingโ
oboyu query --query "what you're looking for"
Real User Workflowsโ
Daily Knowledge Workerโ
# Morning routine: catch up on recent updates
oboyu query --query "status update OR meeting"
# Find documents for upcoming meeting
oboyu query --query "project alpha timeline"
# Quick reference lookup
oboyu query --query "API authentication examples"
Research Workflowโ
# Find papers on specific methodology
oboyu query --query "quantitative analysis methods" --mode vector
# Locate previous research notes
oboyu query --query "literature review notes"
# Cross-reference findings
oboyu query --query "similar to current-paper.pdf" --mode vector
Development Workflowโ
# Find configuration examples
oboyu query --query "nginx SSL configuration"
# Search through documentation
oboyu query --query "error handling best practices"
# Locate troubleshooting guides
oboyu query --query "deployment issues solutions"
Tool Features That Make the Differenceโ
Multiple Search Modesโ
- Keyword search: Perfect for exact terms and technical identifiers
- Semantic search: Understands concepts and natural language
- Hybrid mode: Best of both worlds for highest quality results
Smart Filteringโ
# Filter by file type
oboyu query --query "configuration"
# Filter by date
oboyu query --query "meeting notes"
# Filter by location
oboyu query --query "API docs"
Performance Optimizedโ
- Lightning-fast searches across millions of documents
- Incremental indexing for quick updates
- Memory-efficient processing
Integration Readyโ
- Claude Desktop: AI-powered document assistance
- Command line: Scriptable and automation-friendly
- Multiple formats: Markdown, text, code, and more
Documentation Structureโ
This documentation is organized around practical usage:
- Getting Started: Install and run your first search
- Usage Examples: Learn essential daily workflows
- Real-world Scenarios: Domain-specific examples
- Configuration: Optimize for your needs
- Integration: Connect with other tools
- Architecture: How Oboyu works internally
Community & Supportโ
- GitHub Repository: Source code and releases
- Issue Tracker: Bug reports and feature requests
- Discussions: Community Q&A
Ready to Transform Your Document Search?โ
Install Oboyu โ or Try the Quick Start โ
Oboyu is open source software licensed under the MIT License