HeyPuter / phoenix

🔥 Puter's pure-javascript shell
https://puter.com/app/terminal
GNU Affero General Public License v3.0
87 stars 15 forks source link

Implement a `which` built-in #68

Closed AtkinsSJ closed 3 months ago

AtkinsSJ commented 3 months ago

image

which lets you query which executable will be run for a given command. This is not yet especially useful, because everything is either a built-in or a script file, but we should have PathCommandProvider working soon. :^)

KernelDeimos commented 3 months ago

a bit of merge backlog due to upcoming backend release 😅 - this one is pretty straightforward, merging it