All Projects → j8r → cride

j8r / cride

Licence: ISC license
A light CLI text editor/IDE written in Crystal

Programming Languages

crystal
512 projects

Projects that are alternatives of or similar to cride

Blindpad
Collaborative text editor (like Google Docs or CoderPad) with integrated semi-anonymizing voice chat intended to help reduce bias in technical communication.
Stars: ✭ 191 (+306.38%)
Mutual labels:  text-editor
Textosaurus
Cross-platform text editor based on Qt and Scintilla.
Stars: ✭ 224 (+376.6%)
Mutual labels:  text-editor
Mui Rte
Material-UI Rich Text Editor and Viewer
Stars: ✭ 233 (+395.74%)
Mutual labels:  text-editor
Sapling
A highly experimental vi-inspired editor where you edit code, not text.
Stars: ✭ 195 (+314.89%)
Mutual labels:  text-editor
Amp
A complete text editor for your terminal.
Stars: ✭ 2,997 (+6276.6%)
Mutual labels:  text-editor
Pythonbuddy
Online Python Editor With Live Syntax Checking and Execution
Stars: ✭ 223 (+374.47%)
Mutual labels:  text-editor
Dred
A fast, lightweight text editor.
Stars: ✭ 186 (+295.74%)
Mutual labels:  text-editor
Lime
Open source API-compatible alternative to the text editor Sublime Text
Stars: ✭ 15,283 (+32417.02%)
Mutual labels:  text-editor
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (+368.09%)
Mutual labels:  text-editor
Ngx Quill Editor
🍡@quilljs editor component for @angular
Stars: ✭ 234 (+397.87%)
Mutual labels:  text-editor
React Editext
Editable Text Component for React Apps
Stars: ✭ 199 (+323.4%)
Mutual labels:  text-editor
Viw
VI Worsened, a lightweight and fun VI clone.
Stars: ✭ 212 (+351.06%)
Mutual labels:  text-editor
Kuriimu
A general purpose game translation toolkit for authors of fan translations.
Stars: ✭ 226 (+380.85%)
Mutual labels:  text-editor
Slate Plugins
A set of my personal Slate editor plugins, in a monorepo.
Stars: ✭ 191 (+306.38%)
Mutual labels:  text-editor
React Text Selection Popover
Selection based Text UI made easy
Stars: ✭ 245 (+421.28%)
Mutual labels:  text-editor
Abricotine
Markdown editor with inline preview
Stars: ✭ 2,308 (+4810.64%)
Mutual labels:  text-editor
Vue Trumbowyg
Vue.js component for Trumbowyg WYSIWYG editor 📝
Stars: ✭ 224 (+376.6%)
Mutual labels:  text-editor
FreeOberon
Cross-platform IDE for development in Oberon programming language made in the classical FreePascal-like pseudo-graphic style.
Stars: ✭ 102 (+117.02%)
Mutual labels:  text-editor
Moe
A command line based editor inspired by vi/vim. Written in Nim.
Stars: ✭ 252 (+436.17%)
Mutual labels:  text-editor
Textbringer
An Emacs-like text editor written in Ruby
Stars: ✭ 228 (+385.11%)
Mutual labels:  text-editor

Cride

Build Status ISC

A light Crystal IDE

screenshot

Features

  • Light, fast and easy to use
  • Customizable
  • Modular (different front-ends can share same resources)
  • Colors
  • Read from the stdin
  • Advanced CTRL + Arrow keys traversing
  • CTRL+D line duplication
  • CTRL+K line emptying/deletion

Command usage

You have to build Cride (see the Development section below).

Open a file:

bin/cride README.md

Development

Build Cride:

shards build

Build with Docker

To build a statically-linked cride binary:

docker run -it --rm -v $PWD:/app -w /app crystal:latest-alpine sh -c "\
shards build --static --release
chown 1000:1000 bin/cride"

The binary built is bin/cride.

License

Copyright (c) 2018-2021 Julien Reichardt - ISC License

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