mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 01:51:14 -03:00
I'm not aware of a lot of sensible use cases where users need to access our files directly. The one example we know about is zoxide overriding exactly our version of "function cd", ignoring any user-provided cd. I think this is already hacky. But I guess it's here to stay. I think we should not recommend this for external use, or at least ask users to tell us what they are using this for. Given that we expect these to be used mainly/only internally, get-file/list-files are fine as names. The other issue is that one has to be careful to always do status list-files 2>/dev/null to support non-embedded builds. Closes #11555