summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-11-18Overall reorganization (#265)Blair Noctis
2023-11-02Make modified text blue instead of green (#269)CosmicHorror
2023-11-02Rework the replacements flag (#267)CosmicHorror
2023-11-02Temporarily remove recursive (`-r`) flag (#266)CosmicHorror
2023-11-01Update `--preview` help text (#263)CosmicHorror
2023-10-30Remove warning when using `--preview` on stdin input (#259)CosmicHorror
2023-10-28Error on `$<num><non_num>` capture replacement names (#258)1.0.0-pre-alpha.51.0.0-alpha.0CosmicHorror
2023-10-21Remove broken custom path separator flag (#250)CosmicHorror
2023-10-17Update --string-mode references to --fixed-strings (#240)CosmicHorror
2023-10-16Add redundancy warning when passing `--preview` while reading from stdin (#239)Ardi
2023-10-02docs: use clap_mangen and roff to generate manpage (#231)Blair Noctis
2023-05-16Rename `--string-mode` to `--fixed-strings` (#192)CosmicHorror
2023-05-11Replace structopt with clap v4 (#189)CosmicHorror
2023-05-11Switch `atty` for `is-terminal` (#188)CosmicHorror
2023-05-11Improve error message for failed replacements (#186)CosmicHorror
2023-05-10Fix warnings and clippy lints (#185)CosmicHorror
2023-05-08`memmap` -> `memmap2` (#183)CosmicHorror
2021-05-07Fix recursive preview (show file path)Linus789
2021-05-05Merge pull request #115 from SimplyDanny/follow-symlink-when-writingGregory
2021-05-06Do not print out path in previewLinus789
2021-05-02CleanupGregory
2021-05-02Implement recursive replacement supportGregory
2021-03-28Fix #94: Do not replace symlink with output fileDanny Moesch
2021-02-15Add support for limited replacements | #105Gregory
2021-02-10Move tests to replacer tooGregory
2021-02-10Extract replacer into own fileGregory
2021-02-10Implement recursive glob supportGregory
2020-08-03Adds note about in-place file modification to --help outputWes Roberts
2020-05-04Add empty-file check for memmep use in stdoutGregory
2020-04-22replace: isolate memmap from file errsGreg
2020-04-22Ensure memmap source is not emptyGreg
2020-04-10Fix #68: Do not write empty content to file (#71)v0.7.3Danny Mösch
2020-03-29Merge branch 'master' of github.com:chmln/sdGreg
2020-03-29Misc cleanupGreg
2020-03-18Upgrade Azure Pipelines (#65)Gregory
2020-02-24Minor tweaksGreg
2020-01-25Let ^$ match lines by defaultGreg
2019-12-30Pretty-print error on terminationGreg
2019-12-30Use own Error typeGreg
2019-12-09cleanupGreg
2019-11-17Remove deprecated flag and cleanup app.rsGreg
2019-11-17cleanup replacer constructionGreg
2019-11-17Cleanup some replacement codeGreg
2019-10-22misc cleanupGreg
2019-07-24Add `s` flag to make `.` match newlinecrides
2019-06-18Fix stdin replacement with no matches + memmap sizeGreg
2019-06-18rustfmtGreg
2019-06-18Drop mmap_source firstGreg
2019-06-18Fix crash on Windows | resolves #37Greg
2019-06-18Set up manpage generationGreg