Skip to content

Commit

Permalink
feat: add calculation feature & refactor codebase (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthJadhav authored Jan 3, 2023
1 parent 177e4d6 commit 7075a4a
Show file tree
Hide file tree
Showing 14 changed files with 952 additions and 269 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# Verve

![Verve App Logo](./docs/Banner-Image.png)

Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. It serves as a replacement for popular tools such as Spotlight, Raycast, and Alfred, and is written in the Rust programming language using the Tauri Framework.

🚧 Despite being in the early stages of development, Verve is already showing great promise as a reliable and efficient tool for organizing and accessing important information on your computer. We are actively seeking contributors to help us continue improving and expanding the capabilities of Verve. If you are interested in getting involved and making a positive impact on this exciting project, we welcome your participation.

## 📥 Preview
#### [📥 Download Verve](#📥-downloading)

## ⛰️ Preview

<small>If preview is not loaded, please visit here [preview gif](./docs/preview.gif).</small>

![Verve App Preview](./docs/preview.gif)
<img src="./docs/app.png" alt="drawing" width="620"/>
<img src="./docs/preferences.png" alt="drawing" width="620"/>

## 🚀 Features
<img src="https://user-images.githubusercontent.com/42001064/210351599-bc19bd5b-2872-4bed-80fc-b687508a6faa.png" alt="drawing" width="620"/>


## 📥 Downloading

To download Verve, visit the [releases section](https://github.com/ParthJadhav/verve/releases) of the project's repository on GitHub. There, you will find the latest version of the app available for download in the form of a DMG file. Simply click on the download link and follow the prompts to install the app on your computer.
Expand All @@ -30,7 +37,6 @@ Download themes: [Themes](./docs/themes.md)

Contributions would be amazing 👆


## 💫 Upcoming Features

- Extension support [Linked Issue](https://github.com/ParthJadhav/verve/issues/13)
Expand Down Expand Up @@ -66,14 +72,15 @@ If you encounter any issues, try running `yarn tauri build` after installing dep

## 🛠️ Building for Production

### Adding Targets:
### Adding Targets

```bash
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
```

### Building:
### Building

```bash
yarn package-and-build
```
Expand Down
Binary file removed docs/app.png
Binary file not shown.
Binary file modified docs/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7075a4a

Please sign in to comment.