cride

A light CLI text editor/IDE written in Crystal

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

Repository

cride

Owner
Statistic
  • 49
  • 3
  • 1
  • 0
  • 0
  • almost 3 years ago
  • June 9, 2018
License

ISC License

Links
Synced at

Thu, 25 Apr 2024 20:49:03 GMT

Languages