Why emacs project management prefers file marker based root over manually setting one?
By manually, I mean, for example, using recursive directory picker that sets project where you would like. So this would work kind of like zoxide + nvim where you do `cd project; nvim`. I mean, you get more search options, but on the other hand when you want to work on something once, maybe you would still like to take advantage of projectile/project.el features
So, is ability to set project once without making that file and adding it to project cache some kind of antipattern? Or why there is no obvious way to do it (or i am missing something)?