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 +4 -4
- data/README.md +7 -2
- data/exe/global_hotkeys_manager +1 -1
- data/lib/global_hotkeys_manager/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f33dcdf7c131d43bce15e8959bb794f2c225b69
|
|
4
|
+
data.tar.gz: 0ac7dcf523b1d63e34f647abdb3888e62a3bd4db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
|
data/exe/global_hotkeys_manager
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2016-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sinatra
|