Reply-Plugin-Prompt

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

make manifest
make dist
```

## Configure

### Section Order

```perl
@sections = ( 'result', 'os', 'version', 'path', 'time' );
```

### Section Colors

```perl
%section_colors = (
    'result'  => 'yellow on_red',
    'os'      => 'black on_yellow',
    'version' => 'blue on_black',
    'path'    => 'white on_blue',
    'time'    => 'black on_white',
);
```

### Section Separator

```perl
$sep = '';
```

### Whitespaces Which Padded Around Section Text

```perl
$insert_text = ' %s ';
```

### Section Text

```perl
$insert_result  = '✘ %s';
$insert_version = ' %s';
$insert_os      = '%s';
$insert_time    = ' %s';
```

### Time Format

```perl
$time_format = '%H:%M:%S';
```

### Prompt Character

```perl
$prompt_char = '❯ ';
```

### Configuration File

The configuration file path respects
[XDG](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html),
which is `${XDG_CONFIG_PATH:-$HOME/.config}/reply/prompt.pl`.

## Similar Prompts

See [here](https://github.com/Freed-Wu/my-dotfiles/wiki).



( run in 0.566 second using v1.01-cache-2.11-cpan-39bf76dae61 )