Shunpo: Minimalist bash tool to make directory navigation a little bit faster

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
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
  1. Shunpo

    A minimalist bash tool that makes directory navigation just a little bit faster.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. zsh

    Mirror of the Z shell source code repository.

  4. zsh-autosuggestions

    Fish-like autosuggestions for zsh

    I have a utility called ZSH Autosuggestions, and it's probably one of the most useful things on my computer. It shows you a sort of preview of the most recent command you typed that matches the prefix of the current command you are typing. It's basically an automatic tool that bookmarks commands based on usage. I think the best bookmark systems are ones which simply track your entire history and suggest relevant pages based on it. That way the process of bookmark creation is automatic and you don't have to predict what you will need to access frequently.

    https://github.com/zsh-users/zsh-autosuggestions?tab=readme-...

  5. bashmarks

    Directory bookmarks for the shell

    I’ve used “bashmarks” for this for years: https://github.com/huyng/bashmarks

    Super handy. This looks like it might be more polished version.

  6. nnn

    n³ The unorthodox terminal file manager

    I use https://github.com/jarun/nnn/ with `cd` on quit if I need to scan around manually. Otherwise, zoxide.

  7. autojump

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

    I never used pushd and popd. Did not even know about them. But I use autojump it give directories a prioroty numbers and then you just have to type "j pro" and you cd into your projects folder for example.

    https://github.com/wting/autojump

    just looked at it again it also has a jc comment do and commands to open file explorer that I never used.

  8. cdbuff

    An interactive cd command enhancement written in bash

  9. 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
  10. working-directory

    Random-access directory storage in your shell. Navigate deep project hierarchies super fast. The root of your current project is just a 'wd' away.

    This is great!

    I wrote a very similar tool for myself a long time ago: “wd” or Working Directory. Uses similar numeric slots but also has named “schemes” and sets environment variables for your slots for you.

    https://github.com/karlin/working-directory

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

  • ADB-Enhanced: 🔪Swiss-army knife for Android testing and development 🔪 ⛺

    1 project | /r/androiddev | 2 Jun 2023
  • 20 Years of Nix

    10 projects | news.ycombinator.com | 18 Mar 2023
  • 2 TB Hentai arşivinizi şifreleyip gizleyin: DroidFS (indirme linki yorumlarda)

    1 project | /r/KGBTR | 11 Sep 2022
  • Recomend a secure phone app to have a locked folder?

    1 project | /r/privacy | 6 May 2022
  • Keep API Key Outside of Gradle and Git

    5 projects | /r/androiddev | 28 Jan 2022

Did you know that Shell is
the 11th most popular programming language
based on number of references?