ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

File​Manager

by math2001 ST3

⚡️ A Sublime Text 3 package to help with file (duplicate, move, create...) ⚡️

Details

Installs

  • Total 32K
  • Win 17K
  • Mac 8K
  • Linux 6K
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 2 5 1 5 2 0 3 1 3 3 5 2 1 6 1 1 0 2 1 1 6 2 1 4 1 2 1 1 2 1 8 2 1 2 0 3 4 6 2 2 3 2 5 4 1
Mac 0 2 1 2 3 1 2 0 1 2 4 8 3 0 1 2 4 2 3 2 2 3 1 3 6 1 1 1 2 2 4 4 2 2 1 1 2 1 2 3 2 3 4 0 3 0
Linux 2 2 1 2 2 1 2 0 0 5 1 1 1 3 3 0 3 3 1 3 1 1 5 2 0 2 3 3 2 2 3 0 1 1 1 3 5 10 1 2 0 2 0 3 0 1

Readme

Source
raw.​githubusercontent.​com

File Manager

File Manager is a plugin for Sublime Text that is suppose to replace SideBarEnhancement and AdvancedNewFile.

Why? Because those to plugin basically do the same thing: They manage files from sublime text.

With this package, you can create, rename, move, duplicate and delete files or folders. You can also copy there relative/absolute path, or their name.

“Spirit”

The idea is to make you save time, not to propose you features you're never going to use.

This package has as main goal to be 100% optimized.

So, for example, there is an auto completion system (based on the folders/files, both, you choose) on every input that is showed by FileManager. Just press tab to cycle through the auto completion.

There shouldn't be 2 commands when 1 can do the job.

FileManager doesn't have a command create_new_file and create_new_folder. Just fm_create. It opens up an input, and the last character you type in is a / (or a \), it creates a folder instead of a file.

Docs

Although they're a fair bit of information in there, the docs are still a work in progress. Here they are: math2001.github.io/FileManager. Go have a quick look, you won't regret it :smile:

Installation

Using package control

  1. Open up the command palette: ctrl+shift+p
  2. Search for Package Control: Install Package
  3. Search for FileManager
  4. Hit enter :wink:

Using the command line

If you want to contribute to this package, first thanks, and second, you should download this using git so that you can propose your changes.

cd "%APPDATA%\Sublime Text 3\Packages"             # on Windows
cd ~/Library/Application\ Support/Sublime\ Text\ 3 # on Mac
cd ~/.config/sublime-text-3                        # on Linux

git clone "https://github.com/math2001/FileManager"

How to open the README

To open their README, some of the package add a command in the menus, others in the command palette, or other nowhere. None of those options are really good, especially the last one on ST3 because the packages are compressed. But, fortunately, there is plugin that exists and will solve this problem for us (and he has a really cute name, don't you think?): ReadmePlease. :tada:

Contributing

You want to contribute? Great! There's two different things you can contribute to:

  1. the package itself
  2. the docs

If you want to contribute to the package, then you're at the right place. Otherwise, please go have a look at the contributing part of the docs

First, whatever you want to do, please raise an issue. Then, if you feel in a hacky mood, go ahead and code it:

  • create a branch: my-feature-name
  • don't hesitate to change stuff in the .tasks file.
  • Push and PR

Note: This plugin is only working on Sublime Text 3.