dothething

A collection of tools and scripts that I find helpful and use often

Usage no npm install needed!

<script type="module">
  import dothething from 'https://cdn.skypack.dev/dothething';
</script>

README

dothething

dothething is a collection of CLI tools and scripts that I use for various tasks. You can use one like so:

dothething <tool> [options...] 

Current Tools

mkgif

mkgif uses ffmpeg to convert video files into gifs. I like to use it to make screencaptures for GitHub pull requests alongside the MacOS cmd+shift+5 tool. Run dothething mkgif --help to see what options it accepts!

NOTE: This requires you to have ffmpeg installed on your computer!!!