- B(o)rn(e) RUsty SHell - Rust में लिखा गया POSIX- और Bash compatible shell, जो C-आधारित Bash की तुलना में अधिक सुरक्षा और बेहतर maintainability देता है
- Linux, macOS और WSL पर चलता है, जबकि Windows support experimental stage में है
- अधिकांश
sh/bash scripts चला सकता है और रोज़मर्रा के interactive use के लिए उपयुक्त है
.bashrc को as-is process करता है; अलग configuration चाहिए तो ~/.brushrc इस्तेमाल करें
- Rust ecosystem के Crate (
tokio, clap, fancy-regex, criterion.rs) को सीधे उपयोग किया जा सकता है → complex features को अधिक स्थिर तरीके से implement करना संभव
- asynchronous processing, profiling और benchmarking संभव → बड़े scripts चलाने में बेहतर efficiency की उम्मीद
- 675 से अधिक test cases के साथ Bash जैसे existing shells के behavior की तुलना करके verify किया गया → उच्च-विश्वसनीय compatibility सुनिश्चित
- Cargo, Nix, Homebrew, Arch repository सहित कई distribution channels का support, जिससे installation और management आसान
- MIT license
अभी कोई टिप्पणी नहीं है.