Skip to content

Commit 1355cf2

Browse files
committed
add zenity window screenshot to README.adoc
1 parent 8180eaa commit 1355cf2

File tree

2 files changed

+13
-28
lines changed

2 files changed

+13
-28
lines changed

README.adoc

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -60,39 +60,19 @@ A release archive contains the following files:
6060
│ │ │ : using 'exif' utility
6161
│ │ ├─ exif_metadata_list_exiftool.bash : script to display Exif metadata
6262
│ │ │ : using 'exiftool' utility
63-
│ │ ├─ exif_metadata_mapping_2gis.bash : script to display GPS position in 2GIS
64-
│ │ ├─ exif_metadata_mapping_bing.bash : script to display GPS position in
65-
│ │ │ : Bing Maps
66-
│ │ ├─ exif_metadata_mapping_duckduckgo.bash : script to display GPS position in
67-
│ │ │ : DuckDuckGo
68-
│ │ ├─ exif_metadata_mapping_google.bash : script to display GPS position in
69-
│ │ │ : Google Maps
70-
│ │ ├─ exif_metadata_mapping_openstreetmap.bash : script to display GPS position in
71-
│ │ │ : OpenStreetMap
72-
│ │ ├─ exif_metadata_mapping_vk.bash : script to display GPS position in
73-
│ │ │ : VK Maps
74-
│ │ └─ exif_metadata_mapping_yandex.bash : script to display GPS position in
75-
│ │ : Yandex Maps
63+
│ │ └─ exif_metadata_mapping_*.bash : scripts for displaying GPS position in
64+
│ │ : various online mapping services
7665
│ │
7766
│ │ : Nemo action descriptors ...
7867
│ ├─ exif_metadata_list_exif.nemo_action : ... for displaying Exif metadata
7968
│ │ : using 'exif' utility
8069
│ ├─ exif_metadata_list_exiftool.nemo_action : ... for displaying Exif metadata
8170
│ │ : using 'exiftool' utility
82-
│ ├─ exif_metadata_mapping_2gis.nemo_action : ... for displaying GPS position in
83-
│ │ : 2GIS
84-
│ ├─ exif_metadata_mapping_bing.nemo_action : ... for displaying GPS position in
85-
│ │ : Bing Maps
86-
│ ├─ exif_metadata_mapping_duckduckgo.nemo_action : ... for displaying GPS position in
87-
│ │ : DuckDuckGo
88-
│ ├─ exif_metadata_mapping_google.nemo_action : ... for displaying GPS position in
89-
│ │ : Google Maps
90-
│ ├─ exif_metadata_mapping_openstreetmap.nemo_action : ... for displaying GPS position in
91-
│ │ : OpenStreetMap
92-
│ ├─ exif_metadata_mapping_vk.nemo_action : ... for displaying GPS position in
93-
│ │ : VK Maps
94-
│ └─ exif_metadata_mapping_yandex.nemo_action : ... for displaying GPS position in
95-
│ : Yandex Maps
71+
│ └─ exif_metadata_mapping_*.nemo_action : ... for displaying GPS position in
72+
│ : various online mapping services
73+
74+
├─ readme/
75+
│ └─ *.png : figures for the user manual
9676
9777
├─ install-for-current-user.bash : script to install action descriptors
9878
│ : and scripts to current user profile
@@ -120,9 +100,14 @@ With all that successfully in place, new context menu items should become availa
120100
- Display Exif metadata using 'exiftool' utility;
121101
- Display GPS position in various online mapping services.
122102
103+
#### Screenshots
104+
123105
.New context menu items
124106
image::./readme/01-extra-context-menu-items.png[New context menu items,70%]
125107
108+
.Popup window with 'exif' utility output
109+
image::./readme/02-metadata-list-window-exif.png[Popup window with 'exif' utility output,80%]
110+
126111
### Prerequisites
127112
128113
The solution requires at least one of the following utilities to be available:
@@ -133,7 +118,7 @@ The solution requires at least one of the following utilities to be available:
133118
[%autowidth,cols=2*.<]
134119
|===
135120
|'exif'
136-
|a simple Exif data handling utility, limited to `image/jpeg` only
121+
|a simple Exif data handling utility, limited to `image/jpeg` files only, typically bundled with Linux Mint
137122
138123
|'exiftool'
139124
|a well-recognized Exif data handling utility, that supports an extended metadata tag set and a variety of media file
193 KB
Loading

0 commit comments

Comments
 (0)