Analysis updated 2026-05-18
Preview a UYAP .udf court document in Finder with the space bar without opening the official editor.
See a readable thumbnail of a .udf file's contents in Finder.
Open and read a .udf file in a lightweight read-only viewer and copy its text.
| saidsurucu/udf-quicklook-extension | ddasy/sleepbar | dai-ski/lyra | |
|---|---|---|---|
| Stars | 20 | 20 | 19 |
| Language | Swift | Swift | Swift |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Built locally from source via a shell script, may need manual enabling in System Settings extensions.
This is a macOS tool for people who work with UYAP, the Turkish national court and justice system's document platform. UYAP uses a file format called .udf for its documents, and by default macOS has no idea how to display those files in Finder. This tool fixes that by adding two things: a QuickLook preview (press the space bar on a .udf file and a readable preview pops up) and a thumbnail image on the file icon so you can see at a glance what the document contains. The tool also installs a read-only viewer application. You can open a .udf file in it, read the text, and copy from it. There is a button inside the viewer to open the file in the official UYAP editor if you have that installed. The tool does not change what happens when you double-click a .udf file: double-clicking still opens the official UYAP editor as before. This tool only adds the preview and thumbnail layer on top. Installation is a single terminal command. It downloads a shell script that builds the tool from source code on your own machine, then installs it to your Applications folder and registers the QuickLook extension. Because it is built locally with an ad-hoc signature, you will not see a Gatekeeper security warning. If the preview does not appear after installation, you may need to enable the extension manually in System Settings under Login Items and Extensions, in the QuickLook section. The README is written in Turkish, reflecting that the tool is primarily aimed at legal and administrative workers in Turkey who use the UYAP system daily.
A macOS tool that lets Finder preview and show thumbnails for .udf files used by Turkey's UYAP court document system.
Mainly Swift. The stack also includes Swift.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.