ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Save All New Tabs to One File

by Thamulabs ALL

No description provided

Details

Installs

  • Total 60
  • Win 27
  • Mac 28
  • Linux 5
Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1
Linux 0 0 0 0 0 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Save All New Tabs in One Document

A Sublime Text package that identifies all “new” unsaved tabs (tabs with content that have never been saved to a file), concatenates their content into a single file with separators, prompts you to save it, and then closes those tabs.

Useful for cleaning up a workspace cluttered with temporary scratchpads.

Features

  • Finds all tabs that are “dirty” and have no associated file path.
  • Combines their content into one text block.
  • Adds headers identifying the source tab name/ID.
  • Prompts for a save location.
  • Automatically closes the processed tabs upon successful save.
  • Preserves existing file-backed buffers.

Installation

via Package Control

  1. Open the Command Palette Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
  2. Type Install Package and press Enter.
  3. Search for Save All New Tabs to One File and press Enter.

Manual Installation

  1. Search for Browse Packages in the Command Palette.
  2. Open the directory.
  3. Clone this repository into that directory:
git clone https://github.com/Thamulabs/SaveAllNewTabsInOneDocument.git

Usage

  1. Open the Command Palette.
  2. Run Save All New Tabs to One File.
  3. Choose a destination for the combined file.

License

MIT License