Sha256: 5e44eb591fe33c0d641b1dbc97541d23ff7d3275e2570aa93a98f3bbef1fea60

Contents?: true

Size: 1.2 KB

Versions: 2

Compression:

Stored size: 1.2 KB

Contents

# reaver

A tool that allows to download and track the latest version of stuff on the net.
Define your collections in .yml and launch Reaver to retrieve everything.

## Collections

Reaver search collections by order in:

- `$XDG_CONFIG_HOME/reaver`
- `$HOME/.config/reaver`

## Create many collection of things

For example, your need to use Vim, vim require a lots of external plugins to be more efficient, so create a collection called `vim.yml`.

    $ $EDITOR ~/.config/reaver/vim.yml

In the file, we add all archives required by u projects

```yml
---
things:
  - name: ombre.tar.gz
    url: https://github.com/szorfein/ombre.vim/archive/refs/heads/main.tar.gz
  - name: ale.tar.gz
    url: https://github.com/dense-analysis/ale/archive/refs/heads/master.tar.gz
  - name: indentline.tar.gz
    url: https://github.com/Yggdroot/indentLine/archive/refs/heads/master.tar.gz
  - name: nerdtree.tar.gz
    url: https://github.com/preservim/nerdtree/archive/refs/heads/master.tar.gz
time: 86000
```

`time: 86000` (in second) is for search every day ( 60 * 60 * 24 ).  
The `name` must contain the path extension for now.

And start reaver simply with:

    $ reaver

Reaver download all files in `~/.cache/reaver` by default.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reaver-0.7.1 README.md
reaver-0.7.0 README.md