fish-shell/share
Fabian Boehm 5dfb64b547
Add path mtime (#9057)
This can be used to print the modification time, like `stat` with some
options.

The reason is that `stat` has caused us a number of portability
headaches:

1. It's not available everywhere by default
2. The versions are quite different

For instance, with GNU stat it's `stat -c '%Y'`, with macOS it's `stat
-f %m`.

So now checking a cache file can be done just with builtins.
2022-07-18 20:39:01 +02:00
..
completions Add path mtime (#9057) 2022-07-18 20:39:01 +02:00
functions Add path mtime (#9057) 2022-07-18 20:39:01 +02:00
groff
tools Restyle codebase 2022-06-16 18:43:28 +02:00
__fish_build_paths.fish.in
config.fish Search $__fish_user_data_dir for vendor additions 2022-05-12 20:29:05 +02:00
lynx.lss