You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,21 @@
1
1
# Filemanager Plugin
2
2
3
+
> This is a fork from https://codeberg.org/micro-plugins/filemanager2
4
+
> and will continue to be maintained as much as possible
5
+
> All credits and previous efforts goes to [Nicolai Søborg](https://github.com/NicolaiSoeborg),
6
+
[ryo-inagaki](https://github.com/ryo-inagaki) and [taconi](https://github.com/taconi)
7
+
3
8
A simple plugin that allows for easy navigation of a file tree.
4
9
5
-
This plugin contains the same functionality as [filemanager](https://github.com/micro-editor/updated-plugins/tree/master/filemanager-plugin), but with the commands 'rename', 'touch' and 'mkdir' working in micro v2. The adjustment of these commands was done by [Ryo Inagaki](https://github.com/ryo-inagaki/) and there is already a [Pull Request](https://github.com/micro-editor/updated-plugins/pull/10) however, PR's are not accepted for a while (there is an [issue](https://github.com/micro-editor/plugin-channel/issues/74) on this subject). This repository was created to make available the commands working, as soon as the pull request is accepted, this repository will be archived and deleted after a while.
@@ -13,7 +26,8 @@ If [nerd fonts](https://www.nerdfonts.com) is installed and options `filemanager
13
26
## Installation
14
27
15
28
### Settings
16
-
Add this repo as a **pluginrepos** option in the **~/.config/micro/settings.json** file (it is necessary to restart the micro after this change):
29
+
Add this repo as a **pluginrepos** option in the **~/.config/micro/settings.json** file
30
+
(it is necessary to restart the micro after this change):
17
31
```json
18
32
{
19
33
"pluginrepos": [
@@ -40,9 +54,12 @@ The top line always has the current directory's path to show you where you are.\
40
54
The `..` near the top is used to move back a directory, from your current position.
41
55
42
56
All directories have a `/` added to the end of it, and are syntax-highlighted as a `special` character.\
43
-
If the directory is expanded, there will be a `+` to the left of it. If it is collapsed there will be a `-` instead.
44
57
45
-
**NOTE:** If you change files without using the plugin, it can't know what you did. The only fix is to close and open the tree.
58
+
If the directory is expanded, there will be a `+` to the left of it.
59
+
If it is collapsed there will be a `-` instead.
60
+
61
+
**NOTE:** If you change files without using the plugin, it can't know what you did.
62
+
The only fix is to close and open the tree.
46
63
47
64
### Options
48
65
@@ -57,9 +74,12 @@ If the directory is expanded, there will be a `+` to the left of it. If it is co
57
74
58
75
### Commands and Keybindings
59
76
60
-
The keybindings below are the equivalent to Micro's defaults, and not actually set by the plugin. If you've changed any of those keybindings, then that key is used instead.
77
+
The keybindings below are the equivalent to Micro's defaults, and not actually set by the plugin.
78
+
If you've changed any of those keybindings, then that key is used instead.
61
79
62
-
If you want to [keybind](https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md#rebinding-keys) any of the operations/commands, bind to the labeled API in the table below.
0 commit comments