Commit Graph

64 Commits

Author SHA1 Message Date
783f127199 Improved memory allocation/error checking helper functions. Also
reworked stderr so that it prints to the console on exit.
2021-07-28 22:34:51 -07:00
9073236736 Cross-platform compatibility changes 2021-07-06 11:43:37 -07:00
a78619a402 Switch from /etc/xdg/bb to /etc/bb 2021-07-03 21:41:08 -07:00
67b62c7294 Added lots of extra compiler checks and fixed a few minor issues. 2021-05-31 13:25:11 -07:00
60db11fbb8 Added flag 2021-05-31 10:30:03 -07:00
2aa5f544a7 Reorganized header files 2021-01-28 22:13:51 -08:00
657330ddd6 Renamed bterm -> terminal 2021-01-28 21:53:48 -08:00
e0af178df1 Fixed up some makefile stuff with NAME flag 2021-01-28 20:15:31 -08:00
aa9a9045e8 Added -Werror 2021-01-02 13:56:08 -08:00
3d450896dc Updating compiler flags 2021-01-02 13:54:58 -08:00
845f8e42c6 A bit of refactoring, moving more rendering code into draw.c 2021-01-01 16:38:24 -08:00
5371a49ce0 Refactoring into multiple files better 2020-12-30 22:47:49 -08:00
5183cbd78f Minor tweak to support compiling with TCC 2020-04-09 23:53:06 -07:00
e0a30fe02b Some overhaul and refactoring. bbstartup.sh and bindings.bb have been
moved into scripts/bbstartup and scripts/bbbindkeys alongside the other
scripts. Some minor bugs have been fixed as well, and a few bindings
added.
2020-04-08 23:58:37 -07:00
88fd9c416b Moved bbstartup into a script, renamed helper/ -> scripts/, and added
bbshutdown script. Also tweaked some of the precedence.
2020-02-24 03:39:44 -08:00
9a7938ba2d Minor makefile cleanup. 2020-02-24 02:51:09 -08:00
865092c656 Major update: instead of defining all the helper functions as static
C-strings prefixed to commands (modified by the Makefile), the helper
functions are now standalone scripts in the helpers/ dir, which gets
added to "$PATH" when running bb.
2020-02-24 01:31:39 -08:00
5569e926c1 Added manpage for bbcmd and updated a bunch of the documenation. 2020-02-23 22:05:19 -08:00
78e7a7b59d Working version of pulling columns into their own file. 2020-02-23 18:05:56 -08:00
9636042858 Initial working version using globbing. 2020-02-22 16:05:05 -08:00
2767e33ab7 Fix for cp not being able to overwrite bb binary during
installation.
2020-02-18 23:20:14 -08:00
e3b0b03435 Updated mkdir syntax to make sure it works on mac 2019-11-25 18:27:29 -08:00
56cb3a2d66 Bunch of minor pedantic cleanups to get rid of warnings and tidy up the
code.
2019-11-24 22:11:54 -08:00
637a3baae9 Changed order of make install so that even if bb is open, the
other install files will still be put in place.
2019-11-24 21:29:06 -08:00
2d4758dc7e Added query string to CONFIRM definition using ask 2019-11-08 16:18:59 +01:00
308c8c3e6d Added support for NULL-byte delimited picking, cleaned up some of the
bindings making them faster/simpler.
2019-11-01 14:51:30 +01:00
7f0fcdeea4 Removed some unnecessary +refreshes, no longer enable cursor by default,
but instead have ask() etc. make the cursor visible. Also cleaned up
some of the failure cases for better feedback.
2019-10-03 14:57:34 -07:00
f0e37a95f1 Fixed an issue with /etc/bb instead of /etc/xdg/bb and moved the startup
command into bb.h with the other bb shell script stuff.
2019-09-30 17:22:17 -07:00
3daa54df98 Moved config.h -> bb.h and did some cleanup, moving function
declarations and constants out of bb.c and into bb.h. Also
re-alphabetized the functions and updated the docs.
2019-09-30 17:06:27 -07:00
f0c32a9047 Ditching the whole config.def.h paradigm in favor of just having a
single config.h file. It's mostly not used very much anyways now that
the startup commands and key bindings are in their own files.
2019-09-30 15:57:58 -07:00
7a666d5195 Overhaul of how binding commands works. It's now all handled through
bbstartup.sh, which loads bindings.bb and parses it to
+bind:<keys>:<script> commands.
2019-09-30 15:46:24 -07:00
0f0bacceb4 Now $@ is *always* the selected files, even if there are none. Cleaned
up the default bindings a bit to be more explicit about manipulating the
cursor file vs. manipulated selected files. Added support for `ask -n`
and generally confirming with a single 'y' keystroke instead of 'y<enter>'
Also added a binding for `rename`-command batch renaming.
2019-09-22 17:51:27 -07:00
ef57717774 Per-ASK() history for ask using the __COUNTER__ macro 2019-09-22 15:58:00 -07:00
c11e4bd4fa Removing remnants of ASKECHO 2019-09-22 15:41:51 -07:00
a6576261df Tweaked code for PICK() and the code that asks for 1 character of input
for better POSIX sh compatibility and to remove unused vars.
2019-09-21 21:16:33 -07:00
149056033a Added support for default shell other than sh (e.g. dash, in case sh
links to bash)
2019-09-21 21:14:59 -07:00
b6f2de2212 Added better support for custom asker/picker functionality and
simplified some of the things.
2019-09-21 19:01:42 -07:00
1da8fd2660 Fixed check for empty string in prefixes and stuff 2019-09-07 21:47:05 -07:00
f3da7c1f32 Replaced bashism "[[" with "test -n" 2019-07-24 23:46:14 -07:00
a3e90c07a4 Added dmenu support in makefile 2019-07-15 22:25:36 -07:00
af07f68570 Changed -std=gnu99 to -std=c99 2019-06-18 21:18:35 -07:00
18ea9b0350 Silenced some error messages from which 2019-06-15 17:43:55 -07:00
3614df7450 More robust/automatic handling of PICKER 2019-06-15 13:52:32 -07:00
87c462a63d Tweaked to allow setting optimization level more easily 2019-06-12 17:55:20 -07:00
69955d3808 Switched some stuff to use $() instead of `` for better composing,
rearranged things a bit to launch bb fewer times for commands.
2019-06-12 15:11:29 -07:00
792a39500c Simplified the make flags for fuzzy finding and asking. Cleaned up the
readme a bit.
2019-06-10 22:26:13 -07:00
5a5f9afa05 Updated with some cleaner behavior for PICK and added SPIN. Also removed
command line flags in favor of manually using `tput rmcup`. Updated the
documentation.
2019-06-10 20:37:34 -07:00
069415a78b Reworked a bunch of the config option stuff for picking files and user
input. Now that stuff is handled with makefile flags.
2019-06-06 18:10:14 -07:00
2c56bd34d7 Removed QUOTE() and cleaned up some of the macros for FUZZY and ASK 2019-06-06 16:45:31 -07:00
32b414e555 Removed breadline() and switched to use ask when possible, defaulting
to `read` and `fzy`
2019-06-06 15:33:20 -07:00