Arun Prakash Jana
6d3f3ba6a2
Show [selmode:num_selected] in status bar
5年前
Arun Prakash Jana
084a4c77c5
Add key ] to show prompt
5年前
Arun Prakash Jana
8705cb99a3
Seek advantage of kernel readahead()
References:
1. http://man7.org/linux/man-pages/man2/posix_fadvise.2.html
2. https://www.oreilly.com/library/view/linux-system-programming/9781449341527/ch04.html
5年前
Arun Prakash Jana
0ef9ec196e
Use boxes to show number of selected files.
5年前
Arun Prakash Jana
3004694cd4
Update man page on executing commands directly.
Remove extra static string.
5年前
Arun Prakash Jana
4ee9e2d129
Add key ; to execute plugin
5年前
Arun Prakash Jana
4f787fd59e
Fix line count when editing selection
5年前
Arun Prakash Jana
0f5f04d087
Revert "Fix #384 : support busybox xargs"
This reverts commit 407b690404
.
5年前
Arun Prakash Jana
407b690404
Fix #384 : support busybox xargs
5年前
Arun Prakash Jana
6693bf8f13
Fixes the following workflow:
- press pick plugin key
- navigate away from the plugin directory (to ~, say)
- try to open any file, fails
When we are in run plugin mode, but detect we are in a different
context or a non-plugin directory, just cancel the runplgin mode
and continue as usual.
It also cleans up the plugin run function.
5年前
Arun Prakash Jana
05c84f7b80
Clear prompt after running a command.
5年前
Arun Prakash Jana
e3aed0f658
Update help
5年前
Arun Prakash Jana
61048258a7
Do not reload for help, edit and page if in selection mode
5年前
Arun Prakash Jana
efa9a6727d
Change the key to size sort to z
5年前
Arun Prakash Jana
37bf6b1010
Redraw in non-filter mode after hovered file deletion
5年前
Arun Prakash Jana
88698b372b
Edit also flushes selection
5年前
Arun Prakash Jana
4c863d9b7b
Do not check for events when selecting files
5年前
Arun Prakash Jana
c7b037d6a1
Use small letters
5年前
Arun Prakash Jana
2b4bd35ba6
Simplify running commands
5年前
Arun Prakash Jana
f31fa09f56
Fix issue with running plugin when help screen is shown
5年前
Arun Prakash Jana
950a8f6a65
Fix #381
5年前
Arun Prakash Jana
3c28d1f1d7
Refactor plugin handling
5年前
Arun Prakash Jana
fa4c37f230
Fix segfault
5年前
Arun Prakash Jana
12f108cac9
Fix fzcd not working from other contexts
5年前
Arun Prakash Jana
53a2e4c560
Incorporate PR #368
5年前
Arun Prakash Jana
9272c90f93
Removal of current dir can be a pain without force
5年前
Arun Prakash Jana
8a7d2bd1ed
Clear buffer for no locale compilation
5年前
Arun Prakash Jana
94e4dc51ba
Make bulk delete more verbose
5年前
Arun Prakash Jana
6713bfba13
Fix #373
6年前
Arun Prakash Jana
169c2141f6
Print improvements
6年前
Arun Prakash Jana
5c336fb7da
Fix build break
6年前
Arun Prakash Jana
ef8db1fd45
Show size of file in bytes in status bar in du mode
6年前
Arun Prakash Jana
7416bb8503
Print version in debug output
6年前
Arun Prakash Jana
6eeab1af9f
Use macro for 512B sector size
6年前
Arun Prakash Jana
a97e3ed5c4
Fix opening files from browser
6年前
Arun Prakash Jana
b987931f47
Do not pass path to commands
6年前
Arun Prakash Jana
5bebd4ac67
Extend plugin mechanism to arbitrary commands
6年前
Arun Prakash Jana
cb916661c8
Minor reformat
6年前
Arun Prakash Jana
5734f49126
Fix KEY_RESIZE loop
6年前
Arun Prakash Jana
3dd95fd9a8
Fix checkpatch warnings
6年前
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
6年前
Arun Prakash Jana
0144f44060
Remove special characters from help
6年前
Arun Prakash Jana
3966465171
Change spaces to tab
6年前
Arun Prakash Jana
651b27032d
Fix #366
6年前
Arun Prakash Jana
f601d825bc
Refactor fixes
6年前
Arun Prakash Jana
71bf18cee3
Refactor
6年前
Arun Prakash Jana
1b3b9f503d
Refactor cp, mv, cp-mv as, rm
6年前
Arun Prakash Jana
95e9151c90
Refactor screen move
6年前
Arun Prakash Jana
864273dd9b
Refactor current directory removal
6年前
Arun Prakash Jana
ae7a3fbdc1
Clean up plugin handling code
6年前