kek91 / StatusBarExtended

Extend status bar in fman to show more information
MIT License
15 stars 2 forks source link
fman plugin python

StatusBarExtended

Extends the status bar in fman to show additional information.

Turn the plugin on or off by using a keyboard shortcut, default is F3.

Configure the plugin by using a keyboard shortcut, default is ShiftF3.

Features

Adds extra information to the status bar.

Aligns indicator positions to avoid "jitter" on selection/navigation

Allows a user to configure all the options via the configure_status_bar_extended command aliased as StatusBarExtended: configure in the Command Palette:

Option Default Description
Enabled True Enable or disable this plugin
SizeDivisor 1024 File size format: decimal (1k=1000=10³) or binary (1k=1024=2¹⁰)
MaxGlob 5000 Skip folders with as many items (folders+files)
SymbolPane Left/Right pane symbol
SymbolHiddenF Hidden files Shown/Hidden symbol (tip: try 👁 👀👓 ✓✗ ◎◉ 🐵🙈)
HideDotfile False Treat .dotfiles as hidden files on Windows
Justify 5 5 7 Minimum width of the Folder/File/Size values, e.g.
5,321
   21

Preview

Status Bar without selection Status Bar with selection
Screenshot macOS 10 v0.3.0 Screenshot macOS 10 v0.3.0-selection
Status Bar alignment
Screenshot of alignment

Known issues