Skip to content

Commit

Permalink
Create tabula.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
AIndoria authored Apr 2, 2023
1 parent ae460b2 commit 7bc6070
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tabula.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Uploads a specific image file to Tabula Civitates : https://tabula.civitat.es
# Usage: Save as fish function, and then use cat xyz.png | tabula
# Abe Indoria

function tabula
curl -F format=txt -F "source="@/dev/stdin -F key=Tabula_Civitates 'https://tabula.civitat.es/api/1/upload'
end

0 comments on commit 7bc6070

Please sign in to comment.