summaryrefslogtreecommitdiff
path: root/content/services/fiche.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-15 14:54:37 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-15 14:54:37 +0100
commit4f93698b16a5f22a29f086296425c63907f7bfec (patch)
tree50e545873e4abf6bb0b59cfba6d7cfa237b6b964 /content/services/fiche.md
parent8c1aa52a84cfc2f1cfe19462b5048a7355c5728d (diff)
Overhaul services page
Diffstat (limited to 'content/services/fiche.md')
-rw-r--r--content/services/fiche.md16
1 files changed, 3 insertions, 13 deletions
diff --git a/content/services/fiche.md b/content/services/fiche.md
index d097014..62e0fe8 100644
--- a/content/services/fiche.md
+++ b/content/services/fiche.md
@@ -4,19 +4,9 @@ location: https://p.tyil.nl
upstream: https://github.com/solusipse/fiche
---
-Fiche is used for hosting pastes, which can then be accessed over HTTP at
-`p.tyil.nl`. The easiest way to create a new paste is with `nc`.
+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`.
-To paste the output of a given command:
-
-```
+```sh
$command | nc tyil.nl 9999
```
-
-Or, to upload the contents of a file:
-
-```
-nc tyil.nl 9999 < file
-```
-
-The buffer size is set to 32k, so that is the maximum size you can paste to it.