aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)Author
2019-06-15Added comment about /dev/ttyBruce Hill
2019-06-15Fixed some stuff with key bindings spamming stdoutBruce Hill
2019-06-15Version bump and added `+bind` docBruce Hill
2019-06-15Added $BBDOTFILES, and updated bindings to use it properly. Removed theBruce Hill
2019-06-15Added `+bind` command to allow for stuff like `bb +"b:\r:echo \$BBCURSOR && b...Bruce Hill
2019-06-12Renamed command->script in more places to avoid confusion.Bruce Hill
2019-06-12Wrapped SPIN() around more of 'M' commandBruce Hill
2019-06-12Cleaned up commands a bit and changes 'P' from using grep for patternsBruce Hill
2019-06-12Switched some stuff to use $() instead of `` for better composing,Bruce Hill
2019-06-11Reverted change to move cursor up 1 line with builtin pickBruce Hill
2019-06-10Simplified the make flags for fuzzy finding and asking. Cleaned up theBruce Hill
2019-06-10Updated with some cleaner behavior for PICK and added SPIN. Also removedBruce Hill
2019-06-09Better pausing and break points for commandsBruce Hill
2019-06-08Added -r flag for cp for copying dirsBruce Hill
2019-06-06Removed some unnecessary +refreshes and just set the dirty bit to 1Bruce Hill
2019-06-06Reworked a bunch of the config option stuff for picking files and userBruce Hill
2019-06-06Removed QUOTE() and cleaned up some of the macros for FUZZY and ASKBruce Hill
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