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
May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 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
Windows 0 0 0 0 0 0 1 0 1 1 2 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 2 0 2 0 0 0 0 1 0 0 0 1 1 0 0
Mac 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 1 0 2
Linux 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1

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