/FilesInfoStatusBar

A Sublime Text (2 or 3) plugin that add files information on Status Bar.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

FilesInfoStatusBar Plugin

A Sublime Text (2 or 3) plugin that add files information on Status Bar. Great for minimalist developers and use with the Sublime portable version integrated with Cmder (Seamless Sublime Text 3 Integration).

statusbarplugincmderwindow

Overview

statusbarpluginfocuscmderwindow

In a close look to the Sublime StatusBar, the FilesInfoStatusBar plugin adds this features:

Index:

{File Position}/{# of All Files}

Shows the position of the current file on the list of all files and the number of all files. Very useful to help you when you don't have the tabs on the screen.

File:

{The File Name}

Shows the file name of the current editable file.

Path:

{The File Path}

Shows the file path without the filename of the current editable file.

Installation

  1. Download the FileInfoStatusBar.py;
  2. Move the file to
  • If in a portable version: %SUBLIME_PORTABLE_PATH%/Data/Packages/User
  • If in a normal version: %SUBLIME_NORMAL_PATH%/Packages/User
  1. Restart Sublime Text
  2. Enjoy :)

License

This Plugin is licensed under a BSD license. See LICENSE.txt for more information.

Help Improve

Feel free to send Issues & Pull Requests and help improve FilesInfoStatusBar Plugin. Let's make this better :)