Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```