sd icon indicating copy to clipboard operation
sd copied to clipboard

Intuitive find & replace CLI (sed alternative)

Results 114 sd issues
Sort by recently updated
recently updated
newest added

Which syntax should I use to go from ``` First word. Another word. ``` to ``` First word. Another word. ``` `sd -s ". " '.\\n' text.txt` produces ``` First...

Thanks again @chmln for creating a neat tool -- and thanks for bothering to create a `man` page at all, it's a rarity for FOSS command line tools. Currently, the...

[`fasd`](https://github.com/clvv/fasd#introduction) is fantastic, but one of its default aliases conflicts with this tool's name. I don't necessarily expect you to rename this project, but noting this in documentation would be...

M-needs triage

Ref: https://github.com/TankerHQ/ruplacer/tree/bf39991b#subvert-mode While I use `sd` day-to-day for common replacement tasks, I find myself falling back to [`ruplacer`](https://github.com/TankerHQ/ruplacer) whenever I need its `--subvert` functionality. It would be _amazing_ if `sd`...

I have two files 1. main.tex ```latex \documentclass[12pt,a4paper]{article} \begin{document} Reading a Compact Disk requires a disk drive. \end{document} ``` 2. glossary.tex ```latex \newglossaryentry{disdr}{name={disk drive},description={A device.}} \newglossaryentry{cd}{name={Compact Disk},description={A disk.}} ``` This...

# Issue In benchmark, I've noticed that you weren't using `-p` option for `sd` to print everything to stdout. Nevertheless, `sed`-commands print everything to stdout. Also, once `sd "(\w+)" "$1$1"...

C-docs

Just thought it might be nice to have those applied. You could also add a clippy check (and/or cargo fmt check) to the GitHub test.yml workflow, if you like the...

Using latest precompiled binary on Ubuntu 20.04. Using ```sh cat > f

C-enhancement

I am on an old linux machine that i cannot upgrade. The musl release is what i usually use for installing,eg, ripgrep or fd-rust The musl release binary sd-v0.7.6-x86_64-unknown-linux-musl does...