-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
77 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Clipboard-History | ||
description: A quick guide to install Clippy. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Cloud-Sync | ||
description: A quick guide to install Clippy. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: File-Support | ||
description: A quick guide to install Clippy. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Hotkeys | ||
description: A quick guide to install Clippy. | ||
--- | ||
|
||
- Display/hide **ctrl+y** or **ctrl+d** (change in settings) | ||
- Type out clipboard **ctrl+b** (where pasting isn't allowed) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: Quick Start | ||
description: A quick guide to install Clippy. | ||
--- | ||
|
||
<p align="center"> | ||
<br /> | ||
Clipboard Manager made with Tauri, Solid & Sea-Orm | ||
<br /> | ||
<a href="https://github.com/0-don/clippy/releases/latest">Try it out</a> | ||
· | ||
<a href="https://github.com/0-don/clippy/issues">Report Bug</a> | ||
· | ||
<a href="https://github.com/0-don/clippy/issues">Request Feature</a> | ||
<br /> | ||
</p> | ||
|
||
<p align="center"> | ||
<b>Successor of <a href="https://github.com/0-don/clippy-ts">the Electron Clippy</a></b> | ||
</p> | ||
|
||
--- | ||
|
||
# Installation Guide | ||
|
||
Welcome to your **Installation Guide**! This is where you'll find the essential steps to set up and configure Clippy successfully. | ||
|
||
## Prerequisites | ||
|
||
Before you begin, ensure you have the following installed: | ||
|
||
- [Rust](https://www.rust-lang.org/tools/install) | ||
- [Node.js](https://nodejs.org/en/download/) | ||
- [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites/) | ||
|
||
> **Note:** Replace these prerequisites with your project's specific requirements if necessary. | ||
--- | ||
|
||
## Installation Overview | ||
|
||
- [Download / Clone](#download--clone) | ||
- [Install Dependencies](#install-dependencies) | ||
- [Run the Application](#run-the-application) | ||
- [Tested Platforms](#tested-platforms) | ||
|
||
--- | ||
|
||
## Download / Clone | ||
|
||
You can download the project from [GitHub](https://github.com/0-don/clippy) or clone it via: | ||
|
||
```bash | ||
git clone https://github.com/0-don/clippy.git | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters