Skip to content

Commit

Permalink
📝 Rename project to Clipper-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
GirkovArpa committed Feb 5, 2021
1 parent b6cc9c8 commit 54794a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.exe
*.dll
*.dll
build
dist
16 changes: 11 additions & 5 deletions README.md
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">
Expand All @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit 54794a9

Please sign in to comment.