5e38bd9b93
0.45 ---- New features: - --only-cook '!<regexp>' enables "confident mode" where every possible prompt that matches a regexp is cooked immediately (so that even prompts that get printed when handling a large paste are cooked) - --no-children (-N) now enables direct mode whenever the client switches to the alternate screen. This makes editors and pagers usable even when using --always-readline on non-linux systems - when run inside an emacs shell buffer, rlwrap will execute the client instead of wrapping it (just as when stdin is not a terminal) - --always-echo echoes user input even when the client has switched off ECHO. - filter "makefilter" to easily employ shell commands (like sed, or grep) as rlwrap filters (extending/superseding "outfilter") - filters can change (some) bindable and internal readline variables with a new RlwrapFilter method tweak_readline_oob() Bug Fixes: - rlwrap correctly handles bracketed paste - --ansi-colour-aware (-A) didn't do anything at all. Now it recognises colour codes as well as common control codes like window titles. --ansi-colour-aware="!" will "bleach" the prompt, i.e. remove all colour codes - On AIX, rlwrap would quit if client wrote 0 bytes - a round of testing on Polarhome to weed out some incompatibilities with older Unix systems
39 lines
1.3 KiB
Text
39 lines
1.3 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2021/03/04 10:12:12 leot Exp $
|
|
bin/rlwrap
|
|
man/man1/rlwrap.1
|
|
man/man3/RlwrapFilter.3pm
|
|
share/rlwrap/completions/coqtop
|
|
share/rlwrap/completions/testclient
|
|
share/rlwrap/filters/README
|
|
share/rlwrap/filters/RlwrapFilter.3pm
|
|
share/rlwrap/filters/RlwrapFilter.pm
|
|
share/rlwrap/filters/censor_passwords
|
|
share/rlwrap/filters/censor_passwords.py
|
|
share/rlwrap/filters/count_in_prompt
|
|
share/rlwrap/filters/count_in_prompt.py
|
|
share/rlwrap/filters/debug_null
|
|
share/rlwrap/filters/dissect_prompt
|
|
share/rlwrap/filters/edit_history
|
|
share/rlwrap/filters/ftp_filter
|
|
share/rlwrap/filters/ftp_filter.py
|
|
share/rlwrap/filters/handle_hotkeys
|
|
share/rlwrap/filters/handle_hotkeys.py
|
|
share/rlwrap/filters/handle_sigwinch
|
|
share/rlwrap/filters/history_format
|
|
share/rlwrap/filters/listing
|
|
share/rlwrap/filters/logger
|
|
share/rlwrap/filters/logger.py
|
|
share/rlwrap/filters/makefilter
|
|
share/rlwrap/filters/null
|
|
share/rlwrap/filters/null.py
|
|
share/rlwrap/filters/outfilter
|
|
share/rlwrap/filters/paint_prompt
|
|
share/rlwrap/filters/paint_prompt.py
|
|
share/rlwrap/filters/pipeline
|
|
share/rlwrap/filters/pipeto
|
|
share/rlwrap/filters/pipeto.py
|
|
share/rlwrap/filters/rlwrapfilter.py
|
|
share/rlwrap/filters/scrub_prompt
|
|
share/rlwrap/filters/simple_macro
|
|
share/rlwrap/filters/template
|
|
share/rlwrap/filters/unbackspace
|