wuffl 1.0.0 → 1.0.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 → README.md} +4 -8
- metadata +18 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb6975e58edd6911d67178beeb8de666cf1faac7b58a18a3962617e6f177e2a4
|
|
4
|
+
data.tar.gz: 7921ab11312cb2993cac5d207d92f7ad19648e0c2a7b97712ed1b209b9613796
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd2f1d6acd5093a75b7478dc3aa1b9baf0c197d8206498bc39fe9e8ef171041d73112cd58cf2bc3229fbbbed8e08c951b41917dcc5aea8ecf1848e2ff3c8b9ca
|
|
7
|
+
data.tar.gz: e41121426e60012644b6c2323a3f367655597cd9cb336fcbc682565a67fa93a7b0f61ec943f20671694d9e7c71d33d5ae245d917d4207f2271f4617aa827ba02
|
data/{README → README.md}
RENAMED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# Wuffl
|
|
2
2
|
<strong> 1. Introduction </strong>
|
|
3
|
-
Wuffl is a simple image viewer which can move pictures either to a „Selected“ folder or to a „Deleted“ folder. "Selected" and "Deleted" folders are located in the same folder as the chosen picture. Wuffl is available for Linux Ubuntu >=14.04, Mac and Windows.
|
|
3
|
+
Wuffl is a simple image viewer which can move pictures either to a „Selected“ folder or to a „Deleted“ folder. "Selected" and "Deleted" folders are located in the same folder as the chosen picture. Wuffl is available for Linux Ubuntu >=14.04, Mac >= OS Ventura and Windows >=10.
|
|
4
|
+
|
|
5
|
+
Imagine you review you vacation photographs and you need to select which pictures to show to your friends at the next party, or you work your way through a bunch of old pictures and you need to select a view of them for a anniversary celebration. Wuffl allows you to move the picture to an extra folder ("Selected") or to a "Deleted" folder while viewing it.
|
|
4
6
|
|
|
5
|
-
Imagine you review you vacation photographs and you need to select which pictures to show to your friends at the next party or you work your way through a bunch of old pictures and you need to select a view of them for a anniversary celebration. Wuffl allows you to move the picture to an extra folder ("Selected" folder) or to a "Deleted" folder while viewing it.
|
|
6
|
-
<p>
|
|
7
|
-
Source for the icons of the buttons: http://icons.mysitemyway.com
|
|
8
|
-
</p>
|
|
9
7
|
<strong> 2. Installation </strong>
|
|
10
8
|
To use the Wuffl image viewer you require:
|
|
11
9
|
<ul>
|
|
@@ -19,7 +17,7 @@ as well as the following Ruby gems:
|
|
|
19
17
|
<li><code>stringio</code></li>
|
|
20
18
|
</ul>
|
|
21
19
|
|
|
22
|
-
Get the Wullf image viewer by typing ```gem install wuffl``` in your command line.
|
|
20
|
+
Get the Wullf image viewer by typing ```gem install wuffl``` in your command line. This will install the wuffl gem as well as the gems mentined above.
|
|
23
21
|
|
|
24
22
|
<strong>3. Usage</strong>
|
|
25
23
|
Using your terminal or cmd start Wuffl by typing
|
|
@@ -28,7 +26,5 @@ Using your terminal or cmd start Wuffl by typing
|
|
|
28
26
|
After starting Wuffl you'll see a start screen with a line of buttons at the bottom.
|
|
29
27
|
To select an image go to the top left corner, klick on <code>File</code> → <code>Open file</code> and browse to the location of you images. Then select an image and click <code>open</code> or just doubleclick on the selected image.
|
|
30
28
|
|
|
31
|
-
The buttons from left to right mean: <code>show previous image</code>, <code>rotate current image</code>, <code>move the current image to the folder 'Selected'</code>, <code>show next image</code>, <code>move the current image to the folder 'Deleted'</code>.
|
|
32
|
-
|
|
33
29
|
<strong>4. Remarks</strong>
|
|
34
30
|
If you have any remarks, bugs, questions etc. please tell me, I'd be happy to help.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wuffl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BluePeony
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gtk3
|
|
@@ -69,27 +69,24 @@ dependencies:
|
|
|
69
69
|
description: "# Wuffl\n<strong> 1. Introduction </strong> \nWuffl is a simple image
|
|
70
70
|
viewer which can move pictures either to a „Selected“ folder or to a „Deleted“ folder.
|
|
71
71
|
\"Selected\" and \"Deleted\" folders are located in the same folder as the chosen
|
|
72
|
-
picture. Wuffl is available for Linux Ubuntu >=14.04, Mac and Windows
|
|
73
|
-
you review you vacation photographs and you need to select which
|
|
74
|
-
to your friends at the next party or you work your way through
|
|
75
|
-
and you need to select a view of them for a anniversary
|
|
76
|
-
you to move the picture to an extra folder (\"Selected\"
|
|
77
|
-
folder while viewing it. \n<
|
|
78
|
-
\ \
|
|
79
|
-
require:\n<ul>\n <li> <a href=\"https://www.ruby-lang.org/en/downloads/\"><code>ruby</code></a>
|
|
72
|
+
picture. Wuffl is available for Linux Ubuntu >=14.04, Mac >= OS Ventura and Windows
|
|
73
|
+
>=10. \n\nImagine you review you vacation photographs and you need to select which
|
|
74
|
+
pictures to show to your friends at the next party, or you work your way through
|
|
75
|
+
a bunch of old pictures and you need to select a view of them for a anniversary
|
|
76
|
+
celebration. Wuffl allows you to move the picture to an extra folder (\"Selected\")
|
|
77
|
+
or to a \"Deleted\" folder while viewing it. \n\n<strong> 2. Installation </strong>
|
|
78
|
+
\ \nTo use the Wuffl image viewer you require:\n<ul>\n <li> <a href=\"https://www.ruby-lang.org/en/downloads/\"><code>ruby</code></a>
|
|
80
79
|
(v2.4)\n</ul>\nas well as the following Ruby gems: \n<ul>\n <li><code>fastimage</code>\n
|
|
81
80
|
\ <li><code>fileutils</code>\n <li><code>gtk3</code>\n <li><code>stringio</code></li>\n</ul>
|
|
82
81
|
\ \n\nGet the Wullf image viewer by typing ```gem install wuffl``` in your command
|
|
83
|
-
line
|
|
84
|
-
|
|
85
|
-
line of buttons at the bottom. \nTo
|
|
86
|
-
klick on <code>File</code> → <code>Open
|
|
87
|
-
you images. Then select an image and click
|
|
88
|
-
on the selected image. \n\
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
image to the folder 'Deleted'</code>.\n\n<strong>4. Remarks</strong> \nIf you have
|
|
92
|
-
any remarks, bugs, questions etc. please tell me, I'd be happy to help. \n"
|
|
82
|
+
line. This will install the wuffl gem as well as the gems mentined above.\n\n<strong>3.
|
|
83
|
+
Usage</strong>\nUsing your terminal or cmd start Wuffl by typing \n<code> wuffl</code>\n\nAfter
|
|
84
|
+
starting Wuffl you'll see a start screen with a line of buttons at the bottom. \nTo
|
|
85
|
+
select an image go to the top left corner, klick on <code>File</code> → <code>Open
|
|
86
|
+
file</code> and browse to the location of you images. Then select an image and click
|
|
87
|
+
<code>open</code> or just doubleclick on the selected image. \n\n<strong>4. Remarks</strong>
|
|
88
|
+
\ \nIf you have any remarks, bugs, questions etc. please tell me, I'd be happy to
|
|
89
|
+
help. \n"
|
|
93
90
|
email: blue.peony2314@gmail.com
|
|
94
91
|
executables:
|
|
95
92
|
- wuffl
|
|
@@ -97,7 +94,7 @@ extensions: []
|
|
|
97
94
|
extra_rdoc_files: []
|
|
98
95
|
files:
|
|
99
96
|
- LICENSE
|
|
100
|
-
- README
|
|
97
|
+
- README.md
|
|
101
98
|
- bin/wuffl
|
|
102
99
|
- lib/wuffl/actions.rb
|
|
103
100
|
- lib/wuffl/basic_elements.rb
|