robole / vscode-file-bunny

Perform file actions quickly with keyboard-driven file selection. 🐰

Home Page:https://marketplace.visualstudio.com/items?itemName=robole.file-bunny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add commands for actions (duplicate file, delete file) without opening the file

robole opened this issue · comments

Currently, there are the following commands that operate on the active file:

  1. File Bunny: Duplicate Active File: Copy the active file and place it somewhere in the current workspace.
  2. File Bunny: Move Active File: Move the active file to another location in the current workspace.
  3. File Bunny: Rename Active File
  4. File Bunny: Delete Active File: Delete the active file. The file is put into the trash (recycle bin).

If you are interested in having an alternate version of these commands where you can choose a file to perform this action on, instead of needing to open the file first, give this issue a 👍 and specify which ones you are interested in.

Added the following commands in v1.0.0:

  • File Bunny: Duplicate File
  • File Bunny: Move File
  • File Bunny: Delete File

@nancym The Duplicate File command was added to File Bunny v1.0.0.