Faster movement key bindings |
|
More...
|
almost 11 years ago
|
Let filter errors show up in status line |
|
More...
|
almost 11 years ago
|
Another leak in the wall |
|
More...
|
almost 11 years ago
|
Consistent comments capitalization |
|
More...
|
almost 11 years ago
|
Change default associations |
|
More...
|
almost 11 years ago
|
The dirp should be initialized here |
|
More...
|
almost 11 years ago
|
Another part that needs special handling for root |
|
More...
|
almost 11 years ago
|
Handle the root path case correctly |
|
More...
|
almost 11 years ago
|
Only closedir when dirp is valid |
|
More...
|
almost 11 years ago
|
Cursor stack item |
|
More...
|
almost 11 years ago
|
Also release filter memory |
|
More...
|
almost 11 years ago
|
Define return codes for nextsel() and use a switch |
|
More...
|
almost 11 years ago
|
Reset to initial filter on directory change |
|
More...
|
almost 11 years ago
|
Search filter support with a very basic readline |
|
More...
|
almost 11 years ago
|
Add emacs-like keybinds for next/prev entry selection |
|
More...
|
almost 11 years ago
|
Add license and todo files |
|
More...
|
almost 11 years ago
|
Add support a default association |
|
More...
|
almost 11 years ago
|
Printing and line wrapping in a function, show dirs and links |
|
More...
|
almost 11 years ago
|
Use our own entry struct instead of dirent |
|
More...
|
almost 11 years ago
|
Add regex support |
|
More...
|
almost 11 years ago
|
Comment on dirents deep copy |
|
More...
|
almost 11 years ago
|
Strip redundant spaces |
|
More...
|
almost 11 years ago
|
Move debug print after return value check |
|
More...
|
almost 11 years ago
|
Use open(2)/fstat(2) and don't bother with links at all |
|
More...
|
almost 11 years ago
|
Use asprintf(3) and avoid manual allocation |
|
More...
|
almost 11 years ago
|
Keep local copies of dir entries, just keeping pointers was a bug |
|
More...
|
almost 11 years ago
|
Fix memory leaks |
|
More...
|
almost 11 years ago
|
Avoid sprintf(3) and use snprintf(3) instead |
|
More...
|
almost 11 years ago
|
Change string copies to use strlcpy(3) |
|
More...
|
almost 11 years ago
|
No need for strncmp(3), use strcmp(3) instead |
|
More...
|
almost 11 years ago
|