git-dev.nvim icon indicating copy to clipboard operation
git-dev.nvim copied to clipboard

Feature: GitDevClean command

Open b0o opened this issue 1 year ago • 0 comments

It would be nice to have a GitDevClean command to clean the current repo if no args are passed, which would close all buffers that are open containing files from the repo and then delete the repo directory.

The command could also support an argument to clean a specific repo, e.g. GitDevClean moyiz/git-dev.nvim would only clean the given repo.

Additionally, it would be nice if the repo name was tab-completable from the list of local cached repos.

b0o avatar Jun 01 '24 04:06 b0o