| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-03 | Misc fixes and tweaks | Bruce Hill | |
| 2020-04-20 | Slightly optimized column rendering by using the sequence for moving | Bruce Hill | |
| column position instead of row,col | |||
| 2020-04-13 | Simplified and cleaned up rendering logic | Bruce Hill | |
| 2020-04-10 | General code cleanup and removed some unnecessary imports. | Bruce Hill | |
| 2020-04-08 | Some overhaul and refactoring. bbstartup.sh and bindings.bb have been | Bruce Hill | |
| moved into scripts/bbstartup and scripts/bbbindkeys alongside the other scripts. Some minor bugs have been fixed as well, and a few bindings added. | |||
| 2020-02-24 | Moved bbstartup into a script, renamed helper/ -> scripts/, and added | Bruce Hill | |
| bbshutdown script. Also tweaked some of the precedence. | |||
| 2020-02-24 | Fixed some issues with invalid column handling. | Bruce Hill | |
| 2020-02-24 | Added a slightly hacky fix to make sure `bb` can be run from the local | Bruce Hill | |
| build directory and still have the helper scripts, bbstartup.sh, and the bindings work. | |||
| 2020-02-24 | Don't close and reopen tty files when running scripts. | Bruce Hill | |
| 2020-02-24 | Major update: instead of defining all the helper functions as static | Bruce Hill | |
| C-strings prefixed to commands (modified by the Makefile), the helper functions are now standalone scripts in the helpers/ dir, which gets added to "$PATH" when running bb. | |||
| 2020-02-23 | Removed unnecessary warning. | Bruce Hill | |
| 2020-02-23 | API tweaks and documentation updates. | Bruce Hill | |
| 2020-02-23 | Cleaned up column rendering logic, including adding a 'stretchy' option | Bruce Hill | |
| for columns to fill available space. Also fixed some coloring issues. | |||
| 2020-02-23 | Working version of pulling columns into their own file. | Bruce Hill | |
| 2020-02-23 | Fixed selection issue. | Bruce Hill | |
| 2020-02-23 | Fix for globbing into subdirectories (e.g. `bbcmd glob:"* */*"`) | Bruce Hill | |
| 2020-02-22 | Fixed column separator width | Bruce Hill | |
| 2020-02-22 | Initial working version using globbing. | Bruce Hill | |
| 2020-02-18 | Bugfix for cursor position not being remembered correctly. | Bruce Hill | |
| 2020-02-17 | Added xwindow title setting, and $HOME -> ~ in the bb path area. | Bruce Hill | |
| 2020-02-07 | Added a scrollbar. | Bruce Hill | |
| 2020-01-12 | Fixed memory leak. | Bruce Hill | |
| 2020-01-12 | Updated to respect TMPDIR environment variable. | Bruce Hill | |
| 2019-12-11 | Fix for mac support. | Bruce Hill | |
| 2019-12-07 | Cleanup of how window resize events are handled. | Bruce Hill | |
| 2019-11-24 | Bunch of minor pedantic cleanups to get rid of warnings and tidy up the | Bruce Hill | |
| code. | |||
| 2019-11-11 | More unambiguous and simple command line semantics (bb [options/cmds] | Bruce Hill | |
| [[--] path]) | |||
| 2019-11-11 | Fixed `bb -- +dirname` not respecting `--` properly | Bruce Hill | |
| 2019-11-11 | Refactored `bb +...` to `bbcmd ...` within bb bindings. This makes | Bruce Hill | |
| things a lot less ambiguous. Also removed the default marks created in bbstartup.sh and ensured that `$XDG_DATA_HOME` and `$XDG_CONFIG_HOME` always get set as environment variables. | |||
| 2019-11-11 | Cleanup/refactor to move keyboard input and scanning the command file | Bruce Hill | |
| into their own functions. This massively simplifies bb_browse(). | |||
| 2019-11-11 | Rearranged bb_browse() a little to include more of the setup work. | Bruce Hill | |
| 2019-11-11 | Added error checks | Bruce Hill | |
| 2019-11-11 | Simplified "+help" binding by using a temp file and run_script() | Bruce Hill | |
| 2019-11-11 | Made running_procs static. | Bruce Hill | |
| 2019-11-09 | Removed the "or pause" behavior for failed scripts. | Bruce Hill | |
| 2019-11-08 | Cleanup of bb->selected (renamed from bb->firstselected) to ensure that | Bruce Hill | |
| $n arguments for scripts are in FIFO order instead of LIFO order (i.e. $1 is the first selected item). `Ctrl-a` is also now bound to use `+select` instead of `+select: *` which ensures that the correct sorting order is preserved. | |||
| 2019-11-06 | Better error handling/reporting | Bruce Hill | |
| 2019-11-04 | Fixed issue with deselecting deleted files not working because | Bruce Hill | |
| realpath() depends on the file existing. Also added more detail to error messages to make tracking down issues easier. | |||
| 2019-11-01 | Consolidated winwidth/winheight into winsize variable, which makes | Bruce Hill | |
| things a little more straightforward. | |||
| 2019-11-01 | Removed nprocs variable, as it was a potential source of errors if it | Bruce Hill | |
| got out of sync. | |||
| 2019-11-01 | Removed `bb +execute:` as it was not used. | Bruce Hill | |
| 2019-11-01 | Fix for improperly initialized variable. | Bruce Hill | |
| 2019-11-01 | Oops, I guess it was needed after all. | Bruce Hill | |
| 2019-11-01 | Removed unnnecessary variable | Bruce Hill | |
| 2019-11-01 | Cleanup/overhaul of how symlinks are handled and how paths are parsed. | Bruce Hill | |
| Now `bb` will fail on `bb nonexistant/..` and will display `/foo/baz/atfoo/` as `/foo/` if `atfoo` is a symlink to `/foo` | |||
| 2019-11-01 | Fix for errors that occur before initializing the terminal. | Bruce Hill | |
| 2019-11-01 | Fixed "bb +." being broken. | Bruce Hill | |
| 2019-11-01 | Moved `dirty` from being a bit on `bb` to being a global, which | Bruce Hill | |
| simplifies the code a bit, plus some other minor cleanups. | |||
| 2019-10-30 | Better warning messages. | Bruce Hill | |
| 2019-10-27 | Mostly finalized working version of better signal handling, including | Bruce Hill | |
| allowing for suspended/resuming processes (bb +fg) and cleaner linked list handling code. | |||
