💾 Archived View for altesq.net › wiki › fiche.gmi captured on 2023-01-29 at 16:10:54. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
Fiche is a command line pastebin for sharing terminal output. You only need netcat installed, the GNU version or the BSD version, it doesn't matter.
echo just testing! | nc paste.altesq.net 9999
cat file.txt | nc paste.altesq.net 9999
Also an alias for easier usage:
alias p="nc termbin.com 9999"
alias tbc="netcat termbin.com 9999 | xclip -selection c" # Copies output to clipboard