projectile icon indicating copy to clipboard operation
projectile copied to clipboard

Project Interaction Library for Emacs

Results 152 projectile issues
Sort by recently updated
recently updated
newest added

## Expected behavior Running `projectile-find-file` with older (< v8.3.0) versions of `fd` installed prompts the user with a list of project files. ## Actual behavior Running `projectile-find-file` with older version...

## Expected behavior Suppose that I have a Git repository with some files committed to it. When I delete one of those files in my working directory, it should no...

Bug
Good First Issue

My project structure is: ``` |-A |- .git |- B |- go.mod |- main.go ``` ## Expected behavior When I open `main.go`, the `projectile-bookmarks.eld` in my `emacs.d` should added `/A/B`....

Stale

## Steps to reproduce the problem `M-x projectile-replace RET a. RET RET` or `SPC p R a. RET RET`. ## Expected behavior I am using spacemacs. `SPC p R` calls...

Bug
Good First Issue

I suspect this is a configuration problem on my end, but I'm not quite sure how to solve it. ## Expected behavior Files should be findable. ## Actual behavior The...

Projectile produces an error when finding project files in a Git repository with submodules on Windows (#1600). This is because the command to find the submodules is hard-coded, including the...

### Scenario / Setup Given a directory layout like this... - ~/projectX/**main** (local repo created via 'git glone') - ~/projectX/**feature_x** (git-worktree for branch "feature x") - ~/projectX/**feature_y** (git-worktree for branch...

Feature Request

## Expected behavior With the following directory structure, I expect `(projectile-root-top-down "~/projectile-find/subdir")` to return `~/projectile-find`, based on the existence of `~/projectile-find/Makefile` ``` ~/projectile-find/ ├── Makefile ├── .projectile └── subdir ├──...

Bug
Help Wanted
Good First Issue

All non-latin characters in filenames appear as codes like \ddd. This way them are stored in projectile.cache and displayed in projectile-find-file. If i manually edit cache file everything looks fine...

Bug
Good First Issue

This is essentially a repost of: https://emacs.stackexchange.com/questions/37583/projectile-not-remembering-remote-projects ## Expected behavior I expect projectile to remember remote projects every time I leave and relaunch emacs. ## Actual behavior Project only remember...

Bug
Good First Issue
TRAMP