]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2021-07-21 Arun Prakash... Prepare for release v4.2 Mojito v4.2
2021-07-21 Arun Prakash... Add option to specify arguments to exec
2021-07-21 Arun Prakash... Press TAB to insert current file name at prompt
2021-07-21 Jonathan RashAdded execute fallback to nuke
2021-07-20 Arun Prakash... Minor update
2021-07-18 Arun Prakash... Fix #1110: sanitize path from plugin
2021-07-18 Arun Prakash... Clear filter early before running plugin
2021-07-18 Arun Prakash... Selection-specific scratch buffer
2021-07-17 Arun Prakash... Free allocated memory
2021-07-17 Arun Prakash... Plugin suedit - preserve environment
2021-07-17 Arun Prakash... fzopen - add option to open files in nuke
2021-07-17 Arun Prakash... Merge plugin fzz into autojump
2021-07-17 Arun Prakash... Remember the last command executed at prompt
2021-07-17 Arun Prakash... Add macro for prompt
2021-07-17 Arun Prakash... Use a simpler macro
2021-07-16 Arun Prakash... Fix unused variable warning
2021-07-16 Arun Prakash... Code reformat
2021-07-16 Arun Prakash... Fix selection in /
2021-07-15 Arun Prakash... Remove from selection when hovered entry is deleted
2021-07-15 Arun Prakash... Ignore filter key if no results
2021-07-15 Arun Prakash... Do not apply filter if directory is empty
2021-07-15 Arun Prakash... Allocate PATH_MAX aligned memory size
2021-07-15 Arun Prakash... Optimize repeat copy of same prefix
2021-07-15 Arun Prakash... Optimize bulk selection
2021-07-15 Arun Prakash... Invert optimization: allocate in a go
2021-07-15 Arun Prakash... Show msg for both invert and select all
2021-07-14 Arun Prakash... Optimize invert further
2021-07-14 Arun Prakash... In-place invert optimization
2021-07-13 Arun Prakash... Update docs
2021-07-13 Arun Prakash... Update add to and invert selection logic
2021-07-12 Arun Prakash... Scan for selection status on redraw()
2021-07-11 Arun Prakash... Remove redundant macro
2021-07-11 Arun Prakash... Remove redundant prompt
2021-07-11 Terminator XMerge pull request #1106 from KlzXS/persistent_selection
2021-07-11 KlzXSUse selbufpos instead of selbuflen
2021-07-10 KlzXSPersistent selection (#1086)
2021-07-09 Arun Prakash... Fix #1102: suppress clang unused variable warnings
2021-07-09 Arun Prakash... Fix #1101: confirm trashing files
2021-07-06 Arun Prakash... Fix #1098: clear selmode on last deselect
2021-07-06 Piña ColadaMerge pull request #1095 from luukvbaal/patches
2021-07-06 Luuk van BaalRemove gitstatus libgit2 dependency
2021-07-05 Piña ColadaMerge pull request #1094 from jarun/preview-tui
2021-07-05 Luuk van BaalAllow tmux inside kitty without KITTY_LISTEN_ON set
2021-07-02 Piña ColadaMerge pull request #1091 from luukvbaal/adjust_cols
2021-07-02 Luuk van BaalMove ajust cols and no else braces
2021-07-02 Arun Prakash... Fix off_t to uint_t comparison warning
2021-07-01 Piña ColadaMerge pull request #1090 from luukvbaal/imgview
2021-07-01 Luuk van BaalImgview fix ucollage directory
2021-07-01 Piña ColadaMerge pull request #1084 from luukvbaal/imgview
2021-07-01 Luuk van BaalImgview hovered image/thumbnail dir
2021-06-30 Piña ColadaMerge pull request #1088 from 1bman/1bman-patch-1
2021-06-30 1bmanfix icons.h typo
2021-06-29 Piña ColadaMerge pull request #1087 from KlzXS/debug
2021-06-29 KlzXSFix debug line number
2021-06-27 Arun Prakash... Try to unmount hovered local dir
2021-06-27 Arun Prakash... Reformat help
2021-06-27 Piña ColadaMerge pull request #1082 from tonijarjour/patch-1
2021-06-27 Arun Prakash... Reformat help
2021-06-27 Toni JarjourMake sxiv play gifs automatically
2021-06-25 Arun Prakash... Update docs
2021-06-24 Arun Prakash... Update readme
2021-06-23 Arun Prakash... Remove redundant param
2021-06-22 Arun Prakash... Fix memory leak
2021-06-22 Arun Prakash... Simplify mkpath()
2021-06-20 KlzXSReplace fd dependency with find (#1078)
2021-06-20 Arun Prakash... Break long macros
2021-06-20 Arun Prakash... One notify FIFO mode at a time
2021-06-20 Arun Prakash... Fix patch break
2021-06-20 Arun Prakash... Improve alignment
2021-06-20 Arun Prakash... Add range check
2021-06-20 Arun Prakash... Fix alignments
2021-06-20 Arun Prakash... Fix patch break
2021-06-20 Arun Prakash... Alphabetically order internal states
2021-06-20 Arun Prakash... Shared previewer and explorer
2021-06-20 Arun Prakash... Print version to stdout
2021-06-19 Arun Prakash... Fix compilation error when FIFO is disabled
2021-06-19 Arun Prakash... Use macro in all places
2021-06-19 Arun Prakash... Use easily identifiable type
2021-06-19 Arun Prakash... Restore statusbar after unmounting remote/archive
2021-06-19 Arun Prakash... Fix created archive not highlighted
2021-06-19 Arun Prakash... Default to CWD for atool
2021-06-19 Arun Prakash... Do not open current dir in nez context when extracting...
2021-06-19 Arun Prakash... Fix #1076: show file name in archive extract prompt
2021-06-18 Arun Prakash... Fix returns
2021-06-18 Arun Prakash... Fix broken window due to double spawn
2021-06-18 Michael LanRefactor fifo code and add explorer (#1075)
2021-06-17 luukvbaalUpdate gitstatus patch (#1074)
2021-06-17 Arun Prakash... sigwinch test
2021-06-16 Arun Prakash... Revert "Remove redundant old state handlers"
2021-06-16 Arun Prakash... Update docs
2021-06-15 Arun Prakash... Remove redundant old state handlers
2021-06-15 Arun Prakash... Get rid of file stream functions
2021-06-15 Arun Prakash... Code reformat, use basic IO functions
2021-06-15 Arun Prakash... Use raw functions instead of file functions
2021-06-15 Arun Prakash... Fix #1072: use internal tmp file to page output
2021-06-14 Arun Prakash... Remove redundant newline
2021-06-13 Arun Prakash... Extract archive to, mount remove/archive in smart context
2021-06-13 Arun Prakash... Support archive "extract to..."
2021-06-13 Arun Prakash... Update docs
2021-06-13 Arun Prakash... Fix patch incompatibility
next