aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/fzcd
AgeCommit message (Collapse)Author
2020-07-21Allow absolute paths returned by fzf in fzcd plugin (#682)Gravatar Jan Meischner
* Allow absolute paths returned by fzf in fzcd plugin * Fix issue with POSIX syntax * Add descriptive comment * Add comment * Remove description * Add new line at the end of the file Co-authored-by: Jan Meischner <jan.meischner@verimi.com>
2020-05-06Drop fzy supportGravatar Arun Prakash Jana
2020-03-31Fix fzcd at /, minot refactorGravatar Arun Prakash Jana
2019-12-09Exit if dir is unchangedGravatar Arun Prakash Jana
2019-12-09Support both fzf and fzyGravatar Arun Prakash Jana
2019-12-09Fix build breakGravatar Arun Prakash Jana
2019-11-26Some of the shell script fixes as per discussion (#389)Gravatar Vidar Holen
* Improved completion support for files with spaces Filenames with spaces, both generally and for session names, will now complete as expected. * Misc shell script improvements See discussion on: https://github.com/jarun/nnn/commit/1cca9e4b72b106374f203890b266f18609deefe3
2019-11-22shellcheck fixesGravatar Arun Prakash Jana
2019-11-20Various plugin fixesGravatar Arun Prakash Jana
1. getplugs should work even if nnn is not run 2. Remove redundant ./ prefix 3. Update plugin docs
2019-11-09Fix #379Gravatar Arun Prakash Jana
2019-10-23Implement plugins control of nnn + plugins (#364)Gravatar Anna Arad
* 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