https://github.com/buresdv/tbx-scope
A ligtweight TBX reader
https://github.com/buresdv/tbx-scope
Last synced: 10 months ago
JSON representation
A ligtweight TBX reader
- Host: GitHub
- URL: https://github.com/buresdv/tbx-scope
- Owner: buresdv
- Created: 2022-08-15T18:04:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T18:17:49.000Z (over 3 years ago)
- Last Synced: 2025-04-05T01:04:23.711Z (over 1 year ago)
- Language: Swift
- Size: 18.2 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TBX Scope

## The Lightweight TBX Reader
TBX Scope is a lightweight browser for the Termbase Exchange Format (TBX). It's written mostly in SwiftUI with a few sprinkles of Cocoa.
## Cool Benchmarks
TBX Scope can load the entire Microsoft Terminology collection (around 33,000 individual entries) within a second and display them all without breaking a sweat.
## Why make this?
I often have to work with TBX files while doing translations. I got bored of opening them up in slow and clunky CAT software, so I made this utility to open and read them blazingly fast
## Have you found this app useful?
[](https://www.buymeacoffee.com/davidbures)
## Roadmap
Here are the things that are implemented, and things that are still left to be implemented:
- [x] Parsing and showing basic source-target pairs
- [x] Nice performance
- [x] Correctly showing more than one target term per one source term
- [x] Showing some basic metadata
- [x] Searching through the terms
- [ ] Showing more metadata
- [ ] Support for TBXs that have more than two languages
- [ ] Support for more tags (like *source*, *context* and *date*)
- [ ] Anything else that might come up