-
202410212ec04dba · ·
Release 20241021. * Fix metager shortcut (did hard-code mg instead.) * history: use correct date format (recorded month instead of minute.)
-
20241003a3265af9 · ·
Release 20241003. + L): edit history file using $EDITOR. * history: also save history for all hard-coded search engines, forgot some.
-
20240930c90d44b0 · ·
Release 20240930. * -H/l): range feature: check if any number is zero. * l): fix number not getting assigned on second run.
-
20240929cfbfd09e · ·
Release 20240929. + -H/l): allow to specify a range, too. For example, -H 1-10. * w): save state of rmlock, clear and history mode as well.
-
2024092835e0081a · ·
Releaase 20240928. + -H/l): `out of range' message: display total number of lines.
-
2024092797c632f3 · ·
Release 20240927. + -H/l): allow to specify a specific number. + -H/l): don't display at all if file is empty. + History entries are now saved with leading numbers starting from one.
-
20240913cf5c4397 · ·
Release 20240913. + p: enter pager to use (undocumented.) + -z: empty/zero history file. * usage: rephrased a little.
-
-
20240911d165209f · ·
Release 20240911. * simplify dload(). + dload: support wget2. + -H: display history file. + l): display history file.
-
202408178fe311ae · ·
Release 20240817. + Add a new option: save_hist. Saves date + URLs entered in cfg_dir/b.hist. Also saves search queries. * -S: fix number of printf arguments. * h) is H) now, and h) toggles saving of URLs entered on/off.
-
20240711d9271092 · ·
Release 20240711. * me -> mg (metager) * -S: output searchX_tag before the equal sign.
-
-
-
20230513f05ca2f9 · ·
Release 20230513. + Add b)rave search option. - Removed gi (google images); option gi still works, though. * Rewrote option parsing, no functional changes. * -P/-S: uses printf now (making for more aligned output.)
-
20220314e3dc4362 · ·
Release 20220314. * Put the `C)lear screen' and `e)xtension' options onto one line. * Save `tlds' file as well as logs below ~/.cache/b (XDG_CACHE_HOME) by default.
-
2021071637e56c61 · ·
Release 20210716. 20210716: ----------- * Updated path to configuration file in b's usage and echo messages.
-
20210712198dc337 · ·
Release 20210712. * Fixed -a (detection of commands). + Support XDG_CONFIG_HOME: if set or ~/.config exists, b will use it instead.
-
20200816ab27f79d · ·
Release 20200816. + b now exits if the user has defined an abbreviation (progX_opt; searchX_opt) which b hard-codes internally. * Changed internal duckduckgo engine to its lite version. Added the default duckduckgo search as custom search example instead.
-
202007280dac109b · ·
Release 20200728. * DEFAULT_DISPLAY: Rename to USE_DISPLAY. * Changed shortcut for Startpage search from `s' to `st'. + Added Swisscows search engine, shortcut `s'.
-
202006133200a172 · ·
Release 20200613. + ~/.b/conf: Added a new variable `B_DOWNLOAD'. Files downloaded when using the `1) dload' option or by answering `y' or `Y' to keep an already downloaded file will be saved there. When creating ~/.b/conf, b prefers B_DOWNLOAD, if this has not been defined, it uses the output of `xdg-user-dir DOWNLOAD'; should xdg-user-dir not exist on the system, it defaults to $HOME.