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 33K
  • Win 18K
  • Mac 9K
  • Linux 7K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
Windows 3 5 5 1 1 2 1 5 0 3 0 2 2 0 2 3 4 3 0 1 2 3 2 4 2 5 4 3 1 1 1 2 1 4 4 4 3 5 1 3 0 5 4 6 2 0
Mac 0 2 0 1 2 1 1 1 5 3 2 0 1 0 5 2 0 2 4 1 3 1 3 5 2 2 0 0 1 2 1 3 2 0 3 0 0 2 4 0 0 0 0 3 1 3
Linux 2 5 0 2 2 0 0 0 3 3 1 4 2 1 2 1 0 0 2 0 0 0 1 3 0 1 1 1 0 2 5 1 3 4 2 1 1 1 0 3 4 2 2 0 1 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.