| Age | Commit message (Collapse) | Author |
|
|
|
links to bash)
|
|
|
|
|
|
for allowing the `bb` function to be used in the ':' and '|' bindings
|
|
subprocesses if bb was started with the terminal attributes set with NOECHO) by setting up a "default" termios struct with sane settings instead of relying on bb being launched with sane settings.
|
|
due to not close()ing the file descriptor, and exiting on ctrl-c)
|
|
|
|
symbolic links in ~/.config/bb/marks/. The new version is a little more
flexible (arbitrary mark names), persistent across bb sessions, and uses
a bit less code.
|
|
|
|
|
|
|
|
itself, which lets bb work when not yet installed.
|
|
|
|
|
|
|
|
|
|
exec()ing the user scripts
|
|
|
|
|
|
|
|
|
|
and using VMIN and VTIME.
|
|
|
|
|
|
populate_files code a bit
|
|
to set_selected() with an argument for whether the file should be
selected.
|
|
|
|
(now just inlined), and replaced remove_entry() with try_free_entry() to
eliminate duplicate safety checks.
|
|
bb`)
|
|
cd_to_path and for non-directory paths (e.g. +sel:../foo.txt)
|
|
|
|
`+select:*` and `+deselect:*` in favor of just using shell commands for
those functions.
|
|
bb +q"`
|
|
change that assumed files with equal inode/idev were the same)
|
|
|
|
|
|
a flag on bb_t instead of a return value.
|
|
to select to 'S' to use shell globbing
|
|
rearranged things a bit to launch bb fewer times for commands.
|
|
|
|
|
|
|
|
command line flags in favor of manually using `tput rmcup`. Updated the
documentation.
|
|
|
|
|
|
|
|
whenever an external program runs so the screen redraws without
necessarily refreshing the file listing.
|
|
|
|
|