ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

File​Commands

by danhper ALL

Commands to work with files in Sublime Text

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

sublime-file-commands

Installation

Install the package as FileCommands through Package Control.

Usage

This package has the following commands to work with file more easily.

  • open_or_create_file Opens or creates a file. Will also create all directories in between when needed when creating file.

  • save_quit Saves and closes the file. Closes Sublime Text if it is the last file open and no directory or project is opened.

  • try_quit Closes the file (or uses an Emacs like prompt to ask if not saved). Closes Sublime Text if it is the last file open and no directory or project is opened.

  • force_quit Closes the file even if not saved. Closes Sublime Text if it is the last file open and no directory or project is opened.

The package commands are available in the Command Palette so that they can be accessed through vim bindings, but any keybings works perfectly, for example:

[
  { "keys": ["super+w"], "command": "try_quit" },
  { "keys": ["super+o"], "command": "open_or_create_file" }
]

Open file screenshot:

screenshot-1423632337