0.200 2019-05-18 (PERLANCAR)
- Add utility: list-all-programs-in-path (allprogs).
0.19 2017-02-09 (PERLANCAR)
- Add utility: proglist.
0.18 2016-07-20 (PERLANCAR)
- Use more specific schemas to reduce code duplication (filename instead
of just str).
0.17 2015-09-17 (PERLANCAR)
- No functional changes.
- Adjust to Complete::Util 0.36 (complete_file() &
complete_program() split to Complete-File & Complete-Program).
0.16 2015-09-03 (PERLANCAR)
- No functional changes.
- [dist] Move spec prereqs from RuntimeRequires to
DevelopRecommends to reduce deps but still allow indicating spec
requirement.
0.15 2015-03-21 (PERLANCAR)
- No functional changes.
- [Documentation] Mention list of utilities in main module, add FAQ
& more complete See Also.
0.14 2014-11-28 (PERLANCAR)
- No functional changes.
- Adjust to Complete::Bash 0.12.
- Remove doc about tab completion (now added automatically during
build via Pod::Weaver::Section::BashCompletion::PerinciCmdLine).
0.13 2014-10-27 (PERLANCAR)
- Add utility: progcat.
0.12 2014-09-16 (PERLANCAR)
- Add utility: progpath.
0.11 2014-08-16 (SHARYANTO) - Happy 19th CPAN Day!
- Use Perinci::CmdLine::Any.
0.10 2014-07-18 (SHARYANTO)
- No functional changes.
- Adjust to Complete::Bash 0.06.
0.09 2014-07-18 (SHARYANTO)
- No functional changes.
- Switch from Perinci::CmdLine to Perinci::CmdLine::Lite for faster tab
completion.
0.08 2014-07-13 (SHARYANTO)
- Now can also search program in current directory or its path (e.g.
"progless script.pl" or "progedit ../foo").
0.07 2014-07-11 (SHARYANTO)
- [Bugfix] Adjust to Complete::Util 0.12.
- If completion word contains "/" (like "../bin" or "/home/u1/") it
means user wants to complete from filesystem, so we switch to using
complete_file().
0.06 2014-07-02 (SHARYANTO)
- No functional changes.
- [Bugfix] scripts/ or bin/ files need to have something like #!perl and
not #!/usr/bin/env perl so it can be replaced to the path of perl when
installing [RT#96884]
0.05 2014-06-29 (SHARYANTO)
- No functional changes.
- Adjust to Complete::Util 0.10 (changed interface of
mimic_shell_dir_completion).
0.04 2014-06-27 (SHARYANTO)
- Turn off log_any_app so programs start a bit faster.
0.03 2014-06-26 (SHARYANTO)
- Complete programs case insensitively for convenience.
0.02 2014-06-25 (SHARYANTO)
- No functional changes.
- Use Complete::Util which replaces SHARYANTO::Complete::Util.
0.01 2014-06-24 (SHARYANTO)
- First release.