.TEXTCLIPPING

Файл TEXTCLIPPING

macOS Text Clipping
Задать вопрос
БЫСТРЫЙ ОТВЕТ

A .textclipping file is a snippet of text that macOS saves when you drag selected text from any app onto the Desktop or a Finder window. On a Mac, press Space to preview it or open it in TextEdit to copy the text. On Windows and Linux it cannot be opened natively - you need a Mac to get the text out.

Разработчик: Apple Inc. Категория: Текстовые файлы MIME: text/plain
ОТКРЫВАЕТСЯ НА macOS
Связанные: .DOC · .ODT · .DOCX · .GDOC

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Jul 2, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла TEXTCLIPPING?

.textclipping is a text file format native to macOS (formerly Mac OS X). .textclipping files are created automatically when a user drags highlighted text out of an application and drops it onto the Desktop or a Finder window. Such a file can therefore serve as a quick and convenient note-creation device or for saving fragments of text - for example, a passage copied from the web.

How are .textclipping filenames generated?

Because .textclipping files are created automatically by the system, their filenames are also generated automatically based on the first few characters of the selected text. The user can rename the file after it has been created.

What does a .textclipping file contain?

Internally, the file stores the text as a property list in its data fork - typically with the text encoded in three forms: UTF-8, UTF-16, and ASCII, each held under its own plist key (utf8, ut16, ascii). Older clippings from Classic Mac OS stored content in the resource fork using a Finder type code; modern macOS files may carry both for backward compatibility. Quick Look and TextEdit can display the contents directly. Related clipping types include .webloc (URL clippings) and .pictclipping (image clippings).

Typical uses of .textclipping files

Text in a .textclipping file can be freely dragged back into any document or application to paste the stored content - a reusable clipboard substitute. Common uses include inserting a saved phrase into an email, dropping a code snippet into an editor, or pasting a web address into a search box. Because the format is macOS-exclusive, these files appear as unreadable objects on Windows or Linux.

Безопасность и защита

РИСК: LOW

A .textclipping is a passive text snippet with no scripting or executable content, so it's safe to open. The only practical notes: it may quietly contain whatever text was dragged (mind sensitive info in old clippings), and it's macOS-only - on Windows/Linux you can't open it natively, so get the text by opening it on a Mac (Quick Look/TextEdit) and copying it out.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕmacOS Text Clippingтакже известен как Text Clipping file, Finder text clipping
РАЗРАБОТЧИКApple Inc.с Classic Mac OS clippings since Mac OS 7.5 (1994); the .textclipping extension form on Mac OS X / macOS
MIME-ТИПtext/plain
ТИПFinder-created clipping holding a fragment of dragged text (plist in data fork, legacy resource fork)
СВЯЗАННЫЕ.doc.odt.docx.gdoc

Программы, открывающие файлы TEXTCLIPPING

macOS3 apps
TextEdit Встроенная Open the .textclipping in TextEdit (or drag it in) to view and copy the text out.
Finder / Quick Look Встроенная Select the .textclipping and press Space for Quick Look, or double-click to open a window where you can select and copy the text.
Any app (drag-to-paste) Встроенная Drag the .textclipping directly into a Pages/Mail/TextEdit document to paste its text where the cursor is.

Технические подробности

глубокая спецификация
DeveloperApple Inc.
Internal structureData-fork binary property list (`bplist00`) or XML plist; optionally accompanied by a legacy resource fork for backward compatibility
Text encodings storedUTF-8, UTF-16, and ASCII - held in separate plist keys (`utf8`, `ut16`, `ascii`)
Typical file sizeA few hundred bytes to a few kilobytes (sized for short text snippets)
MIME type`text/plain` (also served as `application/octet-stream`)
Platform supportmacOS only; Windows and Linux treat the file as an opaque binary
Creation mechanismDrag-and-drop: user drags selected text from any app to the Desktop or a Finder window
Filename auto-generationFilename derived from the first characters of the selected text; user may rename after creation
Reuse methodDrag the `.textclipping` file back into any application to paste the stored text
Finder type code (legacy)`clpt` - used in Classic Mac OS resource-fork clippings
Quick Look supportPreviews natively in macOS Quick Look; also opened by TextEdit
Sibling clipping formats`.webloc` (URL), `.pictclipping` (image), `.mailloc` (mail message)
Format evolutionTransitioned from resource-fork storage (Classic Mac OS) to data-fork property list (Mac OS X / macOS); transitional files carry both
ВыпущенClassic Mac OS clippings since Mac OS 7.5 (1994); the .textclipping extension form on Mac OS X / macOS
Последняя версияCurrent macOS (Finder feature; no versioned spec)
Спецификацияen.wikipedia.org

Конвертации TEXTCLIPPING

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами TEXTCLIPPING. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах TEXTCLIPPING.

Часто задаваемые вопросы

What is a .textclipping file?
A snippet of text saved by macOS when you drag selected text out of an app onto the Desktop or Finder. It's a reusable clipping you can drag back into any document to paste the text.
How do I open a .textclipping file?
On a Mac, press Space for Quick Look or double-click to view and copy the text; you can also open it in TextEdit. To reuse it, just drag it into a document to paste its contents.
How do I get the text out of a .textclipping?
Open it on a Mac (Quick Look or TextEdit), select the text and copy it, then paste/save it where you want - for example Save As .txt or .rtf in TextEdit.
Can I open a .textclipping on Windows?
Not natively - it's a macOS Finder format that relies on Mac resource forks/property lists. The reliable way is to open it on a Mac and copy the text out; a determined user can sometimes extract the readable text from the file's bytes, but there's no proper Windows app for it.
How do I create a text clipping on Mac?
Select text in almost any app, then click and drag the selection onto the Desktop or a Finder window. macOS saves it as a .textclipping named after the first few words.
Why won't my .textclipping convert to an image?
Because it's text, not a picture - there's nothing to turn into a PNG/JPG. Export it to TXT, RTF or PDF instead (TextEdit), which preserves the actual content.

Ссылки

1Wikipedia - TextClippingen.wikipedia.org
2The Eclectic Light Company - clipping files (textClippings, weblocs)eclecticlight.co

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.PARTPartial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.RPMSGRestricted Permission Message
6.MDMarkdown Document
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.EXEWindows Executable (Portable Executable)
10.PRDXSoftMaker Presentations Document

Похожие расширения

.DOCMicrosoft Word 97-2003 Document
.ODTOpenDocument Text
.DOCXMicrosoft Word Open XML Document
.GDOCGoogle Docs Shortcut (Link to a Google Docs document)
.LSTList File (generic plain-text list / listing)
.VNTvNote (mobile phone text note / memo)

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z