statusline

A blazingly-fast successor to purplesyringa's shell, rewritten in Rust.

Requirements

Installation

```bash

!/bin/bash

cargo install statusline echo 'export PS1_MODE=...' >> ~/.bashrc # for 'text' and 'minimal' echo 'eval "$(statusline --env)"' >> ~/.bashrc . ~/.bashrc ```

Don't forget to check PATH and update from time to time.

Features

How is this different from purplesyringa's shell?

Command line options

statusline Display simple message "how to use" statusline --env Print commands for `.bashrc` statusline --run [return_code:N/A [jobs_count:0 [elapsed_time:N/A]]] Print statusline as PS1 prompt statusline --colorize <str> Colorize <str> like hostname and username. Can be used to choose hostname which has the color you want

This should have some better formatting but I'm too lazy for this