index
:
bb
main
A command line TUI file browser (bitty browser)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bb.c
Age
Commit message (
Expand
)
Author
2019-05-23
Properly handle window resizes
Bruce Hill
2019-05-23
Help menu overhaul and cleanup of config file
Bruce Hill
2019-05-23
Moved sorting to a command
Bruce Hill
2019-05-23
Moved more stuff over to bb commands, cleaned up scroll region stuff
Bruce Hill
2019-05-23
Working version of running (nearly) everything on bb IPC commands
Bruce Hill
2019-05-22
Added lazy redrawing using console scrolling
Bruce Hill
2019-05-22
Added polling for blocking key reads
Bruce Hill
2019-05-22
Removed some redundant exits
Bruce Hill
2019-05-22
Fixed bug with number of arguments
Bruce Hill
2019-05-22
Overhaul to use arguments instead of piping for commands
Bruce Hill
2019-05-22
Updating naming
Bruce Hill
2019-05-22
Added help/usage
Bruce Hill
2019-05-22
Removing dead code
Bruce Hill
2019-05-22
Better arg parsing and updated docs
Bruce Hill
2019-05-22
Added null-separation option for xargs to properly handle funky
Bruce Hill
2019-05-22
Added dynamically generated help, fixed some ctrl-c stuff.
Bruce Hill
2019-05-21
Added ctrl-z for suspend and added a sort of hybrid mode for running
Bruce Hill
2019-05-21
Deleted the prompt code. Scripts can just do that instead.
Bruce Hill
2019-05-21
Added some more keybindings and cleaned up a bit
Bruce Hill
2019-05-21
Updates and improvements.
Bruce Hill
2019-05-21
Added fuzzy finding
Bruce Hill
2019-05-21
Tidying up
Bruce Hill
2019-05-21
Changed info for symlinks to be about link instead of linked file
Bruce Hill
2019-05-21
Fixed up ctrl-a and esc for select all and clear
Bruce Hill
2019-05-21
Added a bit more functionality including a user input prompt
Bruce Hill
2019-05-21
Some changes to sorting and mouse wheel scrolling.
Bruce Hill
2019-05-21
Added command line flags
Bruce Hill
2019-05-21
Lotsa improvements
Bruce Hill
2019-05-21
Mostly working version with linked lists and regular arrays
Bruce Hill
2019-05-20
Initial commit
Bruce Hill