summaryrefslogtreecommitdiff
path: root/content/services/fiche.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/services/fiche.md')
-rw-r--r--content/services/fiche.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/services/fiche.md b/content/services/fiche.md
new file mode 100644
index 0000000..62e0fe8
--- /dev/null
+++ b/content/services/fiche.md
@@ -0,0 +1,12 @@
+---
+title: Fiche
+location: https://p.tyil.nl
+upstream: https://github.com/solusipse/fiche
+---
+
+Fiche is a service to host pastes, which can be sent to it through various
+command line utilities. The easiest way to create a new paste is with `nc`.
+
+```sh
+$command | nc tyil.nl 9999
+```