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
2019-10-02
Default behavior for invalid bb commands is now to print an error
Bruce Hill
2019-10-02
Removed BB_QUIT
Bruce Hill
2019-10-02
Added fake binding to allow '#' to bind without being parsed as a
Bruce Hill
2019-10-02
Fix for some messed up behavior for Escape key and for passing vararg
Bruce Hill
2019-09-30
Fixed some typos in the bindings.
Bruce Hill
2019-09-30
Moved duplicate names onto same line.
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
Updated comment.
Bruce Hill
2019-09-30
Moved config.h -> bb.h and did some cleanup, moving function
Bruce Hill
2019-09-30
Ditching the whole config.def.h paradigm in favor of just having a
Bruce Hill
2019-09-30
Overhaul of how binding commands works. It's now all handled through
Bruce Hill
2019-09-30
Added reverse-lookup for name->key and switched to store names in an
Bruce Hill
2019-09-22
Only toggle sort direction if it was the first sort and it was ~'d.
Bruce Hill
2019-09-22
Don't show '..' by default
Bruce Hill
2019-09-22
Added 'i' binding for +interleave
Bruce Hill
2019-09-22
Centered the Size column label.
Bruce Hill
2019-09-22
Now $@ is *always* the selected files, even if there are none. Cleaned
Bruce Hill
2019-09-22
Per-ASK() history for `ask` using the __COUNTER__ macro
Bruce Hill
2019-09-22
Removing remnants of ASKECHO
Bruce Hill
2019-09-21
Removed redundant sorting option.
Bruce Hill
2019-09-21
Changed sorting to support '~' meaning toggle current direction.
Bruce Hill
2019-09-21
Tweaked code for PICK() and the code that asks for 1 character of input
Bruce Hill
2019-09-21
Added support for default shell other than sh (e.g. dash, in case sh
Bruce Hill
2019-09-21
Fix for bashism
Bruce Hill
2019-09-21
Updated readme
Bruce Hill
2019-09-21
Added better support for custom asker/picker functionality and
Bruce Hill
2019-09-21
Fix for ctrl-z not restoring cursor visibility
Bruce Hill
2019-09-21
Consolidated new file/new dir and changed move to ctrl-v by default
Bruce Hill
2019-09-21
Version bump.
Bruce Hill
2019-09-21
Some tweaks to how the help menu displays bindings and added BBSHELLFUNC
Bruce Hill
2019-09-21
Fix for weird terminal behavior (e.g. not echoing user input for
Bruce Hill
2019-09-21
Added backspace key for going to prev directory (instead of just '-')
Bruce Hill
2019-09-21
Added hotkey for pager ('p')
Bruce Hill
2019-09-21
Added support for CSI Ps P -> Delete key
Bruce Hill
2019-09-21
Fix for broken behavior in the help menu (hanging when reaching the end,
Bruce Hill
2019-09-21
Tweaks to how spinning and confirmation work
Bruce Hill
2019-09-15
Improved confirmations and cleaned up the marks system a bit.
Bruce Hill
2019-09-12
Removed +bind functionality.
Bruce Hill
2019-09-12
Better handling for interrupts during mark
Bruce Hill
2019-09-12
Replaced marks system with something a little more elegant using
Bruce Hill
2019-09-07
When choosing sorting, immediately select method on first keystroke.
Bruce Hill
2019-09-07
Don't copy files if none are selected.
Bruce Hill
2019-09-07
Fixed mistake in `bb` function conditional
Bruce Hill
2019-09-07
Fixed check for empty string in prefixes and stuff
Bruce Hill
2019-07-24
Merge branch 'master' of bitbucket.org:spilt/bb
Bruce Hill
2019-07-24
Replaced bashism "[[" with "test -n"
Bruce Hill
2019-07-15
Added preview image
Bruce Hill
2019-07-15
Added documentation for dmenu.
Bruce Hill
2019-07-15
Added dmenu support in makefile
Bruce Hill
[next]