]> Sergey Matveev's repositories - nnn.git/commit
Implement plugins control of nnn + plugins (#364)
authorAnna Arad <4895022+annagrram@users.noreply.github.com>
Wed, 23 Oct 2019 10:04:12 +0000 (13:04 +0300)
committerMischievous Meerkat <engineerarun@gmail.com>
Wed, 23 Oct 2019 10:04:12 +0000 (15:34 +0530)
commit9afd7cf3bf8badb7e704fb1e1fbdb8031572c722
tree90669833f994bfcff8b8f9edc0b044f2ea2f2e89
parent0144f440609b4fb7dcdf9e3325e6d1de3e6085bf
Implement plugins control of nnn + plugins (#364)

* Implement plugins control of nnn + plugins

* Refactor plugins control code and fix getplugs to recognize hidden files

* Fix bug when going to dir on non-current context from plugin

* Fix some plugins to work on openbsd and freebsd

* Renamings

* Switch to -R flag in cp instead of -r; BSDs complain

* Change braces of function location

* Rewrite plugin creation in README and add new plugins to the table

* Update the fzcd script to include fzy or fzf

* Change plugin name resolve-link-dir -> lncd

* Fixing plugins README table

* Remove some cd plugins but add them as examples to plugins README
plugins/.nnn-plugin-helper [new file with mode: 0644]
plugins/README.md
plugins/fzcd [new file with mode: 0755]
plugins/getplugs
src/nnn.c