Coder Social home page Coder Social logo

qbsh's People

Contributors

fellippeheitor avatar vwbusguy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qbsh's Issues

Sub-process piping

Currently, stderr is shown more or less in real-time and stdout is presented only after a sub-process has ended. This means stuff like vim launches but the user must edit files blindly, making it virtually unusable. Similarly, dnf will seemingly hang indefinitely as it waits for a user to y/n confirm the changes. We need to present both stderr and stdout in realtime and, ideally, capture stdout separately in case it may be useful for piping later.

CHDIR should change to $HOME by default

Description:
Running CHDIR/CD without any arguments gives help text and doesn't change directory. Generally, on POSIX systems, this should change directory to the user's home.

Current behavior:

> $ CHDIR
CD <DIRECTORY>

Expected behavior:
CHDIR changes current working directory to ENVIRON$("HOME")

Directory listing

Being able to list directory contents has been a longstanding TODO for qbsh. It's time to make that happen.

Currently, ls and dir work but only as bare sub-process calls. With a bit of creativity, we should be able to do this natively.

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.