aki-gsub is the substitude text program.
aki-gsub is the substitude text by regex.
command:
`aki-gsub` -H
-1. you can install this into cargo bin path:
cargo install aki-gsub
-2. you can build debian package:
cargo deb
and install .deb into your local repository of debian package.
cat text-file | aki-gsub -e "^name: *(.*)$" -f "\$1"