Variable: projectile-pijul-command

projectile-pijul-command is a customizable variable defined in projectile.el.

Value

"pijul list | tr '\\n' '\\0'"

Documentation

Command used by projectile to get the files in a pijul project.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-pijul-command "pijul list | tr '\\n' '\\0'"
   "Command used by projectile to get the files in a pijul project."
   :group 'projectile
   :type 'string)