All Projects → Dushistov → Sdcv

Dushistov / Sdcv

Licence: gpl-2.0

Projects that are alternatives of or similar to Sdcv

pymailq
Simple mails queue management
Stars: ✭ 32 (-81.29%)
Mutual labels:  console, utility
Fd Dictionaries
hand-written dictionaries from the FreeDict project
Stars: ✭ 268 (+56.73%)
Mutual labels:  dictionary, dictionaries
Splain
small parser to create more interesting language/sentences
Stars: ✭ 15 (-91.23%)
Mutual labels:  dictionaries, dictionary
Emoji Ime Dictionary
日本語で絵文字入力をするための IME 追加辞書 📙 Google 日本語入力などで日本語から絵文字への変換を可能にする IME 拡張辞書です
Stars: ✭ 172 (+0.58%)
Mutual labels:  dictionary, dictionaries
Unidump
hexdump(1) for Unicode data
Stars: ✭ 31 (-81.87%)
Mutual labels:  utility, console
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+1549.71%)
Mutual labels:  utility, console
MyGoldenDict
My personal goldendict-dictionaries collection
Stars: ✭ 13 (-92.4%)
Mutual labels:  dictionaries, dictionary
Emojipedia
MacOS X Dictionary containing Emoji and their meanings
Stars: ✭ 220 (+28.65%)
Mutual labels:  dictionary, dictionaries
Google Ime Dictionary
日英変換・英語略語展開のための IME 追加辞書 📙 日本語から英語への和英変換や英語略語の展開を Google 日本語入力や ATOK などで可能にする IME 拡張辞書です
Stars: ✭ 30 (-82.46%)
Mutual labels:  dictionary, dictionaries
Potchana
An open source worldwide languages dictionary plug-in for macOS. As features on major Thailand tech forums like MacThai.com
Stars: ✭ 10 (-94.15%)
Mutual labels:  dictionary, dictionaries
mdict
node.js mdict (*.mdx, *.mdd) file reader
Stars: ✭ 39 (-77.19%)
Mutual labels:  dictionaries, dictionary
Eazydict
简单易用的命令行词典 📕 📙 📗 📘 📓
Stars: ✭ 92 (-46.2%)
Mutual labels:  console, dictionary
Yomichan
Japanese pop-up dictionary extension for Chrome and Firefox.
Stars: ✭ 464 (+171.35%)
Mutual labels:  dictionary, dictionaries
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (-57.89%)
Mutual labels:  dictionary, dictionaries
Dynamictranslator
Instant translation application for windows in .NET 🎪
Stars: ✭ 131 (-23.39%)
Mutual labels:  dictionary, dictionaries
Tty Box
Draw various frames and boxes in your terminal window
Stars: ✭ 161 (-5.85%)
Mutual labels:  console
Fastenum
The world fastest enum utilities for C#/.NET
Stars: ✭ 165 (-3.51%)
Mutual labels:  utility
React Console Emulator
👨‍💻 A simple, powerful and highly customisable Unix terminal emulator for React.
Stars: ✭ 160 (-6.43%)
Mutual labels:  console
Graphtage
A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.
Stars: ✭ 2,062 (+1105.85%)
Mutual labels:  utility
Logging
Powershell Logging Module
Stars: ✭ 167 (-2.34%)
Mutual labels:  console

#+OPTIONS: ^:nil [[https://github.com/Dushistov/sdcv/actions?query=workflow%3ACI+branch%3Amaster][https://github.com/Dushistov/sdcv/workflows/CI/badge.svg]] [[https://github.com/Dushistov/sdcv/blob/master/LICENSE][https://img.shields.io/badge/license-GPL%202-brightgreen.svg]]

  • How to compile and install #+BEGIN_SRC sh mkdir /tmp/build-sdcv cd /tmp/build-sdcv cmake path/to/source/code/of/sdcv make #+END_SRC if you enable nls then you should also type #+BEGIN_SRC sh make lang #+END_SRC ** to install type #+BEGIN_SRC sh make install #+END_SRC you can use "DESTDIR" variable to change installation path

  • Documentation See sdcv man page for usage description.

  • Bugs To report bugs use https://github.com/Dushistov/sdcv/issues , if it is not possible you can report it via email to dushistov at mail dot ru. Be sure to include the word "sdcv" somewhere in the "Subject:" field.

  • Notes to developer ** make source code release #+BEGIN_SRC sh make package_source #+END_SRC ** update translation #+BEGIN_SRC sh cd po xgettext -k_ ../src/*.cpp -o new.pot msgmerge -U sdcv.pot new.pot rm new.pot for i in ls *.po; do msgmerge -U $i sdcv.pot; done #+END_SRC

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].