All Projects → SublimeText → StatusBarFileSize

SublimeText / StatusBarFileSize

Licence: other
Show the file size in the Sublime Text status bar

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to StatusBarFileSize

SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+118.52%)
Mutual labels:  sublime-text
sublime-pine
A Pine programming language syntax for Sublime Text.
Stars: ✭ 35 (+29.63%)
Mutual labels:  sublime-text
Terminals-In-Sublime-Text
Use (Windows) Terminals within Sublime Text 3 such as: Command Prompt, Git Bash, Google Cloud SDK Shell, etc
Stars: ✭ 73 (+170.37%)
Mutual labels:  sublime-text
exalt
A Sublime Text plugin for validating and formatting XML documents
Stars: ✭ 22 (-18.52%)
Mutual labels:  sublime-text
sublimetext-stringutilities
Sublime Text 2/3 plugin for string manipulations
Stars: ✭ 81 (+200%)
Mutual labels:  sublime-text
dotfiles
Dotfiles. Mac and *nix. Handy scripts, configurations for bash, zsh, git, asdf, Sublime Text, Karabiner-Elements, BetterTouchTool and more.
Stars: ✭ 15 (-44.44%)
Mutual labels:  sublime-text
sublime-angular-material-snippets
Angular Material Design snippets plugin for Sublime Text 2/3
Stars: ✭ 25 (-7.41%)
Mutual labels:  sublime-text
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+81.48%)
Mutual labels:  sublime-text
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-14.81%)
Mutual labels:  sublime-text
sublime-jsoncomma
A Sublime Text plugin to deal with those damn JSON commas!
Stars: ✭ 35 (+29.63%)
Mutual labels:  sublime-text
sublime-meetio-theme
The most powerful and adaptive theme for Sublime Text 3
Stars: ✭ 71 (+162.96%)
Mutual labels:  sublime-text
laravel forms boostrap snippets
Handy Sublime Text snippets to create forms inputs for Laravel Collective Forms with Twitter Bootstrap 3.
Stars: ✭ 38 (+40.74%)
Mutual labels:  sublime-text
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (+3.7%)
Mutual labels:  sublime-text
sublime-font-cycler
Quickly cycle between your favorite fonts in Sublime Text with the press of a key
Stars: ✭ 19 (-29.63%)
Mutual labels:  sublime-text
Verilog-Gadget
🔧 Verilog plugin for Sublime Text 2/3. It helps to generate a simple testbench, instantiate a module, insert a user-header, repeat codes with formatted incremental/decremental numbers, etc.
Stars: ✭ 25 (-7.41%)
Mutual labels:  sublime-text
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (+74.07%)
Mutual labels:  sublime-text
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-48.15%)
Mutual labels:  sublime-text
FileHistory
Sublime Text plugin that keeps track of files which have been recently closed, as well as files that have been recently accessed.
Stars: ✭ 51 (+88.89%)
Mutual labels:  sublime-text
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-51.85%)
Mutual labels:  sublime-text
SublimeText-GameMaker-Plugin
GML Snippets & Syntax Highlighting for SublimeText 2
Stars: ✭ 20 (-25.93%)
Mutual labels:  sublime-text

Status Bar File Size

Displays file size in the Sublime Text status bar. Where possible, the size is queried from the file system. If this information is not available -- e.g. for a buffer that was modified and not yet saved -- the file size is estimated from the buffer contents and chosen encoding.

Additionally, the file size after DEFLATE compression, as used by gzip, can be enabled in the settings.

Installation

Use Package Control.

This package only supports Sublime Text 3 and 4.

Configuration

The default and user configuration files can be accessed from the Sublime Text menu bar, Preferences -> Package Settings -> Status Bar File Size.

About

The source code is available on GitHub and licensed under a BSD 3-Clause License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].