Commit graph

308 commits

Author SHA1 Message Date
Greg
699eab6c27
Add cli testing 2019-11-17 14:28:43 -05:00
Greg
b9c04a4dd6
Merge branch 'master' of github.com:chmln/sd 2019-11-17 12:33:37 -05:00
Greg
a88195bf92
Cleanup some replacement code 2019-11-17 12:33:31 -05:00
Greg
617a3ce533
Update dependencies 2019-11-17 12:33:08 -05:00
Gregory
097a21024c
Merge pull request #55 from tshepang/patch-1
readme: reduce the need to look up the meanings of those short options
2019-10-24 09:18:36 -04:00
Tshepang Lekhonkhobe
40db92dfcb
readme: typo
Co-Authored-By: Gregory <chmln@users.noreply.github.com>
2019-10-23 22:22:16 +02:00
Greg
bff7b17392
Add musl target
resolves #56
2019-10-23 15:50:43 -04:00
Gregory
5a5b878d8f
Merge pull request #57 from chmln/ci
CI - remove some non-essential jobs
2019-10-23 15:45:35 -04:00
Greg
51cc010ca0
CI - github release - rm dep 2019-10-23 15:41:42 -04:00
Greg
b897494181
CI - remove some non-essential jobs 2019-10-23 15:40:36 -04:00
Greg
2edc696544
misc cleanup 2019-10-22 18:09:27 -04:00
Greg
238bda429e
Upgrade dependencies 2019-10-22 18:08:54 -04:00
Tshepang Lekhonkhobe
cf916201c6
readme: reduce the need to look up the meanings of those short options 2019-10-14 19:09:52 +02:00
Gregory
ac5040537e
Merge pull request #51 from crides/master
Add `s` flag to make `.` match newline
2019-07-25 00:19:42 -04:00
crides
1a622ce1fd Add s flag to make . match newline 2019-07-24 09:41:22 +08:00
Gregory
860824b88d
Merge pull request #50 from ignatenkobrain/patch-1
Add Fedora instructions into README.md
2019-07-20 15:37:38 -04:00
Igor Gnatenko
f043017cf7
Add Fedora instructions into README.md 2019-07-20 20:56:52 +02:00
Gregory
f108b611bb
Merge pull request #48 from eromoe/patch-1
cargo installation
2019-07-09 23:15:01 -04:00
eromoe
8c1f0dde0f
Update README.md 2019-07-09 09:29:39 +08:00
eromoe
afd11d7ccd
cargo installation 2019-07-09 09:28:06 +08:00
Greg
367cefa89f
Release - use codegen-units=1 2019-06-23 17:29:49 -04:00
Gregory
6103af94d3
Merge pull request #43 from 5paceToast/patch-1
Add Alpine Linux installation instructions
2019-06-20 00:20:42 -04:00
Chloe Kudryavtsev
eb741bc1b4
Add Alpine Linux installation instructions
I added `sd` to the official repos.
2019-06-19 17:56:29 -04:00
Greg
5ece9994db
(cargo-release) version 0.6.5 2019-06-18 22:57:23 -04:00
Greg
3e0a8e1747
Fix stdin replacement with no matches + memmap size
resolves #41, resolves #42
2019-06-18 22:56:41 -04:00
Greg
28da6b0bd7
Azure pipelines - fix erroneous release condition 2019-06-18 15:10:12 -04:00
Greg
7a4cc62379
(cargo-release) version 0.6.4 2019-06-18 15:01:26 -04:00
Greg
bbee96e0c6
Prevent rustfmt from blocking builds 2019-06-18 15:01:00 -04:00
Greg
0328591bb1
rustfmt 2019-06-18 14:57:39 -04:00
Greg
c2c6f87769
(cargo-release) version 0.6.3 2019-06-18 14:54:29 -04:00
Greg
9aa17dda88
Azure template - follow latest tagged release 2019-06-18 14:53:44 -04:00
Greg
f223fc8ce6
Drop mmap_source first 2019-06-18 14:49:52 -04:00
Greg
4982a6645c
Fix crash on Windows | resolves #37 2019-06-18 14:49:23 -04:00
Gregory
61d678c1d2
Merge pull request #28 from chmln/azure-pipelines
Azure pipelines
2019-06-18 14:45:07 -04:00
Greg
d8c806be82
Update readme 2019-06-18 14:07:02 -04:00
Greg
29c80fd6d7
Set up manpage generation 2019-06-18 14:04:02 -04:00
Greg
f698df2e4f
Remove redundant tests 2019-06-17 23:28:07 -04:00
Greg
696847c426
Generate completions 2019-06-17 23:22:10 -04:00
Greg
d225a9024e
rustfmt and cleanup 2019-06-16 16:02:31 -04:00
Greg
6a31294da8
fix github connection 2019-06-16 15:54:01 -04:00
Greg
5bf4be22db
move azure config to root 2019-06-16 15:48:09 -04:00
Greg
25c7bc2a47
Merge branch 'master' of github.com:chmln/sd into azure-pipelines 2019-06-16 15:45:06 -04:00
Greg
8f829f8213
Update ci config 2019-06-16 15:44:55 -04:00
Gregory
b85b084f3c
Update CHANGELOG.md 2019-06-16 15:30:01 -04:00
Greg
3037bae363
(cargo-release) version 0.6.2 2019-06-16 14:57:45 -04:00
Gregory
678367c495
Merge pull request #40 from eclipseo/convert_str_as_bytes
Convert str to bytes to call replacer.replace
2019-06-16 15:21:41 -04:00
Robert-André Mauchin
4e9aa7ddf2 Convert str to bytes to call replacer.replace
Fix #39

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
2019-06-16 20:55:24 +02:00
Greg
e98039ef06
(cargo-release) version 0.6.1 2019-06-16 12:34:42 -04:00
Greg
ab457f7c70
Pre-allocate proper buffer size for memmap.
Additionally:
- switch over to `std::borrow::Cow` in `replace` to avoid unnecessary allocations.
- handle all errors

Resolves #38
2019-06-16 12:31:19 -04:00
Greg
f0ae7db429
(cargo-release) version 0.6.0 2019-06-16 02:51:35 -04:00