11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 19, 2023 — May 19, 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... about 13 years ago
Don't reload view on directory changing error. More... about 13 years ago
If current directory doesn't exist anymore go updir instead of HOME. More... about 13 years ago
Select previous directory when going updir. More... about 13 years ago
Fixed removing trailing slash from directory name on macro expanding. More... about 13 years ago
Don't update current view after closing quick file view. More... about 13 years ago
Fixed segmentation fault on some kinds of completion. More... about 13 years ago
Added pushd and popd commands. More... about 13 years ago
Fixed compile error when compatibility mode is enabled. More... about 13 years ago
Fixed cw, cW behavior (were switched). More... about 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