Bash-dirstack

From Free Software Directory
Revision as of 03:46, 21 November 2019 by Goetzpf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


[edit]

bash-dirstack

https://github.com/goetzpf/bash-dirstack
An implementation of a persistent directory stack in bash.

Although bash has the built-in commands "dirs", "pushd" and "popd" that manage a directory stack, these commands lack certain features.

bash-dirstack has the following advantages:

  • A single directory stack file can be shared across all terminal windows of your session.
  • The directory stack is a text file than can be edited.
  • The directory stack is preserved after you log off.
  • You can use several directory stacks, each with a different name.
  • You can go to the last entry on the stack without removing it from the stack.
  • You can navigate to directories in the stack without changing the stack.
  • You can use strings, even regular expressions to select directories from the stack.





Licensing

License

Verified by

Verified on

Notes




Leaders and contributors

Resources and communication

Software prerequisites

KindDescription
Required to usetail
Required to usenl
Required to usesed
Required to usebash
Required to usegrep




Entry






















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.