0.204 2023-12-03 Released-By: PERLANCAR; Urgency: medium
- Add utility: scriptlist.
- [cli proglist] Add option --type.
0.203 2022-08-09 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Make sure we get completion answers in array (not hash)
form before combining them.
0.202 2020-04-16 Released-By: PERLANCAR; Urgency: medium
- [ux] proglist: Allow empty query
- [doc] Cross-mention proglist and list-all-programs-in-path.
0.201 2019-10-17 Released-By: PERLANCAR; Urgency: medium
- [ux] Simplify CLI scripts by turning off config/env reading to
the rest of the scripts.
0.200 2019-05-18 Released-By: PERLANCAR
- Add utility: list-all-programs-in-path (allprogs).
0.19 2017-02-09 Released-By: PERLANCAR
- Add utility: proglist.
0.18 2016-07-20 Released-By: PERLANCAR
- Use more specific schemas to reduce code duplication (filename instead
of just str).
0.17 2015-09-17 Released-By: 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 Released-By: 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 Released-By: PERLANCAR
- No functional changes.
- [Documentation] Mention list of utilities in main module, add FAQ
& more complete See Also.
0.14 2014-11-28 Released-By: 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 Released-By: PERLANCAR
- Add utility: progcat.
0.12 2014-09-16 Released-By: PERLANCAR
- Add utility: progpath.
0.11 2014-08-16 Released-By: SHARYANTO; Note: Happy 19th CPAN Day!
- Use Perinci::CmdLine::Any.
0.10 2014-07-18 Released-By: SHARYANTO
- No functional changes.
- Adjust to Complete::Bash 0.06.
0.09 2014-07-18 Released-By: SHARYANTO
- No functional changes.
- Switch from Perinci::CmdLine to Perinci::CmdLine::Lite for faster tab
completion.
0.08 2014-07-13 Released-By: 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 Released-By: 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 Released-By: 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 Released-By: SHARYANTO
- No functional changes.
- Adjust to Complete::Util 0.10 (changed interface of
mimic_shell_dir_completion).
0.04 2014-06-27 Released-By: SHARYANTO
- Turn off log_any_app so programs start a bit faster.
0.03 2014-06-26 Released-By: SHARYANTO
- Complete programs case insensitively for convenience.
0.02 2014-06-25 Released-By: SHARYANTO
- No functional changes.
- Use Complete::Util which replaces SHARYANTO::Complete::Util.
0.01 2014-06-24 Released-By: SHARYANTO
- First release.