Skip to content

Commit

Permalink
New demo video, updated readme, added release files
Browse files Browse the repository at this point in the history
  • Loading branch information
curzel-it committed Aug 7, 2022
1 parent 2b079cf commit 07df605
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = it.curzel.pipper;
PRODUCT_BUNDLE_IDENTIFIER = it.curzel.pipper.poc;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -587,7 +587,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = it.curzel.pipper;
PRODUCT_BUNDLE_IDENTIFIER = it.curzel.pipper.poc;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,23 @@ I sometimes like to have a window stay always visible on screen, so I did this.
If you have an ultrawide monitor I am sure you can understand!

![Demo](demo.gif)

## Features

* Bookmark any URL for quick access
* Search text with `CMD + Shift + F`
* Search text from clipboard with `CMD + Shift + V`
* Configurable User Agent
* Configurable Search Engine
* Floats over other windows (can be disabled)
* Supports multiple windows

## Install and Run

Latest build is available in Releases, but if you want to build it:

1. Clone the project
1. Launch with Xcode
1. Wait for SPM to resolve dependencies
1. Run `Pipper` target

Binary file modified demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07df605

Please sign in to comment.