aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)Author
2019-06-06Removed breadline() and switched to use `ask` when possible, defaultingBruce Hill
2019-05-31Improved the randomization a bit, so the numbers are evenly distributedBruce Hill
2019-05-31Inlined PIPE_SELECTION_TO since it's only used onceBruce Hill
2019-05-31Switched ':' to use "sh" instead of "$SHELL" because not all shells takeBruce Hill
2019-05-31Compacting the code, putting column names with widthsBruce Hill
2019-05-31Added "<selection>" virtual directory, added '-' mark for "lastBruce Hill
2019-05-31Moved colwidths to configBruce Hill
2019-05-31Got rid of +align command, and simplified column width logic (no moreBruce 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-31Cleaned up a lot of the cd logic, making path names better-standardized,Bruce Hill
2019-05-31Got everything working on linuxBruce Hill
2019-05-30Changing empty initializerBruce Hill
2019-05-30Code cleanupBruce Hill
2019-05-29Deleted CTRL_H functionality.Bruce Hill
2019-05-29Tweaked some default layout stuff, fixed some flushing issues withBruce Hill
2019-05-29Removing +opts in favor of just having commands for each setting. AlsoBruce Hill
2019-05-29Overhaul of sorting and columns, simplifying and unifying things a bitBruce Hill
2019-05-29Cleanup of the rendering code, including making the selection column aBruce Hill
2019-05-28Simplified the opts API a bit, cleaned up the code a little, added aBruce Hill
2019-05-28Tweaked some defaults and allowed cursor color to be combined withBruce Hill
2019-05-28Some major refactoring including moving more stuff into bterm.h (renamedBruce Hill
2019-05-27Better column positioning, including centering and left-aligning whenBruce Hill
2019-05-27Refactored the column spacing a bit and added more powerful options forBruce Hill
2019-05-27Cleanup of a bunch of the terminal codeBruce Hill
2019-05-26Moved a bunch of the config options into the config file (colors, etc.)Bruce Hill
2019-05-26Switched a bunch of stuff to use raw bb commands ("+move:+1" instead ofBruce Hill
2019-05-26Made some fixes after testing on linux, changed +mark syntax to use '='Bruce Hill
2019-05-25Updated docs and added some refresh consistencyBruce Hill
2019-05-25Default config wasn't keeping up.Bruce Hill
2019-05-23Properly handle window resizesBruce Hill
2019-05-23Help menu overhaul and cleanup of config fileBruce Hill
2019-05-23Moved sorting to a commandBruce Hill
2019-05-23Moved more stuff over to bb commands, cleaned up scroll region stuffBruce Hill
2019-05-23Working version of running (nearly) everything on bb IPC commandsBruce Hill
2019-05-22Added 'e' for $EDITORBruce Hill
2019-05-22Overhaul to use arguments instead of piping for commandsBruce Hill
2019-05-22In st style, moving config to default config file, which copiesBruce Hill