Commit Briefs

Marcel Rodrigues

Merge pull request #8 from joshaw/add-jmp-top-bot

Add keybinding to jump to top/bottom of listing.


Marcel Rodrigues

Show symbolic links with different color.


Josh Wainwright

Add keybinging to jump to top/bottom of listing.

Uses single g for top (as in less) and G for bottom.


Marcel Rodrigues

Use stat.st_mode when possible.

This provides a more extensible way to check entry type. Now it's easier to add color definitions to other types (see stat(2)).


Marcel Rodrigues

Check whether symlink target is a directory.

Previously we're using lstat() to make file sizes reflect the actual size occupied by an entry (symbolic links are just small references). However, we need to dereference links in order to know the correct type of their target.


Marcel Rodrigues

Simplify --save-cwd code.


Marcel Rodrigues

Merge pull request #3 from Vifon/shell_cd

Quick and dirty support for cd in bash and zsh


Wojciech Siewierski

quick and dirty support for cd in bash and zsh


Marcel Rodrigues

Style: add whitespace after semicolon.



Marcel Rodrigues

More readable division by two.


Marcel Rodrigues

Set $RVSEL before running a subprocess.


Marcel Rodrigues

Add scroll indicators to line editor.



Marcel Rodrigues

Add 'x' to delete selected entry.