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-11-25
Updated `mkdir` syntax to make sure it works on mac
Bruce Hill
2019-11-24
Added Ctrl-L for '+refresh' to follow vim, etc.
Bruce Hill
2019-11-24
Minor version bump
Bruce Hill
2019-11-24
Bunch of minor pedantic cleanups to get rid of warnings and tidy up the
Bruce Hill
2019-11-24
Some speculative fixes/improvements for mac `read` command use.
Bruce Hill
2019-11-24
Changed order of `make install` so that even if `bb` is open, the
Bruce Hill
2019-11-24
sed change for compatibility with Mac's version of sed.
Bruce Hill
2019-11-11
More unambiguous and simple command line semantics (bb [options/cmds]
Bruce Hill
2019-11-11
Fix for creating files/dirs with "--"
Bruce Hill
2019-11-11
Fixed `bb -- +dirname` not respecting `--` properly
Bruce Hill
2019-11-11
Refactored `bb +...` to `bbcmd ...` within bb bindings. This makes
Bruce Hill
2019-11-11
Updated docs.
Bruce Hill
2019-11-11
Switched bindings to use `expr` instead of `grep` for opening
Bruce Hill
2019-11-11
Cleanup/refactor to move keyboard input and scanning the command file
Bruce Hill
2019-11-11
Rearranged bb_browse() a little to include more of the setup work.
Bruce Hill
2019-11-11
Added error checks
Bruce Hill
2019-11-11
Simplified "+help" binding by using a temp file and run_script()
Bruce Hill
2019-11-11
Made running_procs static.
Bruce Hill
2019-11-09
Removed the "or pause" behavior for failed scripts.
Bruce Hill
2019-11-09
Added 'select pattern' and 'unselect pattern' bindings and improved
Bruce Hill
2019-11-08
Fixed up loading/saving selections
Bruce Hill
2019-11-08
Reverting `SH` change
Bruce Hill
2019-11-08
Cleaned up definitions for `pause` and `sh`
Bruce Hill
2019-11-08
Added query string to CONFIRM definition using `ask`
Bruce Hill
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
Added some messaging to replace the spinner's functionality and deleted
Bruce Hill
2019-11-04
Fixed issue with deselecting deleted files not working because
Bruce Hill
2019-11-04
Fixed extra spacing with multi-line confirms.
Bruce Hill
2019-11-04
Removed `spin` because the "eval" part of it was broken and it adds
Bruce Hill
2019-11-04
Fixed shell scripting issue that had problems with "$((foo) | baz)" due
Bruce Hill
2019-11-01
Consolidated winwidth/winheight into winsize variable, which makes
Bruce Hill
2019-11-01
Removed nprocs variable, as it was a potential source of errors if it
Bruce Hill
2019-11-01
Version bump
Bruce Hill
2019-11-01
Removed `bb +execute:` as it was not used.
Bruce Hill
2019-11-01
Fix for improperly initialized variable.
Bruce Hill
2019-11-01
Oops, I guess it was needed after all.
Bruce Hill
2019-11-01
Removed unnnecessary variable
Bruce Hill
2019-11-01
Cleanup/overhaul of how symlinks are handled and how paths are parsed.
Bruce Hill
2019-11-01
Fix for errors that occur before initializing the terminal.
Bruce Hill
2019-11-01
Fix for jump to mark binding
Bruce Hill
2019-11-01
Minor version bump.
Bruce Hill
2019-11-01
Fixed Ctrl-a syntax error
Bruce Hill
2019-11-01
Fixed "bb +." being broken.
Bruce Hill
2019-11-01
Added support for NULL-byte delimited picking, cleaned up some of the
Bruce Hill
2019-11-01
Moved `dirty` from being a bit on `bb` to being a global, which
Bruce Hill
2019-10-30
Better warning messages.
Bruce Hill
2019-10-27
Mostly finalized working version of better signal handling, including
Bruce Hill
[next]