Cooper b. Anderson
4579c6d2b9
Make empty dir icons auto update
2021-02-19 09:40:19 +01:00
Sebastian Lyng Johansen
7531c7023d
fix bug for pattern recogniti
...
on of filename
2021-02-18 23:57:06 +01:00
Sebastian Lyng Johansen
bc8fa41d80
change behaviour of rename
2021-02-18 23:57:06 +01:00
kiyan42
bb7054fe79
remove log call
2021-02-16 09:40:15 +01:00
kiyan
5b428c014a
fix: check for loaded buffers before deleting
2021-02-14 17:18:59 +01:00
kiyan42
05711754d9
renaming: lua-tree -> nvim-tree
2020-12-27 19:14:34 +01:00
kiyan
2e7118ca17
check buffer is valid when renaming
2020-12-23 00:02:43 +01:00
Kristijan Husak
bbf517dbb5
Add option to rename files when copying/moving. Closes #95 .
2020-09-05 11:05:43 +02:00
kiyan42
2ceb049b5b
lints
2020-07-23 11:40:39 +02:00
Kristijan Husak
89df407737
Add command to print clipboard content.
2020-07-21 15:14:05 +02:00
Kristijan Husak
7ddee0a79c
Return if pasting on root and remove continue.
2020-07-21 12:35:28 +02:00
Kristijan Husak
86ff3b725f
Prompt for confirmation when overwriting on cut/copy actions.
2020-07-21 08:58:09 +02:00
Kristijan Husak
9b20fcba72
Add cut,copy and paste functionality.
2020-07-16 11:50:27 +02:00
kyazdani42
18dac0ed84
add .luacheckrc and fix linter issues
2020-06-08 11:23:30 +02:00
kyazdani42
d0d42d42a3
fix: fs and refresh bugs
...
- refreshing delete from entries before adding new entries to avoid
conflicts with indexes
- delete is synchronous because on large folders it was not recursing
properly thus causing errors and not deleting content.
2020-06-05 09:33:14 +02:00
kiyan42
e4630f8782
fix creating a file wrong permissions
2020-05-29 21:13:43 +02:00
kiyan42
e0bfcb4a6f
Refacto: rewrite everything
...
- The tree is created with libuv functions, which makes it blazingly fast.
- The tree may now be faster than any other vim trees, it can handle directories with thousands of files without any latency at all (tested on 40K files, works flawlessly).
- More solid logic for opening and closing the tree.
- tree state is remembered (closing / opening a folder keeps opened subdirectories open)
- detection of multiple git projects in the tree
- more icon support
- smart rendering
- smart updates
- ms windows support
- gx replacement function running xdg-open on linux, open on macos
2020-05-29 15:33:47 +02:00
kiyan42
697912429c
reformat, refactor code, run fs command with luv.spawn
2020-04-26 14:46:20 +02:00
kiyan42
81ee46e41d
fix: print_err not being defined
2020-04-25 16:26:29 +02:00
kiyan42
60adbfbdf3
fix: refacto path matchings throughout the code, change the way we call string methods
2020-04-25 15:11:14 +02:00
kiyan42
f906cb0195
fix folder creation
2020-04-11 10:16:16 +02:00
kyazdani42
7ac26175f2
clear prompt with normal :<esc> and fix file creation
2020-03-01 15:00:34 +01:00
kyazdani42
b9398b285d
Use system function instead of luv calls
...
- add dynamic path creation 'foo/bar/baz'
- fixes delete function
2020-02-28 15:34:02 +01:00
kiyan42
d4a693e46b
error handling for fs alteration
2020-02-23 01:28:29 +01:00
kyazdani42
49b9798cbc
clear vim prompt when updating the fs
2020-02-20 18:01:27 +01:00
kyazdani42
e86c857960
remove scratch winutils and use input to alter fs
2020-02-20 17:01:43 +01:00