Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thmsbfft/oryoki
Ōryōki [応量器] is an experimental web browser with a thin interface.
https://github.com/thmsbfft/oryoki
electron experimental
Last synced: 2 months ago
JSON representation
Ōryōki [応量器] is an experimental web browser with a thin interface.
- Host: GitHub
- URL: https://github.com/thmsbfft/oryoki
- Owner: thmsbfft
- License: mit
- Created: 2016-05-13T03:48:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T01:53:15.000Z (over 6 years ago)
- Last Synced: 2024-08-03T01:37:03.339Z (6 months ago)
- Topics: electron, experimental
- Language: JavaScript
- Homepage: http://oryoki.io/
- Size: 1.73 MB
- Stars: 484
- Watchers: 16
- Forks: 32
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#### ōryōki
---
Ōryōki [応量器] is an **experimental** web browser with a thin interface.
Use it to quietly browse the Internet, archive and capture visuals. Use it to tune down the noise — so maybe don’t use it too often.
Ōryōki is an [Electron](https://electron.atom.io/) app, meaning that it more or less renders like Chrome, and that all websites are safely sandboxed in a `webview`. Only for MacOS (for now).
⚆⚆
#### features
---
→ See [user manual](https://github.com/thmsbfft/oryoki/blob/master/USER-MANUAL.md) for a more complete run-through.
* Frameless browsing
* Picture-in-picture
* Magic screenshots
* Video recording
* Visual filters (invert, grayscale)
* Night mode
* Devtools
* Search dictionary#### shortcuts
---
| what | how |
| :--------------------------------- | :-------------------------------------------------------------- |
| *• navigation* | |
| toggle omnibox | cmd L |
| direct search | ctrl return |
| *• window management* | |
| toggle title bar | cmd / |
| toggle window helper | cmd alt M |
| cycle thru windows | ctrl tab |
| apply preset size | cmd 1, 2, 3, etc. |
| *• image* | |
| save screenshot | cmd shift ~ |
| copy screenshot | cmd shift C |
| start recording | cmd shift P |
| stop recording | cmd alt shift P |
| *• utilities* | |
| open preferences | cmd , |
| toggle night mode | cmd ctrl N |
| toggle mini console | cmd alt C |
| filter: invert | cmd I |
| filter: grayscale | cmd G |#### status
---
Beta. Developed by [@thmsbfft](https://twitter.com/thmsbfft).
#### build from source
----
Latest updates and work-in-progress features are on the [dev](https://github.com/thmsbfft/oryoki/tree/dev) branch.
```
# clone the project
git clone https://github.com/thmsbfft/oryoki.git# checkout /dev
git branch -a
git checkout dev# install dependencies
npm install# package the app
npm run package
```→ `/build/Oryoki-darwin-x64/Oryoki.app`
#### contributing
---
Feedback and suggestions welcome here, or [email protected].
---
#### license → [mit](LICENSE.md)