aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/fr.fish
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fish/functions/fr.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/fr.fish b/fish/functions/fr.fish
new file mode 100644
index 0000000..a73dd8d
--- /dev/null
+++ b/fish/functions/fr.fish
@@ -0,0 +1,4 @@
+function fr
+ find ./ -iname "*"$argv"*" -printf "%T@ %Td-%Tb-%TY %Tk:%TM %p\n" | sort -n | cut -d " " -f 2- | grep -i "$argv"
+end
+