Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

desktop_entry

A Dart library that implements the freedesktop Desktop Entry Specification.

(re)generate serializers

run:

$ dart run build_runner build -r

current test coverage

screenshot

to generate this html report, first install lcov, then run:


$ dart test --coverage-path=coverage/lcov.info

$ genhtml coverage/lcov.info -o coverage/html

$ open coverage/html/index.html

note

  • As for now, only the type 1 (Application) is fully implemented
  • type 2 (Link) and type 3 (Directory) are partially implemented

contact

arm-cade@proton.me

About

A Dart library that implements the Desktop Entry Specification.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages