All Projects → jubal-R → Geist

jubal-R / Geist

Licence: GPL-3.0 license
A free text/code editor made with C++ and Qt

Programming Languages

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

Projects that are alternatives of or similar to Geist

QPrompt
Personal teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
Stars: ✭ 168 (+522.22%)
Mutual labels:  text, gpl
Omeclone
A clone of omegle.com
Stars: ✭ 66 (+144.44%)
Mutual labels:  text
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+55.56%)
Mutual labels:  text
cape
Continuous Augmented Positional Embeddings (CAPE) implementation for PyTorch
Stars: ✭ 29 (+7.41%)
Mutual labels:  text
readthat
Read Text Data
Stars: ✭ 27 (+0%)
Mutual labels:  text
justified
Wrap, align and justify the words in a string.
Stars: ✭ 30 (+11.11%)
Mutual labels:  text
MailDemon
Smtp server for mass emailing, managing email lists and more. Built on .NET Core. Linux, MAC and Windows compatible.
Stars: ✭ 113 (+318.52%)
Mutual labels:  text
react-native-text-area
Simple and easy to use TextArea for React Native.
Stars: ✭ 20 (-25.93%)
Mutual labels:  text
indicium
🔎 A simple in-memory search for collections and key-value stores.
Stars: ✭ 41 (+51.85%)
Mutual labels:  text
ConTexto
Librería en Python para minería de texto y NLP
Stars: ✭ 43 (+59.26%)
Mutual labels:  text
react-native-animateable-text
🆎 A fork of React Native's <Text/> component that supports Animated Values!
Stars: ✭ 263 (+874.07%)
Mutual labels:  text
react-watermark-module
React水印组件,支持图片水印,文字水印。
Stars: ✭ 31 (+14.81%)
Mutual labels:  text
markovifyR
Markovify wrapper for R
Stars: ✭ 81 (+200%)
Mutual labels:  text
GPLv3.md
GPLv3 in Markdown.
Stars: ✭ 27 (+0%)
Mutual labels:  gpl
text-style-editor
Text style editor widget for flutter
Stars: ✭ 25 (-7.41%)
Mutual labels:  text
markdown
markdown tools, libraries & scripts
Stars: ✭ 52 (+92.59%)
Mutual labels:  text
svelte-slate
slate svelte view layer
Stars: ✭ 43 (+59.26%)
Mutual labels:  text
rounded background text
Text and TextField highlighted with rounded corners
Stars: ✭ 43 (+59.26%)
Mutual labels:  text
py midicsv
A Python port and library-fication of the midicsv tool by John Walker. If you need to convert MIDI files to human-readable text files and back, this is the library for you.
Stars: ✭ 55 (+103.7%)
Mutual labels:  text
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+374.07%)
Mutual labels:  text

GeistLogo

Try it online

Geist is an all purpose text/code editor written in C++ and using the Qt framework.

Screenshot

Geist

Features

  • Code Templates
  • Editing Shortcuts
  • Themes
  • Searching
  • Syntax Highlighting

Required Fonts

Note: Font settings to be added in the future

Dependencies

qt5-default qt5-qmake

Building Geist

git clone https://github.com/jubal-R/Geist.git
mkdir build
cd build
qmake ../Geist/Geist.pro
make

Features To Be Added

  • Additional preference options
  • Auto-completion

License

Geist - All purpose text/code editor Copyright (C) 2017 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Acknowledgements

highlighter.cpp and highlighter.h
Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
Full copyright notice is maintained within these files.

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