0xACE
688ed885d1
Fix dragdrop not working in selection mode ( #382 )
xargs couldn't call function `dnd()` and I couldn't find a portable way
to do it, so I replaced it with a variable which I guess should work
fine.
5年前
Arun Prakash Jana
6ea64288bc
Fix #379
5年前
0xACE
955826a1e8
Fix dragdrop stderr causing issues ( #374 )
For w/e reason the output from `which` causes problems with nnn
rendering. This commit silences the problematic lines.
5年前
Arun Prakash Jana
baaf3ede2a
Update docs
5年前
Arun Prakash Jana
aedb9c2753
Update drag and drop plugin
5年前
0xACE
3c1645ca90
Merged drag and drop scripts to 1 file ( #372 )
5年前
Arun Prakash Jana
013dad1186
plugin pskill
5年前
Anna Arad
c5c9323d30
Fix bad getplugs script ( #370 ) ( #371 )
5年前
Arun Prakash Jana
ef6a995e38
Fix #369 : calculate checksum for directory tree
5年前
Arun Prakash Jana
cf4ad22676
Add complete audio conversion tip
5年前
Arun Prakash Jana
b987931f47
Do not pass path to commands
5年前
Arun Prakash Jana
8c096dad28
Update docs
5年前
Arun Prakash Jana
5bebd4ac67
Extend plugin mechanism to arbitrary commands
5年前
Anna Arad
b81affffa1
Fix code examples in plugins README
5年前
Anna Arad
9afd7cf3bf
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
5年前
Anna Arad
49bee69490
suedit plugin ( #359 )
5年前
Arun Prakash Jana
087380968d
Pass path as second argument
5年前
Arun Prakash Jana
19ea710e08
gutenread: support epub
5年前
Arun Prakash Jana
2f413f8059
Plugin to browse, download, read from Project Gutenberg
5年前
0xACE
262c94f696
Check for alternative name for drag/drop exec ( #354 )
KDE dragon player collides with the name of the drag/drop dependency. On
archlinux the binary is renamed to `dragon-drag-and-drop`.
This change tries `dragon-drag-and-drop` before defaulting to `dragon`.
5年前
0xACE
3eb0a38c5e
Added 2 plugins for drag and drop support ( #352 )
* Added 2 plugins for drag and drop support
These scripts uses https://github.com/mwh/dragon
and curl.
It allows nnn to drag and drop files either to other programs, or to
itself.
* added link to dependency and spelling
* added drag/drop-file scripts to readme table
5年前
Arun Prakash Jana
9dab803e1a
Suppress permission denied messages
5年前
Arun Prakash Jana
57298b7fcc
Use ix.io paste service
5年前
Arun Prakash Jana
4a41d3a894
Group dirs on top
5年前
Arun Prakash Jana
66713730f0
Add plugin uidgid
5年前
Arun Prakash Jana
f75620e95b
Update plugin viuimg
5年前
Arun Prakash Jana
727fad3b32
Add image
5年前
Arun Prakash Jana
a25165d1bd
Fix directory view with viuimg
5年前
Arun Prakash Jana
1e7cc1f369
Update plugin docs
5年前
Arun Prakash Jana
2c3b5e2f78
Add command to download plugins
5年前
Arun Prakash Jana
d7ce06b10b
Add plugin to take quick notes
5年前
Arun Prakash Jana
b5ed36bebe
mocplay: confirm working with selection
5年前
Arun Prakash Jana
cea542b515
Update docs
5年前
Arun Prakash Jana
3f40980dd0
Plugin oldbigfile: find large files by access time
5年前
Arun Prakash Jana
94c3af873c
Implement mediainfo as a plugin
5年前
Arun Prakash Jana
86594a747f
Fix plugin boom, make customizable
5年前
Arun Prakash Jana
9b6ffeef5d
Use MOC in plugin boom
5年前
Arun Prakash Jana
d8fe4b3bb6
Plugin dups: find duplicate files in dir
5年前
Arun Prakash Jana
3a0f2a20d8
Fix #328
5年前
Arun Prakash Jana
9feb5ce651
Merge fzy-edit into fzy-open
5年前
Arun Prakash Jana
b9530a5ce0
Plugin organize
5年前
Arun Prakash Jana
bf13243830
Update docs
5年前
Arun Prakash Jana
9282eff925
Update plugin docs
5年前
Arun Prakash Jana
7575a3e031
Plugin vidthumb
5年前
Arun Prakash Jana
4ab13b1b34
Plugin moclyrics
5年前
Arun Prakash Jana
8fff4643f5
Detect if MOC is playing
5年前
Arun Prakash Jana
02b3273233
Use key-plugin pairs for running plugins
5年前
Arun Prakash Jana
c5bbbd852c
ndiff: direction to get rid of vim warning
5年前
Arun Prakash Jana
775742150c
Custom keybinds to run plugins directly
5年前
Arun Prakash Jana
847aa0e2ee
Fix hex viewer
5年前