Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtinth/dtinth-toolbox
An Electron-based personal productivity toolbox
https://github.com/dtinth/dtinth-toolbox
electron keynote
Last synced: about 1 month ago
JSON representation
An Electron-based personal productivity toolbox
- Host: GitHub
- URL: https://github.com/dtinth/dtinth-toolbox
- Owner: dtinth
- Created: 2020-03-23T16:13:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T05:25:35.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:07:06.828Z (8 months ago)
- Topics: electron, keynote
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toolbox
A kitchen-sink where I make toy around Electron-based utilities.
## iframe
Displays an arbitrary URL inside an Electron iframe without sandboxing.
Can be used to launch other Electron-based utilities without having to install a separate copy of Electron.## keynote
Saving and recalling viewport position (zooming and panning) in Keynote.
## screen
Simple screen recording utility for macOS that records to GIF files, based on ffmpeg.
Unlike other tools that records a lossy video and converts it to GIF [producing unnecessarily large files due to compression artifact](https://dev.to/dtinth/a-gif-optimization-algorithm-for-screen-recordings-from-5-mb-to-986-kb-143g),
this one records the screen as a rawvideo and piped to another ffmpeg process to be encoded directly into a GIF file.Using this requires symlinking `features/screen/rec-gif` somewhere in the PATH.