mfhepp / cdf

cdf: Change to favorite directories in Bash
https://mfhepp.github.io/cdf/
MIT License
1 stars 0 forks source link

Feature: Check if a shortcut for this target already exists #3

Open mfhepp opened 7 months ago

mfhepp commented 7 months ago

In order to avoid redundant bookmarks, it would be good if you check all bookmarks for identical link targets to PWD. One may then offer to rename the existing shortcut or to abort.

Basically just loop over all links in the shortcuts folder and check if their realpath matches $PWD.