global_hotkeys_manager 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e210552ed9e7cdb2861b2176b6dcd338e4239bac
4
- data.tar.gz: 638412ee12c65e40ff94a5ff3a2e501c83addd69
3
+ metadata.gz: 8f33dcdf7c131d43bce15e8959bb794f2c225b69
4
+ data.tar.gz: 0ac7dcf523b1d63e34f647abdb3888e62a3bd4db
5
5
  SHA512:
6
- metadata.gz: 690284184197e08a9ab0c2d7eeb8c7dbe88ef42e7c05797407f4d9a583f44d868cefb034b4b872837baa1ac467b87a994d4e63e96959b64f8fc8b510f8b7f20f
7
- data.tar.gz: b4ab0a3a36023d641e883cacb1803d0de934ae7f451bccafeca6fe23ba5579705d17f952c9ae89c31bf829056d37b9d831fd3389caae2c3f540675ac7fe7e897
6
+ metadata.gz: 3e0652002f2039f5c8e0846da0251dcea9d2e8f29271cb26443a0dd6a8bb0db4d4595e453010d4d818af329b487ead0d173c5e757061966931534589497394fd
7
+ data.tar.gz: 58763dc39c2da0ce589921f3472940007cfa3069c1a35218a54c17effcb788d9bd4eab3952b7b3a62f2e3e4bf247f8fd0bf89232ef2b70a6e2cbf25ee9323b7b
data/README.md CHANGED
@@ -35,14 +35,19 @@ them.
35
35
  - xbindkeys
36
36
  - xwininfo (from x11-utils package)
37
37
  - Ruby
38
- - sinatra and sinatra-contrib (installed from bundle)
38
+
39
+ ## Install
39
40
 
40
41
  sudo apt-get install xdotool x11-utils xbindkeys ruby
41
42
  gem install global_hotkeys_manager
42
43
 
43
44
  ## Usage
44
45
 
45
- global_hotkeys_manager (simply start the daemon)
46
+ global_hotkeys_manager (simply start the daemon at port 4242)
47
+
48
+ To change the port simply set the `HOTKEYS_MANAGER_PORT` environment variable:
49
+
50
+ HOTKEYS_MANAGER_PORT=4444 global_hotkeys_manager
46
51
 
47
52
  Other commands:
48
53
 
@@ -58,5 +58,5 @@ when 'stop' then stop
58
58
  when 'restart' then (stop; sleep 1; start)
59
59
  when nil, 'debug', 'start' then start
60
60
  else
61
- puts "unknown command: #{ARGV[0]}"
61
+ puts "unknown command: #{ARGV[0]}. Type 'global_hotkeys_manager help' for supported commands."
62
62
  end
@@ -1,3 +1,3 @@
1
1
  module GlobalHotkeysManager
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: global_hotkeys_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Rosenfeld Rosas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-12 00:00:00.000000000 Z
11
+ date: 2016-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra