8 breaking releases
0.8.0 | Jul 9, 2019 |
---|---|
0.6.0 | Mar 28, 2019 |
#7 in #sends
28 downloads per month
16KB
276 lines
Send
- Version:
0.8.0
(July 10th, 2019)- This project follows Semantic Versioning 2.0.0
- License: Nice License 1.0.0
- Repository: https://bitbucket.org/haibison/send-rs
- Crate: https://crates.io/crates/send
- Documentation: https://docs.rs/send
lib.rs
:
Send
Project
- Repository: https://bitbucket.org/haibison/send-rs
- License: Nice License 1.0.0 (see LICENSE file at root directory of
master
branch) - This project follows Semantic Versioning 2.0.0
This program lets the user type in input, then sends it to one other program.
Other program can be either:
-
Piped via stdout. In this case, all input data will be sent untouched.
-
Or specified after a double-hyphen phrase (
--
). The phrase{}
will be replaced with input data. Since this method sends input data via command line, it will be filtered. The program will exit withERROR_EXIT_CODE
if it detects some illegal characters, such as:#0
, tab, line break...
If both methods are used at once, the program will exit with ERROR_EXIT_CODE
.
Dependencies
~30KB