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.h
Age
Commit message (
Expand
)
Author
2019-11-08
Added better doc for unscroll
Bruce Hill
2019-11-08
Cleanup of bb->selected (renamed from bb->firstselected) to ensure that
Bruce Hill
2019-11-06
Added printing to `ask1` command
Bruce Hill
2019-11-06
Better error handling/reporting
Bruce Hill
2019-11-04
Removed `spin` because the "eval" part of it was broken and it adds
Bruce Hill
2019-11-01
Consolidated winwidth/winheight into winsize variable, which makes
Bruce Hill
2019-11-01
Version bump
Bruce Hill
2019-11-01
Cleanup/overhaul of how symlinks are handled and how paths are parsed.
Bruce Hill
2019-11-01
Minor version bump.
Bruce Hill
2019-11-01
Moved `dirty` from being a bit on `bb` to being a global, which
Bruce Hill
2019-10-27
Mostly finalized working version of better signal handling, including
Bruce Hill
2019-10-13
Minor version bump
Bruce Hill
2019-10-13
More code cleanup: consolidating cd_to() and populate_files() into just
Bruce Hill
2019-10-13
More code cleanup, including tweaking matches_cmd() to figure out if
Bruce Hill
2019-10-13
Deprecated support for piping commands in to bb at startup (undocumented). Us...
Bruce Hill
2019-10-13
Cleaned up the command parsing code a bit to be slightly more correct
Bruce Hill
2019-10-12
verhaul of terminal keypress handling and labeling to support more
Bruce Hill
2019-10-11
Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>`
Bruce Hill
2019-10-09
Moved bbstartup search to a loop.
Bruce Hill
2019-10-03
Version bump
Bruce Hill
2019-10-03
Removed some unnecessary +refreshes, no longer enable cursor by default,
Bruce Hill
2019-10-03
Overhaul/cleanup of command line argument parsing. Now properly handles
Bruce Hill
2019-10-02
Removed BB_QUIT
Bruce Hill
2019-10-02
Fix for some messed up behavior for Escape key and for passing vararg
Bruce Hill
2019-09-30
Fixed an issue with /etc/bb instead of /etc/xdg/bb and moved the startup
Bruce Hill
2019-09-30
Fix for `pause` having both bold+faint text instead of just faint.
Bruce Hill
2019-09-30
Moved config.h -> bb.h and did some cleanup, moving function
Bruce Hill