From 4f93698b16a5f22a29f086296425c63907f7bfec Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Mar 2023 14:54:37 +0100 Subject: Overhaul services page --- content/services/fiche.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'content/services/fiche.md') 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. -- cgit v1.1