Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylonwalker/screenshots.waylonwalker.com
My utility to get screenshots into blog posts quickly. It leverages flameshot for the screencapture, names it, runs squoosh to convert into a small webp, and pushes to github to be served by cloudflare pages.
https://github.com/waylonwalker/screenshots.waylonwalker.com
personal-blog personal-website website
Last synced: about 1 month ago
JSON representation
My utility to get screenshots into blog posts quickly. It leverages flameshot for the screencapture, names it, runs squoosh to convert into a small webp, and pushes to github to be served by cloudflare pages.
- Host: GitHub
- URL: https://github.com/waylonwalker/screenshots.waylonwalker.com
- Owner: WaylonWalker
- Created: 2022-04-09T04:27:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T23:04:56.000Z (9 months ago)
- Last Synced: 2024-05-02T02:31:18.767Z (8 months ago)
- Topics: personal-blog, personal-website, website
- Language: Python
- Homepage: https://screenshots.waylonwalker.com
- Size: 11.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is currently setup 100% for me, its a quick and easy
project that works for me. With some configuration this could be
generalized for others in the future. For now You can fork it and make
it work for you if you really want something similar.## screenshots.waylonwalker.com
This project allows me to create a Desktop hotkey to take a screenshot
that will be live on the web within minutes.## Installation
As this is completely intended for me, it's only deployed to this git
repo.* requires flameshot cli
``` bash
pipx install git+https://github.com/WaylonWalker/screenshots.waylonwalker.com
```