Coder Social home page Coder Social logo

Comments (3)

GijsTimmers avatar GijsTimmers commented on August 21, 2024

I don't think I get it. You mean that you want to have a list of recent directories to cycle through?

from jsh.

GijsTimmers avatar GijsTimmers commented on August 21, 2024

See issue #34:

Quote:

Normally, cd - gets you in the previous directory.

Expected behaviour:

$ pwd
  /etc/apt
$ cd /mnt/Data
$ pwd
  /mnt/Data
$ cd -
$ pwd
  /etc/apt

Actual behaviour:

$ pwd
  /etc/apt
$ cd /mnt/Data
$ pwd
  /mnt/Data
$ cd -
  [DEBUG: You entered: 'cd -']
  [DEBUG: readcmd: cmd 'cd -' expanded to 'cd -']
  [DEBUG: alias: input resolved to: 'cd -']
  jsh: cd: No such file or directory
  [DEBUG: built-in: executed 'cd']
  [DEBUG: freeing comd struct for 'cd']
  [DEBUG: parseexpr: expr evaluated with return value 1]
  [DEBUG: readcmd: freeing memory for: 'cd']
$ pwd
  /mnt/Data

from jsh.

jovanbulck avatar jovanbulck commented on August 21, 2024

See issue #51 for further discussion

from jsh.

Related Issues (20)

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.