dtags icon indicating copy to clipboard operation
dtags copied to clipboard

Command-line tool for tagging directories.

Results 2 dtags issues
Sort by recently updated
recently updated
newest added

IDK if it's just my current shell or whether the behaviour has changed, but previously just `d` by itself would take me to the home directory, whereas now it complains...

It would be very convienient to have the option to chain commands with "&&", e.g. _run tag -c "git fetch && git pull"_ or _run tag -c 'git fetch &&...