#command-line #directory #display #ls #find #filename #text

bin+lib cli_util

Command-line utilitiy for unix based systems

10 releases

0.2.35 Mar 4, 2025
0.2.34 Mar 3, 2025
0.2.31 Feb 17, 2025

#892 in Parser implementations

Download history 518/week @ 2025-02-12 69/week @ 2025-02-19 301/week @ 2025-02-26 97/week @ 2025-03-05

985 downloads per month

MIT/Apache

42KB
889 lines

CLI with Some shell command

github crates.io docs.rs

The purpose of this package is to reimplement some shell commands with Rust.

Commands are:

  • echo — Display a message on screen.
  • cd — Change Directory - change the current working Folder.
  • cat — Concatenate and print (display) the content of files.
  • ls — List directory contents.
  • find — Search a folder hierarchy for filename(s) that meet a desired criteria.
  • grep — Search file(s) for specific text.

Dependencies

~7–15MB
~183K SLoC