All Projects → zakariakov → elokab-terminal

zakariakov / elokab-terminal

Licence: GPL-3.0 license
Lightweight terminal emulator program that supports the Arabic language

Programming Languages

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

Projects that are alternatives of or similar to elokab-terminal

Rofimoji
An emoji and character picker for rofi 😁
Stars: ✭ 319 (+1893.75%)
Mutual labels:  unicode, arabic
unicodemoticon
Trayicon with Unicode Emoticons using Python3 Qt5
Stars: ✭ 21 (+31.25%)
Mutual labels:  unicode, qt5
ara
ع Command line tool that displays Arabic text in terminal.
Stars: ✭ 27 (+68.75%)
Mutual labels:  unicode, arabic
Pragmatapro
PragmataPro font is designed to help pros to work better
Stars: ✭ 887 (+5443.75%)
Mutual labels:  unicode, arabic
QT-Notepad
QT5 实现的简单文本编辑器
Stars: ✭ 18 (+12.5%)
Mutual labels:  qt5
unicode.net
A Unicode library for .NET, supporting UTF8, UTF16, and UTF32. With an extra helping of emoji for good measure 🔥🌶️😁
Stars: ✭ 81 (+406.25%)
Mutual labels:  unicode
qaccordion
An Accordion Widget for the Qt application framework
Stars: ✭ 38 (+137.5%)
Mutual labels:  qt5
data structure and algorithms
This repository is related to an Arabic tutorial, within the tutorial we discuss the common data structure and algorithms and their worst and best case for each, then implement the code using Python.
Stars: ✭ 33 (+106.25%)
Mutual labels:  arabic
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-25%)
Mutual labels:  qt5
NotepadNext
A cross-platform, reimplementation of Notepad++
Stars: ✭ 5,715 (+35618.75%)
Mutual labels:  qt5
mbedcrypto
a portable, small, easy to use and fast c++14 library for cryptography.
Stars: ✭ 38 (+137.5%)
Mutual labels:  qt5
youtube-downloader
youtube-dl GUI simplify
Stars: ✭ 22 (+37.5%)
Mutual labels:  qt5
quentier
Cross-platform desktop Evernote client
Stars: ✭ 115 (+618.75%)
Mutual labels:  qt5
qt5platform-plugins
Qt platform integration plugin for DDE.
Stars: ✭ 22 (+37.5%)
Mutual labels:  qt5
NotEnoughAV1Encodes-Qt
Linux GUI for AV1 Encoders
Stars: ✭ 27 (+68.75%)
Mutual labels:  qt5
SilentServer
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.
Stars: ✭ 52 (+225%)
Mutual labels:  qt5
cs string
Header-only library providing unicode aware string support for C++
Stars: ✭ 91 (+468.75%)
Mutual labels:  unicode
unicode-blocks
Unicode Blocks of a Ruby String
Stars: ✭ 18 (+12.5%)
Mutual labels:  unicode
Tehreer-Android
Standalone text engine for Android aimed to be free from platform limitations
Stars: ✭ 61 (+281.25%)
Mutual labels:  unicode
jurl
Fast and simple URL parsing for Java, with UTF-8 and path resolving support
Stars: ✭ 84 (+425%)
Mutual labels:  unicode

طرفية العقاب

طرفية خفيفة تدعم اللعة العربية هذا البرنامج جزء من سطح المكتب العقاب

Elokab-terminal

léger tarminal qui prend en charge la langue arabe ce programme fait partie de elokab desktop

Elokab-terminal

lightweight terminal program that supports the Arabic language...... this program is part of the elokab desktop

Screenshots

Install

git clone https://github.com/zakariakov/elokab-terminal.git

cd elokab-terminal

qmake

make

sudo make install

Nautilus script - terminal-here

This script will open a elokab-Terminal in the current directory.

Save this script under $HOME/.local/nautilus/scripts/terminal-here. Make sure that

you give this file executable permission. { chmod +x terminal-here }

    #!/bin/bash

    if [ "$NAUTILUS_SCRIPT_CURRENT_URI" == "x-nautilus-desktop:///" ]; then
            DIR=$HOME
    else
                    DIR=`echo $NAUTILUS_SCRIPT_CURRENT_URI | sed 's/^file:\/\///' | sed 's/%20/ /g'`
    fi

    elokab-terminal --working-directory "$DIR"

    exit 0

AppImage v:02

x86_64

https://sourceforge.net/projects/elokab/files/elokab-terminal/Elokab_Terminal-x86_64.AppImage/download

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