Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 20241021
    Release 20241021.
    
    * Fix metager shortcut (did hard-code mg instead.)
    * history: use correct date format (recorded month instead of minute.)
  • 20241003
    Release 20241003.
    
    + L): edit history file using $EDITOR.
    * history: also save history for all hard-coded search engines, forgot
      some.
  • 20240930
    c90d44b0 · new release ·
    Release 20240930.
    
    * -H/l): range feature: check if any number is zero.
    * l): fix number not getting assigned on second run.
  • 20240929
    cfbfd09e · new release ·
    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.
  • 20240928
    35e0081a · new release ·
    Releaase 20240928.
    
    + -H/l): `out of range' message: display total number of lines.
  • 20240927
    97c632f3 · Add [NUM] to `l)' entry ·
    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.
  • 20240913
    cf5c4397 · new release ·
    Release 20240913.
    
    + p: enter pager to use (undocumented.)
    + -z: empty/zero history file.
    * usage: rephrased a little.
  • 20240911-2
    c38951e4 · CHANGES: -1 -> -2 ·
    Release 20240911-2
    
    + add `l' to hard-coded abbreviations.
  • 20240911
    Release 20240911.
    
    * simplify dload().
    + dload: support wget2.
    + -H: display history file.
    + l): display history file.
  • 20240817
    8fe311ae · new release ·
    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.
  • 20240711
    d9271092 · New release. ·
    Release 20240711.
    
    * me -> mg (metager)
    * -S: output searchX_tag before the equal sign.
  • 20240205
    225269d9 · CHANGES: new release. ·
    Release 20240205.
    
    * Replaced most echos with printfs.
  • 20230912
    735c9efd · CHANGES: new release. ·
    Release 20230912.
    
    * Fix -l.
  • 20230513
    f05ca2f9 · New release. ·
    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.)
  • 20220314
    e3dc4362 · CHANGES: new release. ·
    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.
  • 20210716
    37e56c61 · CHANGES: New release. ·
    Release 20210716.
    
     20210716:
    -----------
    * Updated path to configuration file in b's usage and echo messages.
  • 20210712
    198dc337 · CHANGES: new release. ·
    Release 20210712.
    
    * Fixed -a (detection of commands).
    + Support XDG_CONFIG_HOME: if set or ~/.config exists, b will use it
      instead.
  • 20200816
    ab27f79d · New release. ·
    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.
  • 20200728
    Release 20200728.
    
    * DEFAULT_DISPLAY: Rename to USE_DISPLAY.
    * Changed shortcut for Startpage search from `s' to `st'.
    + Added Swisscows search engine, shortcut `s'.
  • 20200613
    3200a172 · Release 20200613. ·
    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.