aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-10Updated with some cleaner behavior for PICK and added SPIN. Also removedBruce Hill
command line flags in favor of manually using `tput rmcup`. Updated the documentation.
2019-06-09Better pausing and break points for commandsBruce Hill
2019-06-09Fix for being unable to deselect nonexistant filesBruce Hill
2019-06-08Merge branch 'master' of bitbucket.org:spilt/bbBruce Hill
2019-06-08Added -r flag for cp for copying dirsBruce Hill
2019-06-06Fix for top level '/' dir edge casesBruce Hill
2019-06-06Bumped versionBruce Hill
2019-06-06Removed some unnecessary +refreshes and just set the dirty bit to 1Bruce Hill
whenever an external program runs so the screen redraws without necessarily refreshing the file listing.
2019-06-06Reworked a bunch of the config option stuff for picking files and userBruce Hill
input. Now that stuff is handled with makefile flags.
2019-06-06Removed code for move cursor to position (unused)Bruce Hill
2019-06-06Removed QUOTE() and cleaned up some of the macros for FUZZY and ASKBruce Hill
2019-06-06Fixed some wrap/cursor visibility issuesBruce Hill
2019-06-06Removed breadline() and switched to use `ask` when possible, defaultingBruce Hill
to `read` and `fzy`
2019-06-04Fixed bug with backspaceBruce Hill
2019-06-04Fixed issue with navigating to parent not selecting previous directory.Bruce Hill
2019-06-04Removed junkBruce Hill
2019-06-04Fixed issue with non-NORMAL_TERM commands that set and reset alt screen,Bruce Hill
and fixed issue with "(n) selected" message
2019-06-04Cleaned up scrolling logicBruce Hill
2019-05-31Merge branch 'master' of bitbucket.org:spilt/bbBruce Hill
2019-05-31Improved the randomization a bit, so the numbers are evenly distributedBruce Hill
[0,n) instead of [0, RAND_MAX), also cleaned up config file a little
2019-05-31Improved the randomization a bit, so the numbers are evenly distributedBruce Hill
[0,n) instead of [0, RAND_MAX)
2019-05-31Inlined PIPE_SELECTION_TO since it's only used onceBruce Hill
2019-05-31Made links dim (-> foo) instead of just the arrowBruce Hill
2019-05-31Switched ':' to use "sh" instead of "$SHELL" because not all shells takeBruce Hill
arguments.
2019-05-31Compacting the code, putting column names with widthsBruce Hill
2019-05-31Added "<selection>" virtual directory, added '-' mark for "lastBruce Hill
non-virtual directory" and 's' for "selection virtual directory", cleaned up path normalization, added "N selected" visualization.
2019-05-31Better name for "double left click"Bruce Hill
2019-05-31Moved colwidths to configBruce Hill
2019-05-31Got rid of +align command, and simplified column width logic (no moreBruce Hill
auto-sizing, no more alignment, everything just has a static width now)
2019-05-31Fixed some redraw dirty flag issuesBruce Hill
2019-05-31Simplifying interleave code and adding docBruce Hill
2019-05-31Moving interleave-dirs back from a full column to just a settingBruce Hill
2019-05-31Added a bit of extra spacing around columnsBruce Hill
2019-05-31Cleaned up some T_WRAP stuffBruce Hill
2019-05-31Switched to use cfmakeraw() instead of manually setting a bunch ofBruce Hill
termios bits.
2019-05-31Fixed some stuff with alt screen and spurious output to stdoutBruce Hill
2019-05-31Version bumpBruce Hill
2019-05-31Cleaned up a lot of the cd logic, making path names better-standardized,Bruce Hill
but still keeping symlinks, and ensuring bb->path has a slash at the end. Also cleaned up some empty directory errors.
2019-05-31Moved populating files before startup commands, so '+mark:0' worksBruce Hill
properly
2019-05-31Fixed some memory errors, including a use-after-free. Simplified theBruce Hill
refcount by just explicitly tracking whether a file is being viewed and whether it's selected.
2019-05-31Added permission flags for created bb cmdfileBruce Hill
2019-05-31Updating compiler flagsBruce Hill
2019-05-31Fixed one more qsort argument issueBruce Hill
2019-05-31Fixing some qsort_r arg problemsBruce Hill
2019-05-31Updating with more mac compatibilityBruce Hill
2019-05-31Got everything working on linuxBruce Hill
2019-05-30Changing empty initializerBruce Hill
2019-05-30realloc() -> reallocf() to be extra safeBruce Hill
2019-05-30Simplifying command control flowBruce Hill
2019-05-30Cleaned up a bunch of stuff, including finding entries, a sorting bug,Bruce Hill
and some command stuff.