S.EE Docs

Text Sharing

How to share text, code snippets, and markdown with S.EE

Overview

S.EE Text Sharing allows you to share plain text, code snippets, and markdown documents with a short, shareable link. Perfect for sharing configuration files, code examples, notes, and documentation.

Create a Text Share

  1. Log in to https://s.ee/user/dashboard
  2. Click Sharing > Text in the left sidebar or go directly to https://s.ee/user/text/
  3. Fill in the details:
    • Title (optional) - Used as the filename when downloading
    • Short Link - Select your preferred domain
    • Text Type - Choose from Plain Text, Code, or Markdown
  4. Enter your content in the Edit box
  5. Configure optional settings (see below)
  6. Click Create Text

Text Types

TypeDescription
Plain TextSimple unformatted text
CodeSyntax-highlighted code snippets
MarkdownRendered markdown with formatting

Optional Settings

OptionDescription
PasswordProtect your text with a password
TagsOrganize your shared texts with tags
ExpirationSet when the text share expires
Disable search engine indexingPrevent search engines from indexing your shared text

Viewing Shared Text

Once created, you'll receive a short link like ba.sh/NhCz.

View Modes

URLDescription
ba.sh/NhCzView the formatted text page with syntax highlighting
ba.sh/NhCz/rawView the raw plain text directly

The /raw endpoint is useful for:

  • Downloading scripts directly with curl or wget
  • Embedding in other applications
  • Viewing without any formatting

Supported Domains

Text sharing is available on these domains:

DomainBest For
ba.shBash and shell scripts
z.shShell scripts
fs.toGeneral file sharing
files.toGeneral file sharing
fileshare.toGeneral file sharing
filesharing.toGeneral file sharing

On this page