ermstore.tk


Netcat-based command line pastebin.

Demo

window-left   window-right

Usage

echo just testing!  | nc termstore.tk 9999
cat ~/some_file.txt | nc termstore.tk 9999
ls -la | nc termstore.tk 9999

Requirements

There is only one thing you need to use this service - netcat.To check if you already have it installed, type in terminal nc.

Netcat is available on most platforms, including Windows, Mac OS X and Linux.

Alias

To make your life easier, you can add alias to your .bashrc on Linux and .bash_profile on Mac OS X. Just remember to reset your terminal session after that.

echo 'alias tb="nc termstore.tk 9999"' >> .bashrc
echo 'alias tb="nc termstore.tk 9999"' >> .bash_profile
echo less typing now! | tb

Fiche

termstore.tk is powered by Fiche - open source command line pastebin server. There is a link to github repository: https://github.com/solusipse/fiche.

Acceptable use policy

Please do not post any informations that may violate law (login/password lists, email lists, personal information). IP addresses are logged, so you might get banned.

Life span of single paste is one month. Older pastes are deleted.

Fork me on GitHub