cride alternatives and similar shards
Based on the "CLI Utils" category.
Alternatively, view cride alternatives based on common mentions on social networks and blogs.
-
hetzner-k3s
A CLI tool to create and manage Kubernetes clusters in Hetzner Cloud using the lightweight distribution k3s by Rancher. -
oq
A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data. -
tallboy
Declarative API for drawing unicode/ascii character tables in crystal lang -
meet
Start a meeting quickly from the comfort of your command line. ๐ฉโ๐ฉโ๐งโ๐ฆ๏ธ๐จ๏ธ -
terminal_table.cr
Terminal Table is a simple ASCII table generator written in Crystal. -
progress_bar.cr
A ProgressBar implementation for the Crystal programming language
Static code analysis for 29 languages.
Do you think we are missing an alternative of cride or a related project?
README
Cride
A light Crystal IDE
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
CLI usage
You have to build Cride (see the Development section below).
Open a file:
bin/cride README.md
Development
Install project dependencies
shards install
Build Cride:
shards build
Build with Docker
To build a statically-linked cride
binary:
docker run -it --rm -v $PWD:/app -w /app jrei/crystal-alpine sh -c "\
shards install
shards build --static --release
chown 1000:1000 bin/cride"
The binary built is bin/cride
.
License
Copyright (c) 2018-2019 Julien Reichardt - ISC License
*Note that all licence references and agreements mentioned in the cride README section above
are relevant to that project's source code only.