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