Share Your Terminal Output Beautifully

Turn command output into elegant, syntax-highlighted web pages with just one command.

Why tshare?

How to Use

Download the client script and make it executable:

curl -o ~/.local/bin/tshare https://raw.githubusercontent.com/mikkelrask/terminal-share/refs/heads/main/tshare
chmod +x ~/.local/bin/tshare

note: If you get an error, you might need to prefix the commands with 'sudo' or similar to elevate your priveliges

Then, simply prefix any command with tshare to share its output:

tshare ls -la
tshare -s python script.py

Once the command completes, tshare will:

  1. Generate a link to a web page with your command output
  2. Copy the link to your clipboard automatically
  3. Show you the link in the terminal

Available Options

Example output page:

For a real example, check out this example output.

Contribute

tshare is an open-source project. Check it out on GitHub to see the source code, report issues, or contribute improvements!