projectile icon indicating copy to clipboard operation
projectile copied to clipboard

How do I include some external files outside the project's root?

Open NightMachinery opened this issue 1 year ago • 2 comments

How do I include some external files outside the project's root?

I have my scripts in ~/scripts/..., but I have several other files which I also consider part of this "project":

~/.zshenv ~/.zshrc ~/.shared.sh ~/.localScripts ~/.glances ~/.vimrc ~/.ideavimrc ~/.tmux.conf ~/.privateBTT.sh ~/.privateShell ~/.privateStartup.sh ~/.startup..private..zsh ~/.hammerspoon/init.lua

Is there a way to add these using .projectile file or sth?

I guess I could add a .projectile file to ~/ and include only the paths needed, but I don't like making the whole home directory a project. I have currently an empty .projectile file in ~/scripts.

The biggest drawback of adding the .projectile file to ~/ is that I can only have one such project.

NightMachinery avatar Feb 19 '24 14:02 NightMachinery

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding!

github-actions[bot] avatar Jan 20 '25 01:01 github-actions[bot]

I'm guessing we can add some map of project names and files to added to them, but I'm not sure if that'd be worth it, as it's a fairly uncommon setup.

bbatsov avatar Jan 30 '25 16:01 bbatsov