Metadata-Version: 2.1
Name: pchaa
Version: 1.0.2
Summary: pchaa
Home-page: https://github.com/rushic24/pchaa
Author: Rushi Chaudhari
Author-email: rushic24@gmail.com
License: UNKNOWN
Keywords: python,pchaa,power,terminal
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: python-libxdo
Requires-Dist: prompt-toolkit


# Power Search and Autocomplete


# Why PCHAA?
- FOSS
- Not Electron based
- Works with your existing terminal & shell
- Customize text search algorithms as per your need

# Demo

![pchaa](https://user-images.githubusercontent.com/6279035/177213296-1e8af323-fd62-4f1b-a8c5-89e2e99d6701.gif)

# Project Goals

The goal of the project is to create a beautiful experience for Terminals users. All of the alternative versions for such projects were ElectronJS based, I needed something minimal with easy to update custom search algorithms

**Install dependancies**
```
pip install python-libxdo prompt_toolkit 
```

**Run**
```
python main.py
```

## Next steps:

Clean and filter the bash history and integrate Naive Bayes algorithm for next command prediction


