Crates.io | pedit |
lib.rs | pedit |
version | 1.0.0 |
source | src |
created_at | 2020-02-24 14:10:37.885633 |
updated_at | 2020-02-24 14:10:37.885633 |
description | Command line utility that helps with editing configuration files. |
homepage | |
repository | https://git.sr.ht/~jpastuszek/pedit |
max_upload_size | |
id | 212025 |
size | 58,413 |
pedit
is a command line utility that helps with automation of editing configuration files.
--multikey
).Ensure that ssh_config
file contains key StrictHostKeyChecking
set to value yes
; if the key is absent put the pair before line containing UserKnownHostsFile
.
pedit --in-place ~/.ssh/ssh_config --diff line-pair --separator " " "StrictHostKeyChecking yes" present relative-to "UserKnownHostsFile" before
cargo install pedit