index
:
bb
main
A command line TUI file browser (bitty browser)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-07
Stabilized randomization so it doesn't reshuffle when reloading the same
Bruce Hill
2021-02-07
Fixed column widths for absolute times
Bruce Hill
2021-02-07
Simplified safety check
Bruce Hill
2021-02-07
Fixed bug in size rendering, added safety check.
Bruce Hill
2021-01-28
Added commons clause to the license
Bruce Hill
2021-01-28
Tweaked comment format and bumped copyright year
Bruce Hill
2021-01-28
Revered macro comments to inline blocks
Bruce Hill
2021-01-28
Fixed macro backslash
Bruce Hill
2021-01-28
Converted block comments to line comments
Bruce Hill
2021-01-28
Renamed bbbindkeys -> bbkeys
Bruce Hill
2021-01-28
Cleanup
Bruce Hill
2021-01-28
Version bump
Bruce Hill
2021-01-28
Renamed $BBCURSOR -> $BB for concision
Bruce Hill
2021-01-28
Reorganized header files
Bruce Hill
2021-01-28
Renamed bterm -> terminal
Bruce Hill
2021-01-28
Fixed up some makefile stuff with NAME flag
Bruce Hill
2021-01-18
Removed TCC hack, since this is now fixed in TCC
Bruce Hill
2021-01-02
Added -Werror
Bruce Hill
2021-01-02
Updating compiler flags
Bruce Hill
2021-01-01
A bit of refactoring, moving more rendering code into draw.c
Bruce Hill
2020-12-30
Refactoring into multiple files better
Bruce Hill
2020-10-23
Fixed comment
Bruce Hill
2020-06-04
Added some simplifications/tweaks
Bruce Hill
2020-06-03
Misc fixes and tweaks
Bruce Hill
2020-04-20
Slightly optimized column rendering by using the sequence for moving
Bruce Hill
2020-04-13
Simplified and cleaned up rendering logic
Bruce Hill
2020-04-10
General code cleanup and removed some unnecessary imports.
Bruce Hill
2020-04-09
Minor tweak to support compiling with TCC
Bruce Hill
2020-04-09
Version bump and documentation updates.
Bruce Hill
2020-04-08
Some overhaul and refactoring. bbstartup.sh and bindings.bb have been
Bruce Hill
2020-03-01
Fixed filesize column width
Bruce Hill
2020-02-24
Removed some unnecessary semicolons and cleaned up regex rename
Bruce Hill
2020-02-24
Moved bbstartup into a script, renamed helper/ -> scripts/, and added
Bruce Hill
2020-02-24
Fixed some issues with invalid column handling.
Bruce Hill
2020-02-24
Cleanup of binding loading code
Bruce Hill
2020-02-24
Added a slightly hacky fix to make sure `bb` can be run from the local
Bruce Hill
2020-02-24
Minor makefile cleanup.
Bruce Hill
2020-02-24
Don't close and reopen tty files when running scripts.
Bruce Hill
2020-02-24
Major update: instead of defining all the helper functions as static
Bruce Hill
2020-02-23
Removed unnecessary warning.
Bruce Hill
2020-02-23
Updated manpage version numbers.
Bruce Hill
2020-02-23
Added manpage for bbcmd and updated a bunch of the documenation.
Bruce Hill
2020-02-23
API tweaks and documentation updates.
Bruce Hill
2020-02-23
Cleaned up column rendering logic, including adding a 'stretchy' option
Bruce Hill
2020-02-23
Fixed color issue with column separator after '*' column
Bruce Hill
2020-02-23
Fixing spacing
Bruce Hill
2020-02-23
Moved import
Bruce Hill
2020-02-23
Working version of pulling columns into their own file.
Bruce Hill
2020-02-23
Fixed selection issue.
Bruce Hill
2020-02-23
Fix for globbing into subdirectories (e.g. `bbcmd glob:"* */*"`)
Bruce Hill
[next]