Skip to content

wakatime/Reply-Plugin-Prompt

Repository files navigation

Reply-Plugin-Prompt

pre-commit.ci status github/workflow codecov

github/downloads github/downloads/latest github/issues github/issues-closed github/issues-pr github/issues-pr-closed github/discussions github/milestones github/forks github/stars github/watchers github/contributors github/commit-activity github/last-commit github/release-date

github/license github/languages github/languages/top github/directory-file-count github/code-size github/repo-size github/v

cpan/v

中文

Your perl deserves a better REPL!

According to interactive shells about perl, reply may be the best REPL of perl up to now. This project provides a reply plugin to support:

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

screenshot

  • A wakatime plugin to statistic how much time you write perl in REPL. Just add 'wakatime' to your @sections to enable it.

wakatime

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 Reply::Plugin::Prompt
paru -S perl-reply-plugin-prompt

Configure

perldoc Reply::Plugin::Prompt.