Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/curzel-it/pipper

App that allows users to keep a webview always visible on their screen, on top of other windows, like for watching youtube while working and stuff. Still a proof of concept
https://github.com/curzel-it/pipper

Last synced: 24 days ago
JSON representation

App that allows users to keep a webview always visible on their screen, on top of other windows, like for watching youtube while working and stuff. Still a proof of concept

Awesome Lists containing this project

README

        

# Pipper
Just a webview in a window configured to be floating over other apps.

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!



App Store

## Use Cases
### MOTU AVB Mixer
Thanks to James Steele from the MOTUnation [Forum](https://www.motunation.com/forum/index.php) and [YouTube Channel](https://www.youtube.com/user/MOTUNATION) for showing how Pipper can be used with the MOTU AVB Mixer [in this video](https://www.youtube.com/watch?v=uZrAAGjKsAI).
![Demo](Gallery/demo.gif)

### Audio Monitoring
While Pipper can't access your mac Microphone or Camera (for now at least), you can setup a local webserver to do so, and use pipper to display informations.

For an example of this see [this Python script](https://github.com/curzel-it/pipper/blob/main/docs/use-cases/audio-reporting/audio_reporting.py).

## 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
* No tracking

## Gallery
![Bookmarks](Gallery/bookmarks.png)
![Search](Gallery/search.png)
![Settings](Gallery/settings.png)

## Install and Run
Latest build is available in Releases, to build from source:

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