7 releases

new 0.2.31 Feb 17, 2025
0.2.30 Feb 17, 2025

#1410 in Parser implementations

Download history 543/week @ 2025-02-12

543 downloads per month

MIT/Apache

31KB
652 lines

CLI with Some shell command

github crates.io docs.rs

The goal of this package is to be a drop-in replacement for the some shell commands in 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

~5–14MB
~150K SLoC