Skip to content

Commit 2a7ba0a

Browse files
authored
Merge pull request #2684 from mitya57/screenshots
Add screenshots to AppStream metadata and README
2 parents d8bd1cf + ae34970 commit 2a7ba0a

9 files changed

+42
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ FreeBSD/MacOS (Cirrus CI): [![Cirrus](https://api.cirrus-ci.com/github/elfmz/far
2222
* 7z ANSI-C Decoder
2323
* utf-cpp by ww898
2424

25+
### Screenshots
26+
27+
![far2l main UI][scr_far2l] | ![NetRocks][scr_netrocks]
28+
--------------------------- | -------------------------
29+
![Attributes][scr_attribs] | ![Editor][scr_editor]
30+
31+
[scr_far2l]: ./far2l/DE/screenshots/far2l.png
32+
[scr_netrocks]: ./far2l/DE/screenshots/far2l_NetRocks.png
33+
[scr_attribs]: ./far2l/DE/screenshots/far2l_attribs_several.png
34+
[scr_editor]: ./far2l/DE/screenshots/far2l_editor_colorer.png
35+
2536
### Jump To:
2637
* [Getting Started](#gstarted)
2738
* [Installing, Running](#inst_run)

far2l/DE/io.github.elfmz.far2l.metainfo.xml.in

+31
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,36 @@
4848

4949
<launchable type="desktop-id">far2l.desktop</launchable>
5050

51+
<screenshots>
52+
<screenshot type="default">
53+
<caption>far2l</caption>
54+
<image type="source" width="1598" height="874">https://raw.githubusercontent.com/elfmz/far2l/master/far2l/DE/screenshots/far2l.png</image>
55+
</screenshot>
56+
<screenshot>
57+
<caption>NetRocks plugin, site connection settings</caption>
58+
<image type="source" width="1597" height="873">https://raw.githubusercontent.com/elfmz/far2l/master/far2l/DE/screenshots/far2l_NetRocks.png</image>
59+
</screenshot>
60+
<screenshot>
61+
<caption>Editing file attributes for a symlink</caption>
62+
<image type="source" width="1597" height="873">https://raw.githubusercontent.com/elfmz/far2l/master/far2l/DE/screenshots/far2l_attribs_symlink.png</image>
63+
</screenshot>
64+
<screenshot>
65+
<caption>Editing file attributes for multiple files</caption>
66+
<image type="source" width="1597" height="873">https://raw.githubusercontent.com/elfmz/far2l/master/far2l/DE/screenshots/far2l_attribs_several.png</image>
67+
</screenshot>
68+
<screenshot>
69+
<caption>far2l interface settings</caption>
70+
<image type="source" width="1597" height="873">https://raw.githubusercontent.com/elfmz/far2l/master/far2l/DE/screenshots/far2l_interface_settings.png</image>
71+
</screenshot>
72+
<screenshot>
73+
<caption>far2l editor, code page selection</caption>
74+
<image type="source" width="1598" height="872">https://raw.githubusercontent.com/elfmz/far2l/master/far2l/DE/screenshots/far2l_editor_codepages.png</image>
75+
</screenshot>
76+
<screenshot>
77+
<caption>far2l editor, syntaxes for code highlighting</caption>
78+
<image type="source" width="1598" height="872">https://raw.githubusercontent.com/elfmz/far2l/master/far2l/DE/screenshots/far2l_editor_colorer.png</image>
79+
</screenshot>
80+
</screenshots>
81+
5182
<releases/>
5283
</component>

far2l/DE/screenshots/far2l.png

234 KB
Loading
111 KB
Loading
264 KB
Loading
151 KB
Loading
Loading
149 KB
Loading
Loading

0 commit comments

Comments
 (0)