Folder navigation

qcd – quickly change directory

qcd is a utility which lets you quickly change directory on the command line. It aims to improve your efficiency.

With qcd you change to another directory just by entering commands like qcd 3 and step back to where you came from with qcd -o>. Or you toggle between two directories with the swap functionality qcd -w.

For this to work you store frequently visited directories in a database file (sqlite3). Entries in this database get referred to via indices (value ‘3’ in the example). If you don’t like remembering indices you can assign aliases to each entry. Indices and aliases can be freely adjusted to your needs.

In addition, qcd provides a stack concept. In the example (qcd 3) the current working directory is put on (top of) the stack before changing the directory. Entering qcd -o pops (removes) the path from top of the stack and changes the working directory to that path.

This is free and open source software.

Website: github.com/ClaasBontus/qcd_rs
Support:
Developer: Claas Bontus
License: MIT License or Apache 2.0 License

qcd help

qcd is written in Rust. Learn Rust with our recommended free books and free tutorials


Related Software

Shell tools
fzfCommand-line fuzzy finder for your shell
zoxideSmarter cd command, inspired by z and autojump
brootReviewed under our Excellent Utilities series
McFlyAlso reviewed under our Excellent Utilities series
zMaintains a jump-list of the directories you actually use
autojumpOffers a fast way to navigate your filesystem
z.luaHelps you navigate faster by learning your habits
HSTRBash and zsh shell history suggest box
enhancdNext-generation cd command
fzySimple, fast fuzzy finder for the terminal
NavitaRapid directory traversal
JumpQuick and fuzzy directory jumper
walkSimple and minimalistic terminal navigator
lacycd alternative that makes navigating much more efficient
DF-SHOWDirectory File Show
fzAdds fuzzy search to tab completion of z
vz for vim
paziFast autojump helper
jumperFiles/directories jumper
cdhistLinux shell cd history directory stack
icdShell utility that makes changing directories quicker and more convenient
fasdCommand-line productivity booster. It seeks inspiration from autojump, z and v
knNavigate folders quickly
DongleMove around deep directory trees
cdwecd with env vars
slingshotLightweight tool to browse files in the terminal
ffManage favourite folders
fastdiractQuick shell navigation and command execution
zmcd for lazy people
qcdQuickly change directory
pmSwitch between projects
navQuickly navigate through directories
menucdDirectory browser and changer
jmpThe superior cd
gumpSmarter cd command

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
4 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Ben
Ben
1 year ago

Wow, but QCD takes SOOOOO much longer to type than ‘z’ or zi’ innit?