An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TBX Scope

![Main window](https://raw.githubusercontent.com/buresdv/TBX-Scope/main/Images/Main%20Window.png)

## 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?
[![Buy me a pizza](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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