term.737478.xyz

Simple, fast terminal-based pastebin service. No tracking, no ads, just paste and share.

Usage

Examples

Send some text and read it back:

$ echo just testing! | nc term.737478.xyz 9999 https://term.737478.xyz/abcd1 $ curl https://term.737478.xyz/abcd1 just testing!

Send file contents:

$ cat ~/some_file.txt | nc term.737478.xyz 9999

Send list of files in the current directory:

$ ls -la | nc term.737478.xyz 9999

View with syntax highlighting:

$ cat script.py | nc term.737478.xyz 9999

Then visit the URL with "l." prefix:

https://l.term.737478.xyz/abcd1

Requirements

There is only one requirement to use this service: netcat. To check if you already have it installed, type in terminal nc or ncat or netcat.

Netcat is available on most platforms, including Windows, macOS and Linux.

Create an Alias


Linux:

echo 'alias tb="nc term.737478.xyz 9999"' >> ~/.bashrc

macOS:

echo 'alias tb="nc term.737478.xyz 9999"' >> ~/.bash_profile

Windows (PowerShell):

Add-Content -Path $PROFILE -Value 'function tb { $input | nc term.737478.xyz 9999 }'

Statistics

Updated hourly

Last 7 Days

Loading...

All Time

Loading...

About

Open Source

This service is powered by Fiche.

Data Retention

Pastes are automatically deleted after 7 days.

Privacy

This service logs minimal information (IP addresses) for abuse prevention. No cookies or tracking.