rust-shlex

shell word splitter

A Rust implementation of shell word splitting similar to Python's shlex.

Split a string into shell words, like Python's shlex.

GitHub

103 stars
5 watching
15 forks
Language: Rust
last commit: 10 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ruricolist/cl-shlex A lexical analyzer for shell-like syntaxes with support for quoting and commenting 8
shelljs/shx A utility package providing portable shell commands for Node.js package scripts 1,729
alilleybrinker/langs-in-rust A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. 874
pirtleshell/rust-gedcom A Rust implementation of a Gedcom file parser 5
wing924/shellwords A library to manipulate strings according to UNIX Bourne shell word parsing rules 24
shnewto/bnf A parser for Backus-Naur form grammars in Rust. 260
supercilex/fuc A collection of optimized Unix commands in Rust 355
lwandrebeck/rush A bash compatible shell written in Rust, aiming to be fully featured and reliable. 37
brennie/diffx-rs A Rust library for parsing and working with diffX data 1
nn1ks/mshp A minimal shell prompt implemented in Rust 3
reubeno/brush A Rust implementation of a bash-compatible shell with POSIX features. 24
sorairolake/sysexits-rs A Rust library that provides system exit code constants as defined by <sysexits.h> 22
rusty-ferris-club/shellclear A tool to secure shell commands history by detecting sensitive data and providing options to clear or backup the history 219
ende76/brotli-rs A Rust implementation of Brotli decompression 63
bytecodealliance/rustix A safe Rust interface to POSIX-like system calls with configurable backends. 1,491