ccd

command module
v0.0.0-...-2d44a6c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2020 License: MIT Imports: 12 Imported by: 0

README

ccd Go Report Card

Custom Change Directory Manager

You can add aliases to directories and operate them intuitively with TUI. But the actual cd command cannot be executed. This is because the environment variables of the parent process cannot be modified from the child process.

Usage

The following four operations are supported.

  • add

Register by giving an alias to the directory. The path can be optional. The default is to register the current directory.

$ ccd add <alias> <path>
  • ls

Get a list of registered aliases and copy the selected alias to the clipboard.

$ ccd ls
  • rm

Removes the selected alias.

$ ccd rm
  • edit

Edit the registered aliases and directories with an editor. By default, vi is used.

$ ccd edit
Config

The registered aliases and directory settings can be found in ~/.config/ccd/config.tsv.

Author

Tsuji Daishiro

LICENSE

This software is licensed under the MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL