All Projects → a-rodin → qstardict

a-rodin / qstardict

Licence: GPL-2.0 license
A read-only mirror

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to qstardict

Yomichan
Japanese pop-up dictionary extension for Chrome and Firefox.
Stars: ✭ 464 (+743.64%)
Mutual labels:  translation, dictionary, anki
Odh
A chrome extension to show online dictionary content.
Stars: ✭ 695 (+1163.64%)
Mutual labels:  dictionary, anki
Dictionary
Словари по фронтенду
Stars: ✭ 1,682 (+2958.18%)
Mutual labels:  translation, dictionary
Dynamictranslator
Instant translation application for windows in .NET 🎪
Stars: ✭ 131 (+138.18%)
Mutual labels:  translation, dictionary
anki-add-hooks-userscripts
Automate Anki card creation from popular translation websites
Stars: ✭ 17 (-69.09%)
Mutual labels:  translation, anki
pystardict
Library for manipulating StarDict dictionaries from within Python
Stars: ✭ 90 (+63.64%)
Mutual labels:  dictionary, stardict
arboles
Mapa de Arbolado Urbano
Stars: ✭ 13 (-76.36%)
Mutual labels:  translation
Translate helper
A Java application to help to translate the localisation files of the Paradox games.
Stars: ✭ 23 (-58.18%)
Mutual labels:  translation
pydantic-i18n
pydantic-i18n is an extension to support an i18n for the pydantic error messages.
Stars: ✭ 32 (-41.82%)
Mutual labels:  translation
CM3D2.YATranslator
Yet Another Translator -- Translation plug-in for CM3D2 remade from scratch
Stars: ✭ 19 (-65.45%)
Mutual labels:  translation
stardict-vi
Some Vietnamese dictionaries for StarDict, GoldenDict... from OVDP (Open Vietnamese Dictionary Project)
Stars: ✭ 23 (-58.18%)
Mutual labels:  stardict
legesher
Because language shouldn't be a barrier to code
Stars: ✭ 29 (-47.27%)
Mutual labels:  translation
medict
medict a cross platform dictionary application,support mdict (*.mdx/*.mdd) dictionary format
Stars: ✭ 154 (+180%)
Mutual labels:  dictionary
mdict
node.js mdict (*.mdx, *.mdd) file reader
Stars: ✭ 39 (-29.09%)
Mutual labels:  dictionary
Narthex
Modular personalized dictionary generator.
Stars: ✭ 156 (+183.64%)
Mutual labels:  dictionary
LaTeX-Note-Importer-for-Anki
Add-on for the memory training program Anki, allowing to import and export notes written in LaTeX.
Stars: ✭ 26 (-52.73%)
Mutual labels:  anki
Maat
Validation and transformation library powered by deductive ascending parser. Made to be extended for any kind of project.
Stars: ✭ 27 (-50.91%)
Mutual labels:  dictionary
2anki.net
Server to create Anki flashcards faster, easier and better today ⭐️
Stars: ✭ 190 (+245.45%)
Mutual labels:  anki
DidacticalEnigma
An integrated translator environment for translating text from Japanese to English
Stars: ✭ 29 (-47.27%)
Mutual labels:  translation
gettext-extractor
A flexible and powerful Gettext message extractor with support for JavaScript, TypeScript, JSX and HTML.
Stars: ✭ 82 (+49.09%)
Mutual labels:  translation

QStarDict, which stands for quasi-star dictionary, is a free (as in freedom) dictionary application. It is aimed primarily, but not exclusively, at those who learn foreign languages.

Build Status

Features

Fuzzy search, cross-links, and history navigation

QStarDict not only finds words as soon as they are typed, but also shows fuzzy matches for them. It helps to identify similar words or correct typos. All articles are automatically cross-linked, so that click on a word in any article opens the corresponding article if it exists. With history navigation buttons it is easy to move back and forth between articles.

Main Window

Add words to Anki

QStarDict has integration with Anki, which allows to create cards from dictionary articles.

QStarDict and Anki

Look up words from any application

If QStarDict is running under X server, it is possible to look up works from other applications using a popup window which is shown for selected words in any application.

Hide to notification area

To keep QStarDict always running with closed main window, it is possible to hide it to the notification area.

system tray

Extend with plugins

If you want to add new dictionary format or custom toolbar action to QStarDict, it can be done without modifying the core by writing a plugin.

Installation

QStarDict is available in Ubuntu, Debian and other distros repositories.

If you want to compile it yourself install Qt5 and GLib2 development files and run in the project's directory

qmake INSTALL_PREFIX=<your install prefix, /usr by default>
make
[sudo] make install

More information about installation:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].