GithubHelp home page GithubHelp logo

brshell's Introduction

BRshell

An easy to use shell interface for brazilian speaking users

Command Syntax

A command can consist of 2 formats:

  • Simple Command: A name from executable, found in PATH, followed by one or more arguments. Ex: ps -elf

cmdo_name arg[1] ... arg[n]

  • One or more "pipe sections": each section being a simple command separated by the caracter |. Ex: ps -elf | grep user | more

pipe_section[1] | ... | pipe_section[n]

.BRbshrc_profile example

PATH=/usr/bin/;/bin/

.BRshrc

alias "cd" "mudar"
alias "ps" "processos"
alias "rm" "remove"
alias "mkdir" "criadir"
alias "mv" "move"
alias "cp" "copia"
alias "ls" "lista"
alias "grep" "filtra"
alias "wc" "conta"
alias "echo" "ecoa"
alias "cat" "mostra"
alias "find" "acha"
alias "sleep" "dorme"

Roadmap

  • BRShell scripts
  • Infinite loop receiving commands of variable length
  • Command ver: BRshell version, update date, author
  • Command historico: 10 commands history queue
  • in execution, adds the command to queue
  • Command historico [n]: run command in history queue position n
  • IndexOutOfBounds: shows Comando fora do intervalo do histórico
  • Ignore lines starting with #
  • Command exit [code]: exit programs, optional exit code
  • search commands in env PATH
  • Read aliases from $HOME/.BRshrc
  • Add Translation Preprocessing using aliases
  • Read PATH from $HOME/.BRbshrc_profile
  • Use PATH from file not from env
  • Redirect std{in,out} to files
  • enable pipe usage
  • Background jobs

brshell's People

Contributors

thlmenezes avatar

Watchers

 avatar

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.