Giter Site home page Giter Site logo

rush's Introduction

rush - the really uninteractive shell

Rush is designed to run POSIX scripts, and run them fast. Think of it as a Rust dash.

I know that the name is overused, but it's too good to pass up.

pretty demo

// TODO:

  • Simple command execution ls -ltr
  • Pipes exa | grep cargo
  • Exit status logic ! false && ls || date
  • Redirection
    • File descriptor to another ls error 2>&1
    • To/from file date > time.txt < Cargo.toml wc
    • Appending >>
    • Here-docs <<
    • Raw, non-io file descriptors 4>&7
  • Async execution &
  • Shell builtins
    • Normal built-ins
      • alias unalias
      • cd
      • etc
    • Special built-ins
      • exit
      • export
      • exec
      • etc
  • Expansions
    • Tilde expansion ls ~
    • Parameter expansion
      • Basic expansion echo ${var:-other}
      • String length echo ${#var}
      • Suffix/prefix removal echo ${var%%pattern}
    • Command substitution
    • Arithmetic expansion
  • Variables
  • Quotes
  • IFS
  • Functions
  • Control flow if for while case etc
  • Expand this to-do list

Decisions to make

  • Should this shell replicate commands that are typically built-in but also have system alternatives?

rush's People

Contributors

ashpil avatar

Stargazers

Ryan Thomas Lynch avatar Nikodem Rabuliński avatar Jason Morganson avatar Alexandra avatar  avatar  avatar Ishimoto Shinobu avatar Scott avatar  avatar chunhui avatar Edwin Kofler avatar  avatar  avatar Firas Khalil Khana avatar ⑆ Neveda ⑈ avatar João Marcos avatar Roman Frołow avatar  avatar  avatar  avatar DerpyCrabs avatar Wesley Moore avatar

Watchers

Roman Frołow avatar

rush's Issues

Any future?

I wonder if this great project will get some more love. As having a "secured by Rust" minimalistic shell is a great advantage for certain industries.

Any plans to continue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.