Skip to content

Commit

Permalink
merged demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bm777 committed Mar 3, 2024
2 parents b0143a1 + dbd8e79 commit a950933
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

Hask AI is a customizable, open-source application that allows users to quickly search the internet and receive instant results. It offers a seamless experience, accessible through a keyboard shortcut, and empowers users to leverage the power of PPLX API.

![Hask AI](assets/record.gif)

<figure class="video_container">
<video controls="true" allowfullscreen="true">
<source src="./assets/demo.mov" type="video/mp4">
</video>
</figure>


## Features

Expand All @@ -13,13 +19,17 @@ Hask AI is a customizable, open-source application that allows users to quickly
- **Dark Mode**: Switch between light and dark mode for a comfortable viewing experience. (WIP)
- **Open Source**: Free and open-source software, allowing for community contribution and customization.

## Release
It is available for Windows, Mac, and Linux.
[Download page](https://github.com/bm777/hask/releases)
## Executable
It is available

[Mac Silicon (M1, M2, M3) ](https://github.com/bm777/hask/releases)
[Mac Intel ](https://github.com/bm777/hask/releases)
[Windows](https://github.com/bm777/hask/releases)
[Linux]()


## Installation and Usage
1. Clone the repository:
## 1. Development
Clone the repository:

```bash
git clone https://github.com/bm777/hask.git
Expand All @@ -30,17 +40,14 @@ npm run dev
# or build for your platform
npm run build
```
2. Usage:

## 2. Usage
It is the same scenario in dev or build mode.
- Open the app and use the keyboard shortcut (default: Option+X) to open the application.
- Open the app via Option+X
![Hask AI](assets/empty.png)

- Configure the pplx api token.
![Hask AI](assets/token.png)

- Perform a search by typing in your query and pressing Enter.
- Enjoy instant results from the internet!
![Hask AI](assets/hey.png)

## Contributing
Contributions are welcome! If you have any ideas for new features or improvements, feel free to open an issue or submit a pull request.

0 comments on commit a950933

Please sign in to comment.