{"id":25162949,"url":"https://github.com/bannawandoor27/dirac","last_synced_at":"2026-04-21T16:36:16.670Z","repository":{"id":275255686,"uuid":"925520551","full_name":"bannawandoor27/Dirac","owner":"bannawandoor27","description":"An intelligent terminal interface that understands natural language commands, making command-line operations more intuitive and accessible.","archived":false,"fork":false,"pushed_at":"2025-02-01T12:56:28.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T09:46:13.788Z","etag":null,"topics":["ai-cli","ai-command-generator","ai-powered-terminal","async-rust","cli","dirac","intelligent-command-suggestions","interactive-cli","rust","rustyline","terminal"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bannawandoor27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-01T04:06:04.000Z","updated_at":"2025-02-01T12:56:32.000Z","dependencies_parsed_at":"2025-04-03T14:43:22.461Z","dependency_job_id":null,"html_url":"https://github.com/bannawandoor27/Dirac","commit_stats":null,"previous_names":["bannawandoor27/dirac"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bannawandoor27/Dirac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannawandoor27%2FDirac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannawandoor27%2FDirac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannawandoor27%2FDirac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannawandoor27%2FDirac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bannawandoor27","download_url":"https://codeload.github.com/bannawandoor27/Dirac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannawandoor27%2FDirac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32100516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-cli","ai-command-generator","ai-powered-terminal","async-rust","cli","dirac","intelligent-command-suggestions","interactive-cli","rust","rustyline","terminal"],"created_at":"2025-02-09T03:30:59.844Z","updated_at":"2026-04-21T16:36:16.639Z","avatar_url":"https://github.com/bannawandoor27.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Dirac\n\n\u003e 🧠 An AI-Powered Terminal That Understands Natural Language\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003c/div\u003e\n\n## 🌟 Overview\n\ndirac-terminal is a revolutionary terminal application that leverages artificial intelligence to understand and process natural language commands. It bridges the gap between human language and command-line operations, making terminal interactions more intuitive and efficient.\n\n## ✨ Features\n\n- 🧠 **Natural Language Processing**: Understand and execute commands written in plain English\n- 🔍 **Smart Command Completion**: Intelligent suggestions based on context and history\n- 📁 **File Path Completion**: Seamless navigation through your filesystem\n- 📝 **Command History**: Searchable history with smart filtering\n- 🔌 **Plugin System**: Extensible architecture for custom functionality\n- 🎨 **Modern Interface**: Colorful and intuitive terminal UI\n- ⌨️ **Emacs-style Keybindings**: Familiar keyboard shortcuts\n- 🔄 **Signal Handling**: Proper handling of CTRL-C and CTRL-Z\n\n## 🚀 Installation\n\n### Prerequisites\n\n- Rust and Cargo (latest stable version)\n- [Ollama](https://ollama.ai/) for AI processing\n\n### Quick Start\n\n```bash\n# Install from crates.io\ncargo install dirac-terminal\n\n# Or build from source\ngit clone https://github.com/bannawandoor27/dirac-terminal.git\ncd dirac-terminal\ncargo install --path .\n```\n\n## 🎯 Usage\n\n```bash\n# Start dirac-terminal\ndirac-terminal\n\n# Use natural language commands\n\u003e show me all pdf files modified in the last week\n\u003e create a new python virtual environment\n\u003e what's using port 8080?\n```\n\n## 🛠 Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/bannawandoor27/dirac-terminal.git\n\n# Navigate to project directory\ncd dirac-terminal\n\n# Install dependencies and build\ncargo build\n\n# Run tests\ncargo test\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👤 Author\n\n**Hasanulbanna**\n\n- GitHub: [@bannawandoor27](https://github.com/bannawandoor27)\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ by Hasanulbanna\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbannawandoor27%2Fdirac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbannawandoor27%2Fdirac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbannawandoor27%2Fdirac/lists"}