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-13
Cleaned up the command parsing code a bit to be slightly more correct
Bruce Hill
2019-10-12
Renamed Super->Meta for correctness and demagicified a magic number.
Bruce Hill
2019-10-12
verhaul of terminal keypress handling and labeling to support more
Bruce Hill
2019-10-11
Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>`
Bruce Hill
2019-10-09
Shortened loop to find bindings.
Bruce Hill
2019-10-09
Moved bbstartup search to a loop.
Bruce Hill
2019-10-08
Set default columns to what the startup commands were doing by default,
Bruce Hill
2019-10-03
Version bump
Bruce Hill
2019-10-03
Removed some unnecessary +refreshes, no longer enable cursor by default,
Bruce Hill
2019-10-03
For +deselect, allow +deselect (no colon) to mean "deselect everything"
Bruce Hill
2019-10-03
Fix for empty files not getting detected properly
Bruce Hill
2019-10-03
Tidying up
Bruce Hill
2019-10-03
Added +execute (for, e.g. `bb +e:"bb +goto:$(ls | pick "Go to file:
Bruce Hill
2019-10-03
Updated docs.
Bruce Hill
2019-10-03
Overhaul/cleanup of command line argument parsing. Now properly handles
Bruce Hill
2019-10-03
Appending '\0' to commandfile so subsequent writes don't get screwed up.
Bruce Hill
2019-10-03
Fix for deletion not working properly with <selection>
Bruce Hill
2019-10-02
Reordering startup commands and cleaning up piped in input.
Bruce Hill
2019-10-02
Fixed `ln` argument ordering
Bruce Hill
2019-10-02
Removed unnecessary /dev/tty redirect
Bruce Hill
2019-10-02
Restored binding for double left clicking a file.
Bruce Hill
2019-10-02
Moved some variables out of global scope that weren't needed there.
Bruce Hill
2019-10-02
Fixed 'Enter' key behavior (should work properly for mac again now)
Bruce Hill
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
[next]