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 40
  • Win 22
  • Mac 17
  • Linux 1
Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 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
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 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
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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
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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1

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