unix-file-statsAdd file stats information in your editor status bar in Unix and Unix-like operating systems (tested on macOS Sonoma & Debian Sid). Features
After installing, the file size and permissions for the current file will appear as a new statusbar item . If file is readonly, the item background will change . You can change the file permissions by clicking on the status item. It's also possible to change the file permissions from the explorer tree by clicking in the added menu item 'Change file permissions'. This function supports multiple files. Directories are ignored. If changing permissions require superuser privileges, it's possible to try again with sudo.
Extension SettingsThis extension contributes the following settings:
Release NotesSee the changelog. ContributingFirst of, thanks for your interest in helping out! This repository uses ESLint and Stylistic to ensure the code quality. Lefthook is configured to automatically perform tasks on pre-commit and pre-push hooks. Execute Pre-commitBefore committing, eslint will run on staged files. If everything is ok, the commit messages will be linted too using the default conventional configuration. See commitlint.config.mjs for a cheat sheet on how to use the types or https://cheatsheets.zip/conventional-commits for a detailed explanation. Pre-pushBefore pushing, a package audit is going to be performed to verify there are no risky packages as dependencies. LicenseSee the license. |