| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
column position instead of row,col
|
|
|
|
|
|
moved into scripts/bbstartup and scripts/bbbindkeys alongside the other
scripts. Some minor bugs have been fixed as well, and a few bindings
added.
|
|
bbshutdown script. Also tweaked some of the precedence.
|
|
|
|
build directory and still have the helper scripts, bbstartup.sh, and the
bindings work.
|
|
|
|
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.
|
|
|
|
|
|
for columns to fill available space. Also fixed some coloring issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code.
|
|
[[--] path])
|
|
|
|
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.
|
|
into their own functions. This massively simplifies bb_browse().
|
|
|
|
|
|
|
|
|
|
|
|
$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.
|
|
|
|
realpath() depends on the file existing. Also added more detail to error
messages to make tracking down issues easier.
|
|
things a little more straightforward.
|
|
got out of sync.
|
|
|
|
|
|
|
|
|
|
Now `bb` will fail on `bb nonexistant/..` and will display
`/foo/baz/atfoo/` as `/foo/` if `atfoo` is a symlink to `/foo`
|
|
|
|
|
|
simplifies the code a bit, plus some other minor cleanups.
|