Simple, fast terminal-based pastebin service. No tracking, no ads, just paste and share.
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
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.
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 }'
Updated hourly
Loading...
Loading...
This service is powered by Fiche.
Pastes are automatically deleted after 7 days.
This service logs minimal information (IP addresses) for abuse prevention. No cookies or tracking.