Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.7 KB

README.md

File metadata and controls

69 lines (42 loc) · 1.7 KB

Quickcd

asciicast

Terminal Navigation. Faster than ever before.

Table of Contents

Introduction

For everyone who is upset by typing endless directory paths to change directories. Define shortcuts, with which you can navigate quickly between directories and projects. Using the qcd back command, you can easily switch back to the directory you came from.

Features

  • Create shortcuts for any directory path & navigate to them quickly
  • Go back to the directory you came from

Installation

  1. Download and unpack the latest release for your specific platform

By now, only MacOS and Linux are supported

  1. Run the setup
sudo sh setup.sh
  1. Restart the terminal

You're done! Use qcd help for a list of all available commands

Usage

It's pretty simple.

Navigation:

  • qcd <name> Navigate to this QuickLink
  • qcd back Get back to the directory you came from

Managing QuickLinks:

  • qcd help|h A list of all commands
  • qcd add <name> <relative_or_absolute_path> Add a QuickLink (shortcut)
  • qcd remove|rm <name> Remove a QuickLink
  • qcd list List all of your QuickLinks

Updating

Follow these steps to update to a newer release:

  1. Download and unpack the latest release for your specific platform

  2. Run sudo sh update_dev.sh

You're done! Use qcd help for a list of all available commands