The NetBSD Project

CVS log for pkgsrc/textproc/molybdenum/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / molybdenum

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 17 15:51:50 2022 UTC (19 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored) to selected 1.5 (colored)

textproc/molybdenum: update to 0.1.9

v0.1.9
 - When the search pattern is specified multiple time, the last one is actually
   used. This allows for a better integration with scripting where a default
   pattern is specified and might be updated later.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 12 20:21:16 2022 UTC (23 months, 1 week ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.5: +6 -4 lines
Diff to previous 1.5 (colored)

textproc/molybdenum: update to 0.1.8

v0.1.8
-Support for working with capture groups. When -P % is specified, the
 replacement string specified via -r will substitute capture groups for all
 occurences of % or %[0-9].
-Support for compact output.
-Rework of colored output: when not specified, the output stream is checked.
 If this is a TTY, no color output will be produced.

v0.1.7
-Filename pattern matching with -f and -F is now case-sensitive only when -s
 is set
-Added primitive method to only output the matches via -m. This should be
 replaced with proper Regex submatch support.

Revision 1.5 / (download) - annotate - [selected], Wed Aug 18 21:01:43 2021 UTC (2 years, 8 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

textproc/molybdenum: update to 0.1.6

-Added support for colorized output
-Added .out as binary extension
-When stdout is non-TTY, a more compact and useful format is used.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 3 08:58:41 2021 UTC (2 years, 8 months ago) by pin
Branch: MAIN
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored) to selected 1.5 (colored)

textproc/molybdenum: simplify Makefile

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 11 20:33:13 2021 UTC (2 years, 10 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.5 (colored)

textproc/molybdenum: update to 0.1.5

-Added support for folder output via -L.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 2 17:19:02 2021 UTC (2 years, 10 months ago) by pin
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)

textproc/molybdenum: update to 0.1.4

-Removed warnings and dead code.
-Add support for searching hidden and ignored files.

Revision 1.1 / (download) - annotate - [select for diffs], Sat May 29 17:21:42 2021 UTC (2 years, 10 months ago) by pin
Branch: MAIN
Diff to selected 1.5 (colored)

textproc/molybdenum: import package

Recursive _search and replace_ CLI application.

Powerful search can be found without problems, eg, grep, ack, ag, ripgrep
or broot.

Tools for replacing recursively in a folder are more difficult to find,
although some exist: fart-it. Typically, people use a combination of searching,
xargs and a replacement tool like sed or rpl.

I use code searching a lot to investigate a large source code base before
attempting a replace. Even with 100k files, search is fast and fairly easy.
Recursively replacing text is much more dangerous, especially if it requires
the combination of several less frequently used tools; it's difficult to
remember a search-xargs-replace combination if not used on a daily basis.
On top of this, the search tool used to filter the set of files and perform a
dry-run, is not per-se using the same search query as the replace tool.
After all, these are different tools. It would be better if a single tool could
be used for every-day searching and replacing.
This is exactly what The Molybdenum Replacer intends to achieve.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>