[Suggestion] Ability to upload data to katb.in from command line via curl #5
Labels
No Label
Hacktoberfest
PR: draft
PR: merged
PR: partially-approved
PR: reviewed-approved
PR: reviewed-changes-requested
PR: unreviewed
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sphericalkat/katbin#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to have a functionality similar to
$ command | curl -F 'f:1=<-' ix.io
example
$ cat /etc/fstab | curl -F 'f:1=<-' ix.io
output
http://ix.io/3ukb
curl -X POST https://katb.in/api/paste --data-binary "paste[content]=$(cat log.txt)"