| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
code.
|
|
|
|
other install files will still be put in place.
|
|
|
|
[[--] 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().
|
|
|
|
|
|
|
|
|
|
|
|
correctness of `find`-based bindings.
|
|
|
|
|
|
|
|
|
|
|
|
$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.
|
|
|
|
|
|
pointless Ctrl-y binding.
|
|
realpath() depends on the file existing. Also added more detail to error
messages to make tracking down issues easier.
|
|
|
|
unnecessary complexity.
|
|
to double parentheses.
|
|
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`
|
|
|
|
|
|
|
|
|
|
|
|
bindings making them faster/simpler.
|
|
simplifies the code a bit, plus some other minor cleanups.
|
|
|
|
allowing for suspended/resuming processes (bb +fg) and cleaner linked
list handling code.
|