Description:
Currently, when copying directory files with the PathCopyDirectoryFiles command, it produces absolute paths:
/home/mikinovation/dotfiles/README.md
/home/mikinovation/dotfiles/config/nvim/init.lua
/home/mikinovation/dotfiles/config/nvim/keymaps.lua
This is inconvenient for many use cases. I would like to request an option to output workspace-relative paths instead:
README.md
config/nvim/init.lua
config/nvim/keymaps.lua
Feature Request
- Update the get_all_directory_files function to use workspace or project root as the base for relative paths
- Modify the relative_paths option in directory_files configuration to specify the reference point (current directory vs. project root)
Description:
Currently, when copying directory files with the PathCopyDirectoryFiles command, it produces absolute paths:
This is inconvenient for many use cases. I would like to request an option to output workspace-relative paths instead:
Feature Request