aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)Author
2019-09-21Removed redundant sorting option.Bruce Hill
2019-09-21Tweaked code for PICK() and the code that asks for 1 character of inputBruce Hill
2019-09-21Added support for default shell other than sh (e.g. dash, in case shBruce Hill
2019-09-21Fix for bashismBruce Hill
2019-09-21Added better support for custom asker/picker functionality andBruce Hill
2019-09-21Consolidated new file/new dir and changed move to ctrl-v by defaultBruce Hill
2019-09-21Some tweaks to how the help menu displays bindings and added BBSHELLFUNCBruce Hill
2019-09-21Added backspace key for going to prev directory (instead of just '-')Bruce Hill
2019-09-21Added hotkey for pager ('p')Bruce Hill
2019-09-21Tweaks to how spinning and confirmation workBruce Hill
2019-09-15Improved confirmations and cleaned up the marks system a bit.Bruce Hill
2019-09-12Removed +bind functionality.Bruce Hill
2019-09-12Better handling for interrupts during markBruce Hill
2019-09-12Replaced marks system with something a little more elegant usingBruce Hill
2019-09-07When choosing sorting, immediately select method on first keystroke.Bruce Hill
2019-09-07Don't copy files if none are selected.Bruce Hill
2019-07-12Overhaul to use a shell function for internal commands instead of `bb`Bruce Hill
2019-06-30Removed some remnants of the 'select:*' API and executing files with theBruce Hill
2019-06-18Removed last traces of timeouts in bterm.hBruce Hill
2019-06-18Removed all the /dev/tty redirection and just dup2()'d it beforeBruce Hill
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