Giter Club home page Giter Club logo

pysh's Introduction

pysh

pysh brings the power of a general-purpose language to the command line by providing an auxiliary syntax for Python.

components

pysh contains several components designed to improve developer quality of life when controlling a computer using the command line:

pysh syntax

  • alternative syntax to make Python ergonomic enough to use in a shell
  • thin syntax layer is fully reversable into idiomatic standard Python

frontends

  • (in development) tty frontend (like sh)
  • (planned) matrix frontend (like mc)
  • (planned) full GUI frontend (maybe Wayland/Qt)
  • (planned) webapp frontend (vanilla es6, service workers)
  • (planned) templated web frontend (no client-side js necessary)

prelude

  • (planned) accomplish typical shell tasks without imports or module namespaces

pysh's People

Contributors

qguv avatar

Stargazers

Patrick Luzolo avatar Will Theuer avatar

Watchers

 avatar James Cloos avatar Patrick Luzolo avatar

pysh's Issues

Investigate native AST reflection functionality

When converting plain Python to ergonomic syntax, Python's native reflection could be used to generate an AST from which to produce the ergonomic syntax in a way that avoids corner cases.

When converting abbreviated syntax to plain Python, an instrumented version of the same reflection functionality could be used. Maybe there's yacc/bison involved; if so, the work might be pretty trivial!

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.