Files
lidm/include
grialion b3c8d3cbea feat: exec parser for desktop entries (#78)
Feature-rich Exec= parser implementation for .desktop files
* backslash stripping (e.g '\ ' -> ' ')
* percentage stripping (e.g '%u' -> '', '%%' -> '%')
* quote string handling (e.g 'arg1 "arg 2"' -> "arg1", "arg 2")
The current implementation strips all "percentage codes", instead
of handling them.
Argument count is limited at 100.

---------

Co-authored-by: javalsai <jvssxxi@gmail.com>
2025-08-26 21:19:25 +02:00
..
2025-06-13 14:05:19 +02:00
2025-06-10 23:32:55 +02:00
2025-07-04 04:48:20 +02:00
2025-06-21 00:54:36 +02:00
2025-06-21 01:29:43 +02:00
2025-07-20 21:50:12 +02:00
2025-06-21 01:29:43 +02:00
2025-06-21 01:29:43 +02:00
2025-06-10 23:32:55 +02:00
2025-07-16 14:19:58 +02:00