Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Releases: jbaranski/TossFile

Add inputPathExcludes option, rename pathExcludes option to outputPathExcludes option

24 Mar 14:06
Compare
Choose a tag to compare

Add inputPathExcludes option, rename pathExcludes option to outputPathExcludes option

The option rename is a backward compatibility breaking change but necessary because it was naively named.

Tweak examples in settings

18 Mar 12:09
Compare
Choose a tag to compare

Fix minor typos in example settings

Add some exclude options

17 Mar 20:22
Compare
Choose a tag to compare

Added some exclude options:

replaceIfExists - Prevent overwrite exisiting file at the output location if it already exists (default is true)
extensionExcludes - List of extensions to ignore even if a path match is found (default is empty list)
nameExcludes - List of file names to ignore even if a path match is found (default is empty list)
pathExcludes - List of output paths to ignore even if a path match is found (default is empty list)

Fix the default / user settings path

20 Jan 13:03
Compare
Choose a tag to compare

Fix the default / user settings path when installing from package control...

Always install unpacked

19 Jan 19:47
Compare
Choose a tag to compare

Always install unpacked so the settings files can work properly.

Visual Status Indicator enhancement

18 Jan 13:15
Compare
Choose a tag to compare

A visual status indicator / mini report will show up in the footer of the file the command was run in.

Thanks @avidh for the great suggestion - Issue link: #2

Toss All Files enhancement

17 Jan 14:30
Compare
Choose a tag to compare

Toss All Files context menu item works exactly the same as Toss File except it includes all currently open files

Thanks @avidh for the great suggestion - Issue link: #1

doc updates

12 Nov 13:10
Compare
Choose a tag to compare

doc updates

fix bad mistake

11 Nov 19:35
Compare
Choose a tag to compare

fix bad mistake

Preferences menu item

11 Nov 19:15
Compare
Choose a tag to compare

Preferences menu item