Marcel - Pipe में string की जगह Python type पास करने वाला आधुनिक shell
(marceltheshell.org)- कमांडों के बीच piping करते समय सामान्य string की बजाय Python values (List, Tuple, String, Number) और objects (files, processes) पास करता है
- अलग भाषा के बिना Python का उपयोग करके filtering/processing/formatting संभव
$ ps | select (p: 'python' in p.commandline)$ ls | select (lambda f: now() - f.mtime < days(1))
- Python data structures से JSON में conversion और input/output
1 टिप्पणियां
क्या यह PowerShell का Python वर्ज़न है? haha