Desktop entry scanner and parser
Find a file
2021-07-10 08:00:12 -07:00
test Support link entries 2019-07-17 09:34:11 -07:00
.gitignore Initial commit 2019-07-17 08:52:30 -07:00
CHANGELOG List directory entries using os.ReadDir instead of filepath.Walk 2021-07-10 08:00:12 -07:00
dirs.go Improve documentation 2019-11-15 16:09:04 -08:00
doc.go Update documentation 2020-02-07 08:23:11 -08:00
entry.go Remove dependency on pkg/errors 2020-01-27 16:18:44 -08:00
entry_test.go Reuse buffer when scanning 2019-11-13 18:06:07 -08:00
go.mod Migrate to code.rocketnine.space 2021-04-14 13:56:19 -07:00
LICENSE Remove dependency on pkg/errors 2020-01-27 16:18:44 -08:00
README.md Migrate to code.rocketnine.space 2021-04-14 13:56:19 -07:00
run.go Update CI script 2020-01-27 09:59:33 -08:00
scan.go List directory entries using os.ReadDir instead of filepath.Walk 2021-07-10 08:00:12 -07:00
scan_test.go Remove dependency on pkg/errors 2020-01-27 16:18:44 -08:00

desktop

GoDoc Donate

Desktop entry scanner and parser

Linux is currently the only supported operating system. Windows support is planned.

Documentation

Documentation is available via gdooc.

Support

Please share issues and suggestions here.