aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-25Updated docs and added some refresh consistencyBruce Hill
2019-05-25Default config wasn't keeping up.Bruce Hill
2019-05-25Some major refactoring, removed the tabs feature, added marks (muchBruce Hill
simpler)
2019-05-25Lots of refactoring, including adding function stubsBruce Hill
2019-05-24Added shuffle functionality, cleaned up and improved column drawing, andBruce Hill
did a ton of cleanup of compiler warnings.
2019-05-24Fixed some stuff, including 'cd'Bruce Hill
2019-05-24Updated LOC in readmeBruce Hill
2019-05-24Refactored a bit, allowed cmds to use unique prefixes (e.g. 'q' insteadBruce Hill
of 'quit', 'scr' instead of 'scroll', etc), added vim modelines
2019-05-24Cleanup and refactoring. More robust handling of command files, andBruce Hill
guaranteed tmpfile deletion on exit (even with SIGTERM, ctrl-c, etc.). Also fixed some bugs with suspend hiding cursor, not handling multiple commands, duplicating commands, etc.
2019-05-23Fixed bugBruce Hill
2019-05-23Lots of refactoring and cleanupBruce Hill
2019-05-23Fixed an issue with leaking temp filesBruce Hill
2019-05-23Added flags for toggling columns, cleaned up a bitBruce Hill
2019-05-23Added key binding tool (ctrl-h) to figure out what a binding isBruce Hill
2019-05-23Properly handle window resizesBruce Hill
2019-05-23Help menu overhaul and cleanup of config fileBruce Hill
2019-05-23Moved sorting to a commandBruce Hill
2019-05-23Moved more stuff over to bb commands, cleaned up scroll region stuffBruce Hill
2019-05-23Working version of running (nearly) everything on bb IPC commandsBruce Hill
2019-05-22Added lazy redrawing using console scrollingBruce Hill
2019-05-22Added polling for blocking key readsBruce Hill
2019-05-22Removed some redundant exitsBruce Hill
2019-05-22Added 'e' for $EDITORBruce Hill
2019-05-22Fixed bug with number of argumentsBruce Hill
2019-05-22Updated readmeBruce Hill
2019-05-22Overhaul to use arguments instead of piping for commandsBruce Hill
2019-05-22Updating namingBruce Hill
2019-05-22Added help/usageBruce Hill
2019-05-22Removing dead codeBruce Hill
2019-05-22Better arg parsing and updated docsBruce Hill
2019-05-22In st style, moving config to default config file, which copiesBruce Hill
itself during the build process.
2019-05-22Added null-separation option for xargs to properly handle funkyBruce Hill
filenames
2019-05-22Removed /dev/null hackBruce Hill
2019-05-22Added license.Bruce Hill
2019-05-22Added manpageBruce Hill
2019-05-22Added dynamically generated help, fixed some ctrl-c stuff.Bruce Hill
2019-05-21Added ctrl-z for suspend and added a sort of hybrid mode for runningBruce Hill
commands at the bottom of the screen instead of in a full terminal mode.
2019-05-21Deleted the prompt code. Scripts can just do that instead.Bruce Hill
2019-05-21Added some more keybindings and cleaned up a bitBruce Hill
2019-05-21Updates and improvements.Bruce Hill
2019-05-21Added fuzzy findingBruce Hill
2019-05-21Tidying upBruce Hill
2019-05-21Changed info for symlinks to be about link instead of linked fileBruce Hill
2019-05-21Fixed up ctrl-a and esc for select all and clearBruce Hill
2019-05-21Added a bit more functionality including a user input promptBruce Hill
2019-05-21Some changes to sorting and mouse wheel scrolling.Bruce Hill
2019-05-21Added command line flagsBruce Hill
2019-05-21Lotsa improvementsBruce Hill
2019-05-21Mostly working version with linked lists and regular arraysBruce Hill
2019-05-20Removed termbox depBruce Hill