All Projects → ikey4u → wikit

ikey4u / wikit

Licence: MIT license
Wikit - A universal lookup tool

Programming Languages

rust
11053 projects
kotlin
9241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to wikit

medict
medict a cross platform dictionary application,support mdict (*.mdx/*.mdd) dictionary format
Stars: ✭ 154 (+3.36%)
Mutual labels:  dictionary, mdx, mdict
js-mdict
*.mdx/*.mdd interpreter js implements
Stars: ✭ 91 (-38.93%)
Mutual labels:  dictionary, mdx, mdict
PlainDictionaryAPP
无限词典. An android e-dictionary application mainly parsing mdx / dsl.dz files via mdict-java
Stars: ✭ 71 (-52.35%)
Mutual labels:  dictionary, mdict
mdict
node.js mdict (*.mdx, *.mdd) file reader
Stars: ✭ 39 (-73.83%)
Mutual labels:  dictionary, mdx
flask-mdict
Flask Mdict Server. Query word online with MDICT dictionary
Stars: ✭ 62 (-58.39%)
Mutual labels:  dictionary, mdict
Mdict Java
Query library for Mdict (mdx or mdd) , a popular dictionary file format.
Stars: ✭ 106 (-28.86%)
Mutual labels:  dictionary, mdx
Use Http
🐶 React hook for making isomorphic http requests
Stars: ✭ 2,066 (+1286.58%)
Mutual labels:  query
Rrda
REST API allowing to perform DNS queries over HTTP
Stars: ✭ 176 (+18.12%)
Mutual labels:  query
Tidyquery
Query R data frames with SQL
Stars: ✭ 138 (-7.38%)
Mutual labels:  query
Pg Monitor
💻 Events monitor for pg-promise
Stars: ✭ 132 (-11.41%)
Mutual labels:  query
Aresdb
A GPU-powered real-time analytics storage and query engine.
Stars: ✭ 2,814 (+1788.59%)
Mutual labels:  query
Bigbash
A converter that generates a bash one-liner from an SQL Select query (no DB necessary)
Stars: ✭ 230 (+54.36%)
Mutual labels:  query
Query Exporter
Export Prometheus metrics from SQL queries
Stars: ✭ 166 (+11.41%)
Mutual labels:  query
Laravel Api Handler
Package providing helper functions for a Laravel REST-API
Stars: ✭ 150 (+0.67%)
Mutual labels:  query
Search widget
Flutter package: Search Widget for selecting an option from a data list.
Stars: ✭ 188 (+26.17%)
Mutual labels:  query
Laravel Db Profiler
Database Profiler for Laravel Web and Console Applications.
Stars: ✭ 141 (-5.37%)
Mutual labels:  query
Termsql
Convert text from a file or from stdin into SQL table and query it instantly. Uses sqlite as backend. The idea is to make SQL into a tool on the command line or in scripts.
Stars: ✭ 230 (+54.36%)
Mutual labels:  query
Adsearch
A tool to help query AD via the LDAP protocol
Stars: ✭ 137 (-8.05%)
Mutual labels:  query
Query Translator
Query Translator is a search query translator with AST representation
Stars: ✭ 165 (+10.74%)
Mutual labels:  query
Octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Stars: ✭ 2,579 (+1630.87%)
Mutual labels:  query

Wikit Application Icon

Wikit is a free and open-source dictionary program that enable you translate word for different languages


wikit contains the following components

  • Wikit CLI

    A CLI tool which can be used to create wikit dictionary from plain text or other dictionary format.

  • Wikit Desktop

    Desktop application for Windows, Linux and MacOS which is developed using tauri and yew.

    wikit main screen

  • Wikit Mobile

    Mobile application for Android, it's under planning.

Installation and Usage

You can download Wikit CLI and Wikit Desktop from Release page.

To install dictionary, see Wikit Introduction for detail.

For Linux user, you can create a file in path ~/.local/share/applications/com.zhqli.wikit.desktop (create if the path does not exist) with the following content:

#!/usr/bin/env xdg-open

[Desktop Entry]
Name=Wikit Desktop
Comment=A universal dictionary
Path=/path/to/wikit
Exec=/path/to/wikit/wikit-desktop.AppImage 
Terminal=false
Type=Application
Categories=Utility;
Keywords=dictionary;dict;

You should change Path and Exec to your own, and run update-desktop-database

update-desktop-database ~/.local/share/applications

after that you can open wikit desktop from your dash.

If you are bother with the manual installation on linux, you can install it from flathub.

For Windows user, you must additionally install webview2 and vc_redist.x86 or vc_redist.x64.

Developement

Install following tools

cargo install tauri-cli trunk

# rust for android target
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android

# sdkmanager is from cmdline-tools https://developer.android.com/studio/command-line
sdkmanager "platforms;android-31" "platform-tools" "build-tools;31.0.0" "cmake;3.22.1" "ndk;25.1.8937393"

Create a file named .env under directory desktop/ui with content

BROWSER=none
PORT=8080

To develop wikit CLI

cd cli
cargo build

To develop wikit desktop

cd desktop
cargo tauri dev

To develop wikit mobile

cd android
make start

Building

To build wikit CLI

cd cli
cargo build --release

To build wikit desktop

cd desktop
cargo tauri build

To build wikit mobile

cd android
make release

License

MIT

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