Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sublimetext/statusbarfilesize
Show the file size in the Sublime Text status bar
https://github.com/sublimetext/statusbarfilesize
sublime-text
Last synced: 3 months ago
JSON representation
Show the file size in the Sublime Text status bar
- Host: GitHub
- URL: https://github.com/sublimetext/statusbarfilesize
- Owner: SublimeText
- License: other
- Created: 2015-08-19T18:04:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T00:29:59.000Z (over 2 years ago)
- Last Synced: 2023-05-24T14:24:13.875Z (over 1 year ago)
- Topics: sublime-text
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 28
- Watchers: 21
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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][pkgctrl].
This package only supports Sublime Text 3 and 4.
[pkgctrl]: https://packagecontrol.io
## 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][src]
and licensed under a BSD 3-Clause License.[src]: https://github.com/SublimeText/StatusBarFileSize