On Wed, Jan 23, 2019 at 08:43:11AM -0600, SternData wrote:
> On 1/23/19 12:55 AM, ToddAndMargo via users wrote:
> > Hi All,
> > 
> > I just discovered this.  To cd back to the previous directory
> > 
> >      cd  -
> > 
> > What a time saver!
> > 
> > -T
> 
> OK, then this will blow your mind:
> 
> dnf install autojump
> 
> https://www.linode.com/docs/tools-reference/tools/faster-file-navigation-with-autojump/
> 
For ksh users, there are a set of functions and aliases
called mcd (menued cd) that I like.  I've not tried to
converted to bash.

  $ mcd
   1) ~/lib/kshfuncs
   2) ~/lib
   3) ~/Mail
   4) ~
   5) /dev/mapper
   6) /dev
   7) /proc
   8) /sys
   9) /
  10) /sys
  11) ~
  Select by number or enter a name:

It also has a "dirs" command that prints the list
but does not do the query.  This conflicts with
the pushd/popd dirs command.

Jon
-- 
Jon H. LaBadie                  jo...@jgcomp.com
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to