aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-02-23Working version of pulling columns into their own file.Bruce Hill
2020-02-22Initial working version using globbing.Bruce Hill
2020-02-18Fix for `cp` not being able to overwrite `bb` binary duringBruce Hill
2019-11-25Updated `mkdir` syntax to make sure it works on macBruce Hill
2019-11-24Bunch of minor pedantic cleanups to get rid of warnings and tidy up theBruce Hill
2019-11-24Changed order of `make install` so that even if `bb` is open, theBruce Hill
2019-11-08Added query string to CONFIRM definition using `ask`Bruce Hill
2019-11-01Added support for NULL-byte delimited picking, cleaned up some of theBruce Hill
2019-10-03Removed some unnecessary +refreshes, no longer enable cursor by default,Bruce Hill
2019-09-30Fixed an issue with /etc/bb instead of /etc/xdg/bb and moved the startupBruce Hill
2019-09-30Moved config.h -> bb.h and did some cleanup, moving functionBruce Hill
2019-09-30Ditching the whole config.def.h paradigm in favor of just having aBruce Hill
2019-09-30Overhaul of how binding commands works. It's now all handled throughBruce Hill
2019-09-22Now $@ is *always* the selected files, even if there are none. CleanedBruce Hill
2019-09-22Per-ASK() history for `ask` using the __COUNTER__ macroBruce Hill
2019-09-22Removing remnants of ASKECHOBruce 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-21Added better support for custom asker/picker functionality andBruce Hill
2019-09-07Fixed check for empty string in prefixes and stuffBruce Hill
2019-07-24Replaced bashism "[[" with "test -n"Bruce Hill
2019-07-15Added dmenu support in makefileBruce Hill
2019-06-18Changed -std=gnu99 to -std=c99Bruce Hill
2019-06-15Silenced some error messages from `which`Bruce Hill
2019-06-15More robust/automatic handling of PICKERBruce Hill
2019-06-12Tweaked to allow setting optimization level more easilyBruce Hill
2019-06-12Switched some stuff to use $() instead of `` for better composing,Bruce 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-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-06-04Removed junkBruce Hill
2019-05-31Updating compiler flagsBruce Hill
2019-05-31Updating with more mac compatibilityBruce Hill
2019-05-31Got everything working on linuxBruce Hill
2019-05-30Finally got everything working with a refactor to use hash lookupsBruce Hill
2019-05-28Some major refactoring including moving more stuff into bterm.h (renamedBruce Hill
2019-05-25Lots of refactoring, including adding function stubsBruce Hill
2019-05-24Added shuffle functionality, cleaned up and improved column drawing, andBruce Hill
2019-05-24Cleanup and refactoring. More robust handling of command files, andBruce Hill
2019-05-22Added null-separation option for xargs to properly handle funkyBruce Hill
2019-05-22Added manpageBruce Hill
2019-05-21Updates and improvements.Bruce Hill
2019-05-20Removed termbox depBruce Hill
2019-05-20Initial commitBruce Hill