Comfortable Open File is a package like Advanced Open File. The package helps Atom users to open files. Atom users can comfortably open files, create files, add project folders and remove project folders.
Press ctrl-alt-c to open the file list and the query editor. If you have already opened a file, you can get the file list of current directory. Otherwise you can get that of a directory you set up.
As you edit query, the file list is updated automatically. Even if you do mistyping, you can use fuzzy search at the directory level.
If the file does not exist, you can create the file. Similarly, you can create a directory.
You can open the selected file or move the directory by pressing enter.
Other features:
Available commands for binding:
comfortable-open-file:toggle
: togglecomfortable-open-file:move-up-directory
: move up directorycomfortable-open-file:add-project-folder
: add project foldercomfortable-open-file:removeProjectFolder
: remove project foldercore:move-up
: move upcore:move-down
: move downcore:confirm
: confirmcore:cancel
: cancelGood catch. Let us know what about this package looks wrong to you, and we'll investigate right away.