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 75
  • Win 31
  • Mac 37
  • Linux 7
Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
Mac 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 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 0
Linux 0 0 0 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 1 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