sscott33 / paths.bash

A directory bookmarking tool/system for Bash users.
MIT License
0 stars 0 forks source link

Tab-completion for sp #1

Closed sscott33 closed 1 year ago

sscott33 commented 1 year ago

At present, sp lacks tab-completion. At first glance, this makes sense, but given that sp also functions as a renaming function when given a bookmark name that already exists, tab completion here should be supported.

The completions should function such that:

  1. the first argument completes to paths, much like cd would
  2. the second argument completes the same way gp, dp, and pp do
sscott33 commented 1 year ago

Feature added in commit 365ada4eb9057e576de4184ce7eedf3e38164ee5.