Jmp: you'll never want to cd into a directory again

This page summarizes the projects mentioned and recommended in the original post on /r/Python

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Jmp

    You'll never use the cd cmd again.

    Had enough of typing out long paths to navigate through my files with cd (even with tab auto-complete) so came up with a solution: jmp.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • autojump

    A cd command that learns - easily navigate directories from the command line

    Assuming you're referring to https://github.com/wting/autojump, it looks like there are several key differences.

  • z

    Pure-fish z directory jumping (by jethrokuan)

    Been using https://github.com/jethrokuan/z for a long time but yours looks nice! I'll definitely take a look at your search system.

  • ccd

    Edge first cd replacement tool for Windows cmd shell.

    It's not Python, but I created Cursorial CD (ccd) a while ago to do this same basic idea on Windows.

  • cdhist

    Linux shell cd history.

    Another option is cdhist which can work with fzf to fuzzy search over your directory history, rather than immediate directory paths. That is more useful to me.

  • fzf

    :cherry_blossom: A command-line fuzzy finder

    Another option is cdhist which can work with fzf to fuzzy search over your directory history, rather than immediate directory paths. That is more useful to me.

  • walk

    Terminal file manager (by antonmedv)

    Also llama. "A cd & ls replacement"

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to achieve the function of the Mac app Hookmark in the terminal?

    2 projects | /r/commandline | 17 May 2023
  • Comparing powerline with OhMyPosh

    2 projects | /r/commandline | 8 Mar 2023
  • A tmux plugin to make creating/switching sessions easier

    3 projects | dev.to | 24 Jan 2023
  • Vent: I'm tired of the 1001 libraries of virtual environments.

    8 projects | /r/Python | 22 Nov 2022
  • I made a tmux plugin to make creating/switching sessions easier

    4 projects | /r/tmux | 27 Sep 2022

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?