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 54
  • Win 26
  • Mac 26
  • Linux 2
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 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24
Windows 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0
Linux 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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