Sha256: 8f0b7b8fc2032e68e18f33f02410e58ff19be64b532bbec2845792c1eb6c7527

Contents?: true

Size: 977 Bytes

Versions: 10

Compression:

Stored size: 977 Bytes

Contents

#Volay, the Volume System Tray

[![Build Status](https://travis-ci.org/PierreRambaud/volay.svg)](https://travis-ci.org/PierreRambaud/volay)

##Requirements

 * Ruby 1.9.3 or newer

##Installation

From Rubygems:

```
$ gem install volay
```

From Github:

```
$ git clone https://github.com/PierreRambaud/volay.git
$ cd volay
$ bundle install
$ bundle exec rake install
```

## Usage

```bash
$ volay -h
Volay, the Volume System Tray.
    -d, --down PERCENT               Down volume
    -l, --log_level LEVEL            Set the log level (debug, info, warn, error, fatal)
    -m, --toggle-mute                Toggle mute
    -u, --up PERCENT                 Up volume
    -h, --help                       Show this message
```

If no arguments are passed, the Gtk app is launched.

## Running tests

To run unit tests:
`$ bundle exec rake spec`

To check code style:
`$ bundle exec rake rubocop`

To run all tests:
`$ bundle exec rake`

## License
See [LICENSE](LICENSE) file

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
volay-1.0.1 README.md
volay-1.0.0 README.md
volay-0.7.0 README.md
volay-0.6.0 README.md
volay-0.5.0 README.md
volay-0.4.0 README.md
volay-0.3.0 README.md
volay-0.2.0 README.md
volay-0.1.0 README.md
volay-0.0.1 README.md