summaryrefslogtreecommitdiff
path: root/.config/fish/functions/uft.fish
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2021-11-05 20:12:35 -0300
committerRoger Gonzalez <roger@rogs.me>2021-11-05 20:12:35 -0300
commit4bf20874c1167b9ab69f6aa3ee879cdfaca672f7 (patch)
tree2841584d96e604a5c7eb0b575e8a00679b7b3151 /.config/fish/functions/uft.fish
parent0e5300016feea5e5e8db16712f1df6fdeb2092de (diff)
Added extra files for syncing
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