Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdheepak/crossterm.jl
https://github.com/kdheepak/crossterm.jl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdheepak/crossterm.jl
- Owner: kdheepak
- License: mit
- Created: 2023-07-22T01:11:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T05:38:25.000Z (10 months ago)
- Last Synced: 2024-05-02T01:48:06.458Z (8 months ago)
- Language: Julia
- Size: 251 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# Crossterm.jl
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://kdheepak.com/Crossterm.jl/dev/)
[![Build Status](https://github.com/kdheepak/Crossterm.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/kdheepak/Crossterm.jl/actions/workflows/CI.yml?query=branch%3Amain)`Crossterm` is a Julia library that provides rich functionality to control and manipulate terminal interfaces using the excellent [`crossterm-rs`](https://docs.rs/crossterm/latest) crate.
This includes operations like cursor movement, color and style management, and much more.## Features
- Cursor movement (up, down, left, right, etc.)
- Color manipulation (foreground, background)
- Style manipulation (bold, underline, etc.)
- Terminal manipulation (clearing, resizing, etc.)
- Scroll operations
- Screen buffering