Skip to content

Commit 23e8788

Browse files
committed
Update README.md
1 parent e1598d9 commit 23e8788

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# labwc-menu-generator
22

3-
Features:
3+
## Features
44

5-
- Parse desktop entry .desktop files in accordance with [Desktop Entry Specification]
6-
- Output an openbox menu file using a built-in schema for directories
7-
- Ignore .menu and .directory files as specified in [Menu Specification]
8-
- Support localized values for .desktop file keys such as `Name[sr_YU]`
5+
- Independent of Desktop Environments and associated menu-packages. This is
6+
achieved by categorising system .desktop files against a built-in
7+
directory-schema rather than parsing .menu and .directory files (see
8+
[Menu Specification]).
9+
10+
- [Desktop Entry Specification] compliant parsing of `Desktop Entry` .desktop
11+
files.
12+
13+
- Openbox 3.6 formatted output.
14+
15+
- Localized values for .desktop file keys such as `Name[sr_YU]`
916

1017
[Desktop Entry Specification]: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html
1118
[Menu Specification]: https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html

0 commit comments

Comments
 (0)