-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
b6cc9c8
commit 54794a9
Showing
2 changed files
with
14 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
*.exe | ||
*.dll | ||
*.dll | ||
build | ||
dist |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<p align="center"> | ||
<img alt="Clipper" title="Clipper" src="[email protected]"> | ||
<h1 align="center"> Clipper*</h1> <br> | ||
<img alt="Clipper-lite" title="Clipper-lite" src="[email protected]"> | ||
<h1 align="center"> Clipper-lite</h1> <br> | ||
<p align="center"> | ||
*A clone of the original <a href="https://github.com/AkashRajpurohit/clipper">Clipper</a>, a cross-platform clipboard manager, made with <a href="https://github.com/c-smile/sciter-sdk">Sciter</a> instead of Electron. | ||
A clone of the original <a href="https://github.com/AkashRajpurohit/clipper">Clipper</a>, a cross-platform clipboard manager, made with <a href="https://github.com/c-smile/sciter-sdk">Sciter</a> instead of Electron. | ||
</p> | ||
|
||
<p align="center"> | ||
|
@@ -18,7 +18,7 @@ The original as an Electron app is `165`mb. | |
|
||
In contrast, the Sciter release is only `6`mb (`3`mb compressed). | ||
|
||
I used [Quark](https://quark.sciter.com/) (Sciter's equivalent of [electron-builder](https://www.electron.build/)) to pack the program's resources into a single executable, and [here](https://github.com/GirkovArpa/clipper-sciter/releases) is the result. I've only packaged for Windows at the moment. | ||
I used [Quark](https://quark.sciter.com/) (Sciter's equivalent of [electron-builder](https://www.electron.build/)) to pack the program's resources into a single executable, and [here](https://github.com/GirkovArpa/clipper-lite/releases) is the result. | ||
|
||
Not only is the filesize over a magnitude of order lighter, but it starts up way faster and without an empty gray window at the beginning. | ||
|
||
|
@@ -34,7 +34,13 @@ I would like to emphasize that this not a port, but (my attempt at) a clone. Sin | |
|
||
## Usage | ||
|
||
Run [`scapp.exe`](https://github.com/c-smile/sciter-sdk/tree/master/bin.win/x64) in this folder. | ||
Run the appropriate **scapp** binary corresponding your operating system inside this folder from one of the following links: | ||
|
||
- [Windows](https://github.com/c-smile/sciter-sdk/tree/master/bin.win) | ||
- [Mac](https://github.com/c-smile/sciter-sdk/tree/master/bin.osx) | ||
- [Linux](https://github.com/c-smile/sciter-sdk/tree/master/bin.lnx) | ||
|
||
Alternatively, download an executable pre-packaged with [Quark](https://quark.sciter.com) from the [Releases](https://github.com/GirkovArpa/clipper-lite/releases). | ||
|
||
## Packaging | ||
|
||
|