Revision history for Prompt
0.0.9 2025-01-20T14:23:54+01:00
- Remove method "expand": it was too limited in its
functionality and really didn't belong in this module.
Improved prompt expansion capabilities are now provided
by the Promp::Expand distribution
0.0.8 2025-01-17T19:31:09+01:00
- Add method "expand" which performs various types of
escape sequence expansions, intended to make the prompt
shown to the user much more configurable
0.0.7 2024-12-05T12:14:11+01:00
- Make sure history file exists for Terminal::LineEditor
because otherwise Terminal::LineEditor activation will
fail and another editor will be selected. Spotted by
Timo Paulssen++
0.0.6 2024-11-25T20:34:11+01:00
- Make editor specification more resilient to faulty
input
0.0.5 2024-11-24T20:16:27+01:00
- Added support for additional completions with the
:additional-completions named argument and method
0.0.4 2024-11-24T12:44:28+01:00
- Added support for .supports-completions method
- Added support for .completions setter / getter
- Initial stab at supporting completions for the
Linenoise and Terminal::LineEditor editors
0.0.3 2024-11-22T17:59:06+01:00
- Added support for .editor-name method
0.0.2 2024-11-19T17:20:23+01:00
- Added support for ":prompt" to export a "prompt" sub
- Added some basic export tests
0.0.1 2024-11-19T15:50:18+01:00
- Initial version