speeddial

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2021 License: MIT Imports: 2 Imported by: 0

README

Speeddial

Remember complex shell commands with ease, and never forget another one!

Usage

# Search over saved commands and prefill the next prompt
$ spd

# Add the previous command to Speeddial
$ spd add

# Add the specified command to Speeddial
$ spd add <command string>

# Remove a command
$ spd rm

How to Install

Download/Build
From GitHub Releases
  1. Download the relevant binary from the latest release.

  2. Add the downloaded speeddial binary to your PATH (move it into a relevant directory etc.)

  3. Follow the steps in the Initialize section.

From Source
  1. Clone the repo.

    git clone github.com/rithvikp/speeddial
    
  2. Build the package.

    make build
    
  3. Add the created speeddial binary to your PATH (move it into a relevant directory etc.)

  4. Follow the steps in the Initialize section.

Initialize
  1. Update the relevant shell configuration file to initialize Speeddial for every shell session.

    Zsh:

    eval "$(speeddial init zsh)"
    

    Fish:

    speeddial init fish | source
    
  2. After sourcing your shell configuration (or creating a new terminal session), start using Speeddial through the spd command name!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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