Files
fish-shell/doc_src
Johannes Altmanninger aba4d26f95 Emphasize that "status {list-files,get-file}" are meant for internal use
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
2025-09-27 14:22:18 +02:00
..
2025-08-10 07:49:10 -04:00
2022-09-17 21:31:06 +08:00
2025-04-11 15:11:22 +02:00
2025-04-11 15:11:22 +02:00
2025-04-12 12:09:08 +02:00