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

https://github.com/yous/ctrl-s

Save the game. Oh, you should.
https://github.com/yous/ctrl-s

Last synced: 9 months ago
JSON representation

Save the game. Oh, you should.

Awesome Lists containing this project

README

          

# Ctrl-S

Save the game. Oh, you should.

## Usage

For the task list:

``` sh
rake -T
```

Task | Description
---------------------|--------------------------------------------------------------
`wow:account` | Link the World of Warcraft account settings
`wow:sort_variables` | Sort SavedVariables of the World of Warcraft account settings
`wow:addons` | Link the World of Warcraft addons

## Custom settings

### World of Warcraft

Set your account info to `config.yml`:

``` yaml
wow_account: "12345678#9"
```

If you installed World of Warcraft to custom path, provide it to `config.yml`:

``` yaml
wow_custom_path:
windows: "D:/World of Warcraft"
# mac:
```