aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-31Made links dim (-> foo) instead of just the arrowBruce Hill
2019-05-31Switched ':' to use "sh" instead of "$SHELL" because not all shells takeBruce Hill
arguments.
2019-05-31Compacting the code, putting column names with widthsBruce Hill
2019-05-31Added "<selection>" virtual directory, added '-' mark for "lastBruce Hill
non-virtual directory" and 's' for "selection virtual directory", cleaned up path normalization, added "N selected" visualization.
2019-05-31Better name for "double left click"Bruce Hill
2019-05-31Moved colwidths to configBruce Hill
2019-05-31Got rid of +align command, and simplified column width logic (no moreBruce Hill
auto-sizing, no more alignment, everything just has a static width now)
2019-05-31Fixed some redraw dirty flag issuesBruce Hill
2019-05-31Simplifying interleave code and adding docBruce Hill
2019-05-31Moving interleave-dirs back from a full column to just a settingBruce Hill
2019-05-31Added a bit of extra spacing around columnsBruce Hill
2019-05-31Cleaned up some T_WRAP stuffBruce Hill
2019-05-31Switched to use cfmakeraw() instead of manually setting a bunch ofBruce Hill
termios bits.
2019-05-31Fixed some stuff with alt screen and spurious output to stdoutBruce Hill
2019-05-31Version bumpBruce Hill
2019-05-31Cleaned up a lot of the cd logic, making path names better-standardized,Bruce Hill
but still keeping symlinks, and ensuring bb->path has a slash at the end. Also cleaned up some empty directory errors.
2019-05-31Moved populating files before startup commands, so '+mark:0' worksBruce Hill
properly
2019-05-31Fixed some memory errors, including a use-after-free. Simplified theBruce Hill
refcount by just explicitly tracking whether a file is being viewed and whether it's selected.
2019-05-31Added permission flags for created bb cmdfileBruce Hill
2019-05-31Updating compiler flagsBruce Hill
2019-05-31Fixed one more qsort argument issueBruce Hill
2019-05-31Fixing some qsort_r arg problemsBruce Hill
2019-05-31Updating with more mac compatibilityBruce Hill
2019-05-31Got everything working on linuxBruce Hill
2019-05-30Changing empty initializerBruce Hill
2019-05-30realloc() -> reallocf() to be extra safeBruce Hill
2019-05-30Simplifying command control flowBruce Hill
2019-05-30Cleaned up a bunch of stuff, including finding entries, a sorting bug,Bruce Hill
and some command stuff.
2019-05-30Bumped versionBruce Hill
2019-05-30Inlined the options to bb_t, and added a dirty flag instead of theBruce Hill
'lazy' variable
2019-05-30Finally got everything working with a refactor to use hash lookupsBruce Hill
everywhere
2019-05-30Code cleanupBruce Hill
2019-05-30Updated some doc and removed the "-B" flag for full key binding infoBruce Hill
2019-05-29Deleted CTRL_H functionality.Bruce Hill
2019-05-29Some cleanup of text coloringBruce Hill
2019-05-29Tweaked some default layout stuff, fixed some flushing issues withBruce Hill
ctrl-h, adjusted coloring to only apply to filenames
2019-05-29Removing +opts in favor of just having commands for each setting. AlsoBruce Hill
removed initialopts
2019-05-29Overhaul of sorting and columns, simplifying and unifying things a bitBruce Hill
2019-05-29Version bumpBruce Hill
2019-05-29Cleanup of the rendering code, including making the selection column aBruce Hill
proper column (+)
2019-05-28Simplified the opts API a bit, cleaned up the code a little, added aBruce Hill
toggle_file() function
2019-05-28Adding comment about .Bruce Hill
2019-05-28Added documentation for all functions, simplified sorting a littleBruce Hill
2019-05-28Code cleanup, replaced fisher-yates shuffle with worse, but much simplerBruce Hill
shuffle.
2019-05-28Tweaked some defaults and allowed cursor color to be combined withBruce Hill
existing color.
2019-05-28Some major refactoring including moving more stuff into bterm.h (renamedBruce Hill
from keys.h), a custom readline (`read` was buggy), better customization, and improved renaming bindings.
2019-05-28More cleanup of struct members, fixed some text wrapping issues thatBruce Hill
lingered after exit, and removed some debug code
2019-05-27Cleaned up some redundant and poorly named fieldsBruce Hill
2019-05-27Cleaned up the refcounting code a little bit with better namingBruce Hill
2019-05-27Better column positioning, including centering and left-aligning whenBruce Hill
appropriate.