GithubHelp home page GithubHelp logo

renovate-bot / z-shell-_-zi-crasis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from z-shell/zi-crasis

0.0 0.0 0.0 573 KB

Crasis – semigraphical interface to ZI and exposes its parser via (z) substitution flag. Parsing .zshrc is totally possible. This way Crasis lets you edit your ZI commands located in .zshrc. All in pure Zshell code.

Home Page: https://z.digitalclouds.dev

License: Other

Shell 94.59% Perl 0.11% Makefile 5.30%

z-shell-_-zi-crasis's Introduction

ZI Crasis

Build Status License (GPL version 3) MIT License ZSH 5.0.0

Introduction

Crasis – semigraphical interface to ZI

Zsh exposes its parser via (z) substitution flag. Parsing .zshrc is totally possible. This way Crasis lets you edit your ZI commands located in .zshrc. All in pure Zshell code.

No more commenting-out a line with a text editor to disable plugin, cluttering .zshrc, now you can just press a button.

asciicast

Crasis uses pure-Zshell ZUI library to create ncurses interface.

Installation & Basic Use

Install ZI and add following commands to .zshrc:

zi light z-shell/zui
zi light z-shell/zi-crasis

To use, invoke crasis [optional zshrc path] or press Ctrl-o-k. Global variables CRASIS_THEME and CRASIS_LAYOUT can be used to override configuration file crasis.conf (located in plugin's tree), i.e.:

CRASIS_THEME="zdharma-256" CRASIS_LAYOUT="contract" crasis

256-color themes require Zsh 5.3 or later.

Key Bindings

Key(s) Description
<,> or {,} Horizontal scroll (i.e. left or right)
Ctrl-L Redraw of whole display
Ctrl-U Half page up
Ctrl-D Half page down
Ctrl-P Previous line, centered
Ctrl-N Next line, centered
[, ] Jump to next and previous section (e.g. next plugin or snippet)
g, G Jump to beginning and end of whole interface
/ Show incremental search
F1 Jump to result (in incremental search) and back
Esc Exit incremental search, clearing query
Ctrl-W Delete whole word (in incremental search)
Ctrl-K Delete whole line (in incremental search)
Up and down Resize text field when editing it (e.g. to make the text fit in)

Screenshots

clean-256

zdharma-256

Code Documentation

Crasis is a ZUI application. ZUI is a pure-Zshell library where user generates simple text with hyperlinks, which is then turned into active document with buttons. Check out Crasis code documentation: Asciidoc, PDF.

z-shell-_-zi-crasis's People

Contributors

ss-o avatar imgbotapp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.