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-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
2019-06-09
Fix for being unable to deselect nonexistant files
Bruce Hill
2019-06-08
Merge branch 'master' of bitbucket.org:spilt/bb
Bruce Hill
2019-06-08
Added -r flag for cp for copying dirs
Bruce Hill
2019-06-06
Fix for top level '/' dir edge cases
Bruce Hill
2019-06-06
Bumped version
Bruce Hill
2019-06-06
Removed some unnecessary +refreshes and just set the dirty bit to 1
Bruce Hill
2019-06-06
Reworked a bunch of the config option stuff for picking files and user
Bruce Hill
2019-06-06
Removed code for move cursor to position (unused)
Bruce Hill
2019-06-06
Removed QUOTE() and cleaned up some of the macros for FUZZY and ASK
Bruce Hill
2019-06-06
Fixed some wrap/cursor visibility issues
Bruce Hill
2019-06-06
Removed breadline() and switched to use `ask` when possible, defaulting
Bruce Hill
2019-06-04
Fixed bug with backspace
Bruce Hill
2019-06-04
Fixed issue with navigating to parent not selecting previous directory.
Bruce Hill
2019-06-04
Removed junk
Bruce Hill
2019-06-04
Fixed issue with non-NORMAL_TERM commands that set and reset alt screen,
Bruce Hill
2019-06-04
Cleaned up scrolling logic
Bruce Hill
2019-05-31
Merge branch 'master' of bitbucket.org:spilt/bb
Bruce Hill
2019-05-31
Improved the randomization a bit, so the numbers are evenly distributed
Bruce Hill
2019-05-31
Improved the randomization a bit, so the numbers are evenly distributed
Bruce Hill
2019-05-31
Inlined PIPE_SELECTION_TO since it's only used once
Bruce Hill
2019-05-31
Made links dim (-> foo) instead of just the arrow
Bruce Hill
2019-05-31
Switched ':' to use "sh" instead of "$SHELL" because not all shells take
Bruce Hill
2019-05-31
Compacting the code, putting column names with widths
Bruce Hill
2019-05-31
Added "<selection>" virtual directory, added '-' mark for "last
Bruce Hill
2019-05-31
Better name for "double left click"
Bruce Hill
2019-05-31
Moved colwidths to config
Bruce Hill
2019-05-31
Got rid of +align command, and simplified column width logic (no more
Bruce Hill
2019-05-31
Fixed some redraw dirty flag issues
Bruce Hill
[next]