/filestatus

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

File Status


Features

Display different file properties like file size or modification date in the status bar.

For the modification time the following rule applies: If the modification date is the same as the actual date, the modification time is shown. Otherwise the modification date is shown.

You can click on the extension in the satus bar to force an update.

Some examples:

  • File size and modification time. The file was modified today, so showing modifcation time

    File size and modification time

  • File size and modification date. Showing only the date since the File was modified on an earlier date.

    File size and modification time

  • File name and file size:

    File size and modification time

  • Tooltip of a new file:

    File size and modification time

Extension Settings

This extension contributes the following settings:

  • pmFileStatus.displayFileName: display the filename
  • pmFileStatus.displayFileSize: display the file size
  • pmFileStatus.displayFileModificationTime: display the modification time of the file

Release Notes

1.0.1

  • Fixed: Displayed time as UTC in tooltip
  • Fixed: Restore date for unsaved files over sessions

1.0.0

  • added handling of new files
  • update data on click

0.9.0

  • Initial release of File Status