Commit graph

140 commits

Author SHA1 Message Date
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
Greg
80d92bd237
Remove smart-casing, implement full-word replace 2019-06-16 02:49:10 -04:00
Greg
7160053060
Remove smart-case util check 2019-06-16 02:48:42 -04:00
Greg
5a2094f733
Deprecate --in-place, add --preview 2019-06-16 02:48:29 -04:00
Greg
c22ce5ed58
Cleanup & upgrade dependencies 2019-06-16 02:48:18 -04:00
Greg
bbd995f022
Merge branch 'master' of github.com:chmln/sd 2019-05-26 23:29:03 -04:00
Greg
dd3fe50bdb
Upgrade dependencies 2019-05-26 23:28:57 -04:00
Gregory
c4f05d5afe
Merge pull request #32 from svenstaro/patch-1
Update Arch Linux installation instructions
2019-05-13 18:36:07 -04:00
Sven-Hendrik Haase
123423a951
Update Arch Linux installation instructions
I added `sd` to the official repos.
2019-05-13 20:05:24 +02:00
Greg
bc79c9b5ed
update patch url 2019-04-14 23:18:26 -04:00
Greg
ae77cce863
test new template 2019-04-14 23:11:07 -04:00
Greg
abe7cbcfbd
has_matches() - use quicker method 2019-04-08 23:35:25 -04:00
Greg
a8f87ccc07
Merge branch 'mmap' of github.com:chmln/sd 2019-04-07 11:34:27 -04:00
Greg
c197fc231e
input.rs - cleanup 2019-04-07 11:32:16 -04:00
Greg
a83b321960
Implement Error::log 2019-04-07 11:31:16 -04:00
Greg
c05140b3c2
rustfmt - tweak brace style 2019-04-07 11:31:02 -04:00
Greg
060b7bb8a4
mmap - rough version 2019-04-07 01:40:59 -04:00
Gregory
e788f677cf
Merge pull request #29 from vthriller/master
Briefly describe fd in the readme.
2019-04-01 09:11:09 -04:00
vthriller
a4cfa4997f Briefly describe fd in the readme.
Not everyone is familiar with modern rewrites of standard utils.
2019-04-01 15:29:22 +03:00