aboutsummaryrefslogtreecommitdiff
path: root/bb.c
AgeCommit message (Expand)Author
2019-05-26Formatting cleanup and MAX_PATH -> PATH_MAX rename to use actual valueBruce Hill
2019-05-26Made some fixes after testing on linux, changed +mark syntax to use '='Bruce Hill
2019-05-25Fixed text wrapping (now just truncates)Bruce Hill
2019-05-25Added versionBruce Hill
2019-05-25Added support for SHOW_CURSORBruce Hill
2019-05-25Updated docs and added some refresh consistencyBruce Hill
2019-05-25Some major refactoring, removed the tabs feature, added marks (muchBruce Hill
2019-05-25Lots of refactoring, including adding function stubsBruce Hill
2019-05-24Added shuffle functionality, cleaned up and improved column drawing, andBruce Hill
2019-05-24Fixed some stuff, including 'cd'Bruce Hill
2019-05-24Refactored a bit, allowed cmds to use unique prefixes (e.g. 'q' insteadBruce Hill
2019-05-24Cleanup and refactoring. More robust handling of command files, andBruce Hill
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-22Fixed bug with number of argumentsBruce 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-22Added null-separation option for xargs to properly handle funkyBruce 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
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-20Initial commitBruce Hill