aboutsummaryrefslogtreecommitdiff
path: root/bb.c
AgeCommit message (Expand)Author
2019-10-03Added +execute (for, e.g. `bb +e:"bb +goto:$(ls | pick "Go to file:Bruce Hill
2019-10-03Overhaul/cleanup of command line argument parsing. Now properly handlesBruce Hill
2019-10-02Reordering startup commands and cleaning up piped in input.Bruce Hill
2019-10-02Moved some variables out of global scope that weren't needed there.Bruce Hill
2019-10-02Default behavior for invalid bb commands is now to print an errorBruce Hill
2019-10-02Removed BB_QUITBruce Hill
2019-09-30Fixed an issue with /etc/bb instead of /etc/xdg/bb and moved the startupBruce Hill
2019-09-30Updated comment.Bruce Hill
2019-09-30Moved config.h -> bb.h and did some cleanup, moving functionBruce Hill
2019-09-30Overhaul of how binding commands works. It's now all handled throughBruce Hill
2019-09-22Only toggle sort direction if it was the first sort and it was ~'d.Bruce Hill
2019-09-22Now $@ is *always* the selected files, even if there are none. CleanedBruce Hill
2019-09-21Changed sorting to support '~' meaning toggle current direction.Bruce Hill
2019-09-21Added support for default shell other than sh (e.g. dash, in case shBruce Hill
2019-09-21Fix for ctrl-z not restoring cursor visibilityBruce Hill
2019-09-21Version bump.Bruce Hill
2019-09-21Some tweaks to how the help menu displays bindings and added BBSHELLFUNCBruce Hill
2019-09-21Fix for weird terminal behavior (e.g. not echoing user input forBruce Hill
2019-09-21Fix for broken behavior in the help menu (hanging when reaching the end,Bruce Hill
2019-09-12Removed +bind functionality.Bruce Hill
2019-09-12Replaced marks system with something a little more elegant usingBruce Hill
2019-09-07Fixed mistake in `bb` function conditionalBruce Hill
2019-07-15Fix for potential buffer overflow.Bruce Hill
2019-07-12Added fallback for if binding has no description.Bruce Hill
2019-07-12Overhaul to use a shell function for internal commands instead of `bb`Bruce Hill
2019-06-19Fixed issue with extra '/' appearing in link pathsBruce Hill
2019-06-19Fix for Esc key causing hangBruce Hill
2019-06-19Removed unused importBruce 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-18Fixed change that broke `bb -d` by clearing bb's path prematurely.Bruce Hill
2019-06-18Merge branch 'master' of bitbucket.org:spilt/bbBruce Hill
2019-06-17Merge branch 'master' of bitbucket.org:spilt/bbBruce Hill
2019-06-17Fixed onscreen off-by-one errorBruce Hill
2019-06-17Changing IO code to no longer use poll() in favor of just reading inputBruce Hill
2019-06-17Fix for term attrs getting messed up by Fish shellBruce Hill
2019-06-15Added commentBruce Hill
2019-06-15Fixed some path normalization errors with ".." and simplified theBruce Hill
2019-06-15Condensed selection code by converting select_entry()/deselect_entry()Bruce Hill
2019-06-15Cleaned up and deduplicated some of the path normalization code.Bruce Hill
2019-06-15Sorted function declarations alphabetically, got rid of clear_selectionBruce Hill
2019-06-15Allow piping in commands when launching bb (e.g. `printf '+sel:%s\0' * |Bruce Hill
2019-06-15Fix for normalizing paths better, particularly for places other thanBruce 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-15Fix for free-after-use caused by hardlinked files (reverting earlierBruce Hill
2019-06-15Fix for ALTSCREEN getting broken by CTRL-ZBruce Hill
2019-06-12Renamed command->script in more places to avoid confusion.Bruce Hill
2019-06-12Improved some names (process command/run script) and changed quit to useBruce Hill