repository-file-actions

A package to do certain actions like opening or closing files, using information from the repository in use.

vellerefond

144

1

0.7.0

GPL-2.0

GitHub

repository-file-actions

A package to do certain actions like opening or closing files, using information from the repository in use.

The package options are available through the tab bar context menu and the explanation per option is as follows:

Open VCS New Files opens any file that would show up as new by doing a git status in the repository's working directory.

Open VCS Modified Files opens any file that would show up as modified by doing a git status in the repository's working directory.

Close VCS Unmodified files closes any open file that is not new of modified in the repository and any other files that would not show up by doing a git status in the repository's working directory and the user has not modified.

Close VCS Unmodified files to the Right does exactly what Close VCS Unmodified files does but acts only to the files on the right of the currently right clicked tab.

Keep Only VCS New and Modified Files keeps open only the files marked as new in the repository, as well as any other file that would not show up by doing a git status in the repository's working directory and the user has modified.

Keep Only VCS New and Modified Files to the Right does exactly what Keep Only VCS New and Modified Files does but acts only to the files on the right of the currently right clicked tab.