andrewchambers / janetsh

A powerful new shell that uses the janet programming language for both the implementation and repl.
https://janet-shell.org
MIT License
372 stars 13 forks source link

Default completions do more stats than needed #183

Open andrewchambers opened 5 years ago

andrewchambers commented 5 years ago

We do one stat to check if something is a directory, then another to check if the file is what we want, and possibly more. We could refactor to fix this up.