https://github.com/wakatime/reply-plugin-prompt
Perl Reply plugin for powerlevel10k style prompt and WakaTime time tracking
https://github.com/wakatime/reply-plugin-prompt
perl repl reply wakatime
Last synced: about 1 year ago
JSON representation
Perl Reply plugin for powerlevel10k style prompt and WakaTime time tracking
- Host: GitHub
- URL: https://github.com/wakatime/reply-plugin-prompt
- Owner: wakatime
- Created: 2023-02-26T12:24:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T22:14:40.000Z (over 2 years ago)
- Last Synced: 2025-02-17T09:28:12.549Z (over 1 year ago)
- Topics: perl, repl, reply, wakatime
- Language: Perl
- Homepage: https://metacpan.org/pod/Reply::Plugin::Prompt
- Size: 114 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Reply-Plugin-Prompt
[](https://results.pre-commit.ci/latest/github/wakatime/Reply-Plugin-Prompt/main)
[](https://github.com/wakatime/Reply-Plugin-Prompt/actions)
[](https://codecov.io/gh/wakatime/Reply-Plugin-Prompt)
[](https://github.com/wakatime/Reply-Plugin-Prompt/releases)
[](https://github.com/wakatime/Reply-Plugin-Prompt/releases/latest)
[](https://github.com/wakatime/Reply-Plugin-Prompt/issues)
[](https://github.com/wakatime/Reply-Plugin-Prompt/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/wakatime/Reply-Plugin-Prompt/pulls)
[](https://github.com/wakatime/Reply-Plugin-Prompt/pulls?q=is%3Apr+is%3Aclosed)
[](https://github.com/wakatime/Reply-Plugin-Prompt/discussions)
[](https://github.com/wakatime/Reply-Plugin-Prompt/milestones)
[](https://github.com/wakatime/Reply-Plugin-Prompt/network/members)
[](https://github.com/wakatime/Reply-Plugin-Prompt/stargazers)
[](https://github.com/wakatime/Reply-Plugin-Prompt/watchers)
[](https://github.com/wakatime/Reply-Plugin-Prompt/graphs/contributors)
[](https://github.com/wakatime/Reply-Plugin-Prompt/graphs/commit-activity)
[](https://github.com/wakatime/Reply-Plugin-Prompt/commits)
[](https://github.com/wakatime/Reply-Plugin-Prompt/releases/latest)
[](https://github.com/wakatime/Reply-Plugin-Prompt/blob/main/LICENSE)
[](https://github.com/wakatime/Reply-Plugin-Prompt)
[](https://github.com/wakatime/Reply-Plugin-Prompt)
[](https://github.com/wakatime/Reply-Plugin-Prompt)
[](https://github.com/wakatime/Reply-Plugin-Prompt)
[](https://github.com/wakatime/Reply-Plugin-Prompt)
[](https://github.com/wakatime/Reply-Plugin-Prompt)
[](https://metacpan.org/pod/Reply::Plugin::Prompt)
[中文](https://metacpan.org/release/FREED/Reply-Plugin-Prompt-0.0.18.0/source/README-zh_CN.md)
Your perl deserves a better REPL!
According to [interactive shells about perl](https://archive.shadowcat.co.uk/blog/matt-s-trout/mstpan-17/),
[reply](https://metacpan.org/pod/Reply) may be the best REPL of perl up to now.
This project provides a reply plugin to support:
- A [powerlevel10k](https://github.com/romkatv/powerlevel10k) style prompt. It
is an enhancement of [Reply::Plugin::FancyPrompt](https://metacpan.org/pod/Reply::Plugin::FancyPrompt).
You can customize these sections' order:
```perl
@sections =
( 'wakatime', 'result', 'os', 'version', 'path', 'time' );
```

- A wakatime plugin to statistic how much time you write perl in REPL. Just add `'wakatime'`
to your `@sections` to enable it.
[](https://wakatime.com)
If there is a git repository, the project name can be achieved by git. Else use
the base name of current working directory.
## Install
### [CPAN](https://metacpan.org/pod/Reply::Plugin::Prompt)
```bash
cpan Reply::Plugin::Prompt
```
### [AUR](https://aur.archlinux.org/packages/perl-reply-plugin-prompt)
```bash
paru -S perl-reply-plugin-prompt
```
## Configure
[`perldoc Reply::Plugin::Prompt`](https://metacpan.org/pod/Reply::Plugin::Prompt).