Download memes from reddit in parallel so that you can more efficiently waste time.
Compiled binaries are available on the releases page, or you can build the binary yourself locally.
make && sudo make install
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
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
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
- 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