Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eykrehbein/qcd
A Command Line App to navigate quickly between directories and projects
https://github.com/eykrehbein/qcd
Last synced: 12 days ago
JSON representation
A Command Line App to navigate quickly between directories and projects
- Host: GitHub
- URL: https://github.com/eykrehbein/qcd
- Owner: eykrehbein
- License: mit
- Created: 2019-08-07T19:45:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T15:27:31.000Z (over 5 years ago)
- Last Synced: 2024-08-02T02:15:03.562Z (3 months ago)
- Language: Go
- Homepage: https://asciinema.org/a/C8zuyXBaLo2HjTYtw5DZZODiE
- Size: 11.7 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quickcd
[![asciicast](https://asciinema.org/a/C8zuyXBaLo2HjTYtw5DZZODiE.svg)](https://asciinema.org/a/C8zuyXBaLo2HjTYtw5DZZODiE)
Terminal Navigation. Faster than ever before.## Table of Contents
- [Introduction](#Introduction)
- [Features](#Features)
- [Installation](#Installation)
- [Usage](#Usage)
- [Updating](#Updating)## 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](https://github.com/eykrehbein/quickcd/releases) for your specific platform
_By now, only MacOS and Linux are supported_
2. Run the setup
```bash
sudo sh setup.sh
```3. Restart the terminal
You're done! Use `qcd help` for a list of all available commands
## Usage
It's pretty simple.
Navigation:
- `qcd ` Navigate to this QuickLink
- `qcd back` Get back to the directory you came fromManaging QuickLinks:
- `qcd help|h` A list of all commands
- `qcd add ` Add a QuickLink (shortcut)
- `qcd remove|rm ` 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](https://github.com/eykrehbein/quickcd/releases) for your specific platform
2. Run `sudo sh update_dev.sh`
You're done! Use `qcd help` for a list of all available commands