aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-07-03Switch from /etc/xdg/bb to /etc/bbBruce Hill
2021-05-31Added lots of extra compiler checks and fixed a few minor issues.Bruce Hill
2021-05-31Added flagBruce Hill
2021-01-28Reorganized header filesBruce Hill
2021-01-28Renamed bterm -> terminalBruce Hill
2021-01-28Fixed up some makefile stuff with NAME flagBruce Hill
2021-01-02Added -WerrorBruce Hill
2021-01-02Updating compiler flagsBruce Hill
2021-01-01A bit of refactoring, moving more rendering code into draw.cBruce Hill
2020-12-30Refactoring into multiple files betterBruce Hill
2020-04-09Minor tweak to support compiling with TCCBruce Hill
2020-04-08Some overhaul and refactoring. bbstartup.sh and bindings.bb have beenBruce Hill
2020-02-24Moved bbstartup into a script, renamed helper/ -> scripts/, and addedBruce Hill
2020-02-24Minor makefile cleanup.Bruce Hill
2020-02-24Major update: instead of defining all the helper functions as staticBruce Hill
2020-02-23Added manpage for bbcmd and updated a bunch of the documenation.Bruce Hill
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