11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't add duplicated into command history. More... almost 13 years ago
Store commands separated by | as one item in history. More... almost 13 years ago
Removed "FUSE mount success" message as it was overwritten by recursive call to change_directory(); More... almost 13 years ago
Removed unnecessary check for BSD version. More... almost 13 years ago
Moved surrounding spaces in title of error message to show_error_msg(). More... almost 13 years ago
Don't reload pane on ctrl-c or escape, just clean selection. More... almost 13 years ago
Fixed n and N commands (used to repeat wrong search pattern). More... almost 13 years ago
Added --with-gtk and --with-libmagic configure script options. More... almost 13 years ago
Inverted ./configure script options. More... almost 13 years ago
Added TODO item. More... almost 13 years ago
Added C command (clone file). More... almost 13 years ago
Added detection of file handlers with GTK+ or libmagic and .desktop files (it works only for :file command). More... almost 13 years ago
Fix selection of file after leaving FUSE mount point. More... almost 13 years ago
Fixed running executables with spaces in their names. More... almost 13 years ago
Add files for :pushd and :popd commands More... almost 13 years ago
Updated man page. More... almost 13 years ago
Don't reload view on directory changing error. More... almost 13 years ago
If current directory doesn't exist anymore go updir instead of HOME. More... almost 13 years ago
Select previous directory when going updir. More... almost 13 years ago
Fixed removing trailing slash from directory name on macro expanding. More... almost 13 years ago
Don't update current view after closing quick file view. More... almost 13 years ago
Fixed segmentation fault on some kinds of completion. More... almost 13 years ago
Added pushd and popd commands. More... almost 13 years ago
Fixed compile error when compatibility mode is enabled. More... almost 13 years ago
Fixed cw, cW behavior (were switched). More... almost 13 years ago
Properly initialize directory entry for initial list of files. More... about 13 years ago
Fixed segmantation fault when trying to complete :!. More... about 13 years ago
Fixed memory leak in line_completion(). More... about 13 years ago
Fixed memory leak in filename_completion(). More... about 13 years ago
Don't replace symbolic links with their destination. More... about 13 years ago