okshot 0.1.1 → 0.1.2
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.org +4 -4
- data/bin/take_screenshot.sh +1 -1
- data/lib/ok/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3779b73a09c5841b6c98731300dad286e36191ce5b97af4345ae9eeb644ecbc4
|
|
4
|
+
data.tar.gz: f9350c2863dc423896db54be135322742f2e0a2933ff6cb904a76668a279b628
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb242769569c4bf1fd1c7b5a602924873cc1e173cd395f0ae2861037e746bc55ac14afa7f719223115b0afd8342b4d9ed3a10d7dfcc2f5090a2ccf96929d17e9
|
|
7
|
+
data.tar.gz: bd55a425d8bc90024fd7b6a6f1bf907715c509907e09fd3a4a3e3192195ab6570458f1dd5b171e4f6f3eecba64d1086afe4b3c30aae0ba0d62e8e6f31e66ac38
|
data/README.org
CHANGED
|
@@ -29,7 +29,6 @@ accessible URL to your clipboard. Optionally, the screenshot can be
|
|
|
29
29
|
annotated using Inkscape.
|
|
30
30
|
|
|
31
31
|
This gem is inspired by the lack of good screenshot tooling in Linux.
|
|
32
|
-
However, it's so very easy to build =okshot=, because
|
|
33
32
|
|
|
34
33
|
For uploading the files via FTP, it needs these environment variables set:
|
|
35
34
|
|
|
@@ -56,11 +55,12 @@ export OKSHOT_URL_PREFIX=https://okshot.your_domain.ch
|
|
|
56
55
|
gem install okshot
|
|
57
56
|
#+end_example
|
|
58
57
|
|
|
59
|
-
It
|
|
60
|
-
standard Linux tools. For all flags, it requires:
|
|
58
|
+
It uses the following standard Linux tools. For all flags, it requires:
|
|
61
59
|
|
|
62
60
|
- [[https://imagemagick.org/][imagemagick]]
|
|
63
61
|
- [[https://linux.die.net/man/1/ftp][ftp]]
|
|
62
|
+
- [[https://linux.die.net/man/1/uuidgen][uuigen]]
|
|
63
|
+
- [[https://linux.die.net/man/1/xclip][xclip]]
|
|
64
64
|
|
|
65
65
|
For the flag =-i=, it additionally requires:
|
|
66
66
|
|
|
@@ -71,7 +71,7 @@ For the flag =-i=, it additionally requires:
|
|
|
71
71
|
Install dependencies:
|
|
72
72
|
|
|
73
73
|
#+begin_src shell
|
|
74
|
-
apt-get install imagemagick ftp inkscape wmctrl
|
|
74
|
+
apt-get install imagemagick ftp inkscape wmctrl uuid-runtime xclip
|
|
75
75
|
#+end_src
|
|
76
76
|
|
|
77
77
|
* DEVELOPMENT
|
data/bin/take_screenshot.sh
CHANGED
data/lib/ok/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: okshot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alain M. Lafon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01-
|
|
11
|
+
date: 2021-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Take and annotate screenshots in Linux with standard tools.
|
|
14
14
|
email:
|