| Crates.io | dirac-terminal |
| lib.rs | dirac-terminal |
| version | 0.1.0 |
| created_at | 2025-02-01 12:51:34.487099+00 |
| updated_at | 2025-02-01 12:51:34.487099+00 |
| description | An AI-powered terminal that understands natural language |
| homepage | |
| repository | https://github.com/bannawandoor27/dirac-terminal |
| max_upload_size | |
| id | 1538415 |
| size | 82,881 |
Dirac 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.
# Clone the repository
git clone https://github.com/bannawandoor27/dirac.git
# Navigate to the project directory
cd dirac
# Build and install
cargo install --path .
# Start Dirac
dirac
# Use natural language commands
> show me all pdf files modified in the last week
> create a new python virtual environment
> what's using port 8080?
# Clone the repository
git clone https://github.com/bannawandoor27/dirac.git
# Navigate to project directory
cd dirac
# Install dependencies and build
cargo build
# Run tests
cargo test
Contributions 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.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.
Hasanulbanna