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-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
2019-06-15
Sorted function declarations alphabetically, got rid of clear_selection
Bruce Hill
2019-06-15
Silenced some error messages from `which`
Bruce Hill
2019-06-15
Allow piping in commands when launching bb (e.g. `printf '+sel:%s\0' * |
Bruce Hill
2019-06-15
Fix for normalizing paths better, particularly for places other than
Bruce Hill
2019-06-15
Added comment about /dev/tty
Bruce Hill
2019-06-15
Fixed some stuff with key bindings spamming stdout
Bruce Hill
2019-06-15
Version bump and added `+bind` doc
Bruce Hill
2019-06-15
Added $BBDOTFILES, and updated bindings to use it properly. Removed the
Bruce Hill
2019-06-15
Added `+bind` command to allow for stuff like `bb +"b:\r:echo \$BBCURSOR && b...
Bruce Hill
2019-06-15
Fix for free-after-use caused by hardlinked files (reverting earlier
Bruce Hill
2019-06-15
Fix for ALTSCREEN getting broken by CTRL-Z
Bruce Hill
2019-06-15
More robust/automatic handling of PICKER
Bruce Hill
2019-06-12
Renamed command->script in more places to avoid confusion.
Bruce Hill
2019-06-12
Improved some names (process command/run script) and changed quit to use
Bruce Hill
2019-06-12
Wrapped SPIN() around more of 'M' command
Bruce Hill
2019-06-12
Tweaked to allow setting optimization level more easily
Bruce Hill
2019-06-12
Cleaned up commands a bit and changes 'P' from using grep for patterns
Bruce Hill
2019-06-12
Switched some stuff to use $() instead of `` for better composing,
Bruce Hill
2019-06-11
Reverted change to move cursor up 1 line with builtin pick
Bruce Hill
2019-06-10
Show cursor after ctrl-c
Bruce Hill
2019-06-10
Don't show '..' from '/'
Bruce Hill
2019-06-10
Adding info
Bruce Hill
2019-06-10
Make instructions in a block
Bruce Hill
2019-06-10
Wording
Bruce Hill
2019-06-10
Fixed section headers
Bruce Hill
2019-06-10
Simplified the make flags for fuzzy finding and asking. Cleaned up the
Bruce Hill
2019-06-10
Version bump
Bruce Hill
2019-06-10
Updated with some cleaner behavior for PICK and added SPIN. Also removed
Bruce Hill
2019-06-09
Better pausing and break points for commands
Bruce Hill
[next]