Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (39 loc) · 1.49 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.49 KB

Dank

Download memes from reddit in parallel so that you can more efficiently waste time.

Install

Compiled binaries are available on the releases page, or you can build the binary yourself locally.

make && sudo make install

Arch Linux

Dank is available from the AUR as a pre-compiled binary. It can be installed manually or by using an AUR helper of your choice. As an example this is the installation process using yay.

yay -S dank-bin

MacOS

I have set up a specialized homebrew tap that can be used to install if you don't want to go through the manual installation process.

brew tap ericlemieux/tap
brew install ericlemieux/tap/dank

Usage

Download memes and then the user can view them however they want.

dank

Download to a specific directory, useful in the case of data hoarding archiving.

dank /path/to/my/archives/$(date "+%Y-%m-%d")

Specify the subs that you want to download images from. This should be specified as a comma separated list.

dank --subs foo,bar,baz

Releasing

  • Bump the version in Cargo.toml
  • Create a tag following the format vX.Y.Z, with the release notes as the tags commit message
  • A GitHub action will automatically create a new release with the tag
  • Update installers, such as the custom homebrew tap