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-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
2019-07-15
Fix for potential buffer overflow.
Bruce Hill
2019-07-12
Added fallback for if binding has no description.
Bruce Hill
2019-07-12
Overhaul to use a shell function for internal commands instead of `bb`
Bruce Hill
2019-06-30
Removed some remnants of the 'select:*' API and executing files with the
Bruce Hill
2019-06-30
Added some missing escape sequences
Bruce Hill
2019-06-19
Fixed issue with extra '/' appearing in link paths
Bruce Hill
2019-06-19
Fix for Esc key causing hang
Bruce Hill
2019-06-19
Removed unused import
Bruce Hill
2019-06-18
Removed last traces of timeouts in bterm.h
Bruce Hill
2019-06-18
Changed -std=gnu99 to -std=c99
Bruce Hill
2019-06-18
Removed all the /dev/tty redirection and just dup2()'d it before
Bruce Hill
2019-06-18
Fixed change that broke `bb -d` by clearing bb's path prematurely.
Bruce Hill
2019-06-18
Merge branch 'master' of bitbucket.org:spilt/bb
Bruce Hill
2019-06-17
Merge branch 'master' of bitbucket.org:spilt/bb
Bruce Hill
2019-06-17
Fixed onscreen off-by-one error
Bruce Hill
2019-06-17
Changing IO code to no longer use poll() in favor of just reading input
Bruce Hill
2019-06-17
Fix for term attrs getting messed up by Fish shell
Bruce Hill
2019-06-15
Added comment
Bruce Hill
2019-06-15
Fixed some path normalization errors with ".." and simplified the
Bruce Hill
2019-06-15
Condensed selection code by converting select_entry()/deselect_entry()
Bruce Hill
2019-06-15
Cleaned up and deduplicated some of the path normalization code.
Bruce Hill
[next]