[HN Gopher] Janito - A Claude-powered CLI assistant for developers
       ___________________________________________________________________
        
       Janito - A Claude-powered CLI assistant for developers
        
       Author : joaompinto
       Score  : 8 points
       Date   : 2025-03-23 12:41 UTC (10 hours ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | joaompinto wrote:
       | Show HN: Janito is a CLI tool I built that brings Anthropic's
       | Claude AI to your terminal for coding tasks and file management.
       | It's designed to help developers stay in their workflow without
       | context-switching to browsers or other tools.
       | 
       | Key features: - Intelligent file management with real-time output
       | - Code search and editing capabilities - Token usage tracking
       | with cost reporting - Web page fetching for research - Parameter
       | profiles to optimize Claude for different tasks - Conversation
       | history with ability to resume previous discussions - Trust mode
       | for concise output
       | 
       | Example usage: ``` # Create a project janito "Create a Python
       | script that fetches data from the GitHub API"
       | 
       | # Enhance it janito "Add error handling and rate limiting"
       | 
       | # Continue the conversation janito --continue "Add command-line
       | arguments" ```
       | 
       | It's built with Python and requires an Anthropic API key. I'd
       | appreciate any feedback or suggestions for improvement.
       | 
       | GitHub: https://github.com/joaompinto/janito PyPI:
       | https://pypi.org/project/janito/
       | 
       | Install: pip install janito
        
       ___________________________________________________________________
       (page generated 2025-03-23 23:01 UTC)