Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/curzel-it/pipper
- Owner: curzel-it
- License: mit
- Created: 2021-09-24T11:23:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T11:34:43.000Z (2 months ago)
- Last Synced: 2024-12-11T12:30:14.489Z (2 months ago)
- Language: Swift
- Size: 56 MB
- Stars: 89
- Watchers: 5
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - 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 (Swift)
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!## 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