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
18681fa449
Fixed comment
2020-10-23 17:20:21 -07:00
5eb79c076c
Added some simplifications/tweaks
2020-06-04 00:05:18 -07:00
68095db20f
Misc fixes and tweaks
2020-06-03 23:40:44 -07:00
69bc783ff9
Slightly optimized column rendering by using the sequence for moving
...
column position instead of row,col
2020-04-20 14:20:46 -07:00
8eedc8b726
Simplified and cleaned up rendering logic
2020-04-13 19:54:14 -07:00
8d1e5f8172
General code cleanup and removed some unnecessary imports.
2020-04-10 00:12:57 -07:00
5183cbd78f
Minor tweak to support compiling with TCC
2020-04-09 23:53:06 -07:00
9114b41b98
Version bump and documentation updates.
2020-04-09 00:08:26 -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
adcb0a43e0
Fixed filesize column width
2020-03-01 12:09:25 -08:00
8b04d09c2d
Removed some unnecessary semicolons and cleaned up regex rename
2020-02-24 04:11:07 -08: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
304cbddf73
Fixed some issues with invalid column handling.
2020-02-24 03:11:01 -08:00
9d9ad35bde
Cleanup of binding loading code
2020-02-24 02:59:04 -08:00
1dbece8b2e
Added a slightly hacky fix to make sure bb
can be run from the local
...
build directory and still have the helper scripts, bbstartup.sh, and the
bindings work.
2020-02-24 02:57:12 -08:00
9a7938ba2d
Minor makefile cleanup.
2020-02-24 02:51:09 -08:00
327d65f7be
Don't close and reopen tty files when running scripts.
2020-02-24 02:50:39 -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
a8fd174319
Removed unnecessary warning.
2020-02-23 22:12:07 -08:00
894ebc8911
Updated manpage version numbers.
2020-02-23 22:07:03 -08:00
5569e926c1
Added manpage for bbcmd and updated a bunch of the documenation.
2020-02-23 22:05:19 -08:00
99a7f917c3
API tweaks and documentation updates.
2020-02-23 20:22:19 -08:00
8888c23cad
Cleaned up column rendering logic, including adding a 'stretchy' option
...
for columns to fill available space. Also fixed some coloring issues.
2020-02-23 19:48:24 -08:00
2ab58f3d8c
Fixed color issue with column separator after '*' column
2020-02-23 18:13:33 -08:00
636fce8d4b
Fixing spacing
2020-02-23 18:05:56 -08:00
2f81bfb5e5
Moved import
2020-02-23 18:05:56 -08:00
78e7a7b59d
Working version of pulling columns into their own file.
2020-02-23 18:05:56 -08:00
8820fda592
Fixed selection issue.
2020-02-23 18:05:40 -08:00
e133871653
Fix for globbing into subdirectories (e.g. bbcmd glob:"* */*"
)
2020-02-23 18:00:39 -08:00
6006e21d95
Fixed column separator width
2020-02-22 16:06:36 -08:00
9636042858
Initial working version using globbing.
2020-02-22 16:05:05 -08:00
d7e6159eb8
Bugfix for cursor position not being remembered correctly.
2020-02-18 23:20:57 -08:00
2767e33ab7
Fix for cp
not being able to overwrite bb
binary during
...
installation.
2020-02-18 23:20:14 -08:00
f9fc99d28e
Added xwindow title setting, and $HOME -> ~ in the bb path area.
2020-02-17 16:02:53 -08:00
2d9eac4237
Added a scrollbar.
2020-02-07 18:19:27 -08:00
0d5803047b
Fixed memory leak.
2020-01-12 23:19:03 -08:00
8b4c66e144
Updated to respect TMPDIR environment variable.
2020-01-12 23:17:06 -08:00
1d69bb63ce
Fix for mac support.
2019-12-11 22:12:18 -08:00
0e94d55807
Cleanup of how window resize events are handled.
2019-12-07 21:17:06 -08:00
e3b0b03435
Updated mkdir
syntax to make sure it works on mac
2019-11-25 18:27:29 -08:00
e7bef176e3
Added Ctrl-L for '+refresh' to follow vim, etc.
2019-11-24 22:16:32 -08:00
796e98cff9
Minor version bump
2019-11-24 22:12:40 -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
6c98653cca
Some speculative fixes/improvements for mac read
command use.
2019-11-24 21:38:29 -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
1838fd9b9c
sed change for compatibility with Mac's version of sed.
2019-11-24 21:28:46 -08:00
18a63e4bc0
More unambiguous and simple command line semantics (bb [options/cmds]
...
[[--] path])
2019-11-11 12:48:48 -08:00
dbd558f6e2
Fix for creating files/dirs with "--"
2019-11-11 12:48:37 -08:00