summaryrefslogtreecommitdiff
path: root/.config/fish/functions/uft.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/functions/uft.fish')
-rw-r--r--.config/fish/functions/uft.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/fish/functions/uft.fish b/.config/fish/functions/uft.fish
new file mode 100644
index 00000000..41e33940
--- /dev/null
+++ b/.config/fish/functions/uft.fish
@@ -0,0 +1,4 @@
+function uft
+ rm -f ~/Documents/Gastos/Saved/import/import.csv
+ /usr/bin/ls -tr ~/Documents/Gastos/Saved/*.csv | tail -n 2 | xargs grep -Fxvf > ~/Documents/Gastos/Saved/import/import.csv
+end