Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 933 Bytes

File metadata and controls

24 lines (19 loc) · 933 Bytes

CutUp

A browser-based cut-up generator inspired by William S. Burroughs. Paste text, choose chunk type (word, phrase, or sentence), and generate randomized rearrangements. Each click creates a new collapsible output panel.

Built with plain HTML, CSS, and JavaScript. CutUp has no dependencies or tracking and works fully offline.

Features

  • Randomized cut-up generation
  • Adjustable fragment count
  • Expand/collapse past outputs
  • Offline, self-contained HTML

Usage

  1. Open cutup.html in any browser.
  2. Paste or type your text.
  3. Select a chunk type and adjust the slider.
  4. Click Generate to create random rearrangements.
  5. Expand or collapse each output panel as desired.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). You may copy, modify, and distribute this software under the terms of the GPL-3.0.
See the LICENSE file for full details.