💾 Archived View for altesq.net › wiki › fiche.gmi captured on 2023-01-29 at 03:37:45. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Fiche

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