index
:
bb
main
A command line TUI file browser (bitty browser)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bb.c
Age
Commit message (
Expand
)
Author
2021-05-07
Code cleanup
Bruce Hill
2021-04-17
Tweaks
Bruce Hill
2021-04-17
Proper history functionality via cd:- and cd:+
Bruce Hill
2021-04-16
Deprecated "<selection>" in favor of a better system using symlinks
Bruce Hill
2021-04-16
Bugfix for <selection> files having weird truncation issues
Bruce Hill
2021-02-07
Stabilized randomization so it doesn't reshuffle when reloading the same
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
Converted block comments to line comments
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-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-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-08
Some overhaul and refactoring. bbstartup.sh and bindings.bb have been
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
Added a slightly hacky fix to make sure `bb` can be run from the local
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
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
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
2020-02-22
Fixed column separator width
Bruce Hill
2020-02-22
Initial working version using globbing.
Bruce Hill
2020-02-18
Bugfix for cursor position not being remembered correctly.
Bruce Hill
2020-02-17
Added xwindow title setting, and $HOME -> ~ in the bb path area.
Bruce Hill
2020-02-07
Added a scrollbar.
Bruce Hill
2020-01-12
Fixed memory leak.
Bruce Hill
2020-01-12
Updated to respect TMPDIR environment variable.
Bruce Hill
2019-12-11
Fix for mac support.
Bruce Hill
2019-12-07
Cleanup of how window resize events are handled.
Bruce Hill
2019-11-24
Bunch of minor pedantic cleanups to get rid of warnings and tidy up the
Bruce Hill
2019-11-11
More unambiguous and simple command line semantics (bb [options/cmds]
Bruce Hill
2019-11-11
Fixed `bb -- +dirname` not respecting `--` properly
Bruce Hill
2019-11-11
Refactored `bb +...` to `bbcmd ...` within bb bindings. This makes
Bruce Hill
2019-11-11
Cleanup/refactor to move keyboard input and scanning the command file
Bruce Hill
2019-11-11
Rearranged bb_browse() a little to include more of the setup work.
Bruce Hill
2019-11-11
Added error checks
Bruce Hill
2019-11-11
Simplified "+help" binding by using a temp file and run_script()
Bruce Hill
2019-11-11
Made running_procs static.
Bruce Hill
[next]