项目作者: nilsmartel

项目描述 :
simple cli to pick line from file or stdin
高级语言: Rust
项目地址: git://github.com/nilsmartel/pick.git
创建时间: 2020-05-14T07:37:47Z
项目社区:https://github.com/nilsmartel/pick

开源协议:

下载


pick

Pick a specific line from stdin or a file

Usage

  1. pick 0.1.0
  2. Pick a specific line from stdin or a file
  3. USAGE:
  4. pick [OPTIONS] <line-number>
  5. FLAGS:
  6. -h, --help Prints help information
  7. -V, --version Prints version information
  8. OPTIONS:
  9. -f, --file <input> optional input file, defaults to stdin
  10. ARGS:
  11. <line-number>

Installation

using cargo

```console
git clone https://github.com/nilsmartel/pick
cd pick
cargo install —path .