Skip to content

Releases: TinyToolSH/tbm

Added a dmenu wrapper called dmenu_tbm to manager your bookmarks;

09 Apr 01:34

Choose a tag to compare

Added

  • Added a dmenu wrapper called dmenu_tbm to manager your bookmarks;
    • If a TBM_FILE is empty or /dev/stdout the default file will be $HOME/.tbookmarks;
    • With dmenu_tbm you can:
      • create a new bookmark;
      • open, delete or copy (to clipboard) an existing one;
  • Added target to install dmenu_tbm script;

Changed

  • Updated README.md with dmenu_tbm reference;

Full Changelog: 0.8.0...0.9.0

Added markdown and html output format option

08 Apr 14:44

Choose a tag to compare

Added

  • Added markdown and html output format option;
    • You can use --md and --html when listing, and adding a bookmark;

Fixed

  • Fixed list by id no working with output filter;

Changed

  • Changed default $TBM_FILE path to be stdout;

Full Changelog: 0.7.1...0.8.0

Fixed misalignment when listing by ids

29 May 00:19

Choose a tag to compare

Fixed

  • Fixed misalignment bug;

Added delete by id feature

28 May 22:52

Choose a tag to compare

Added

  • Added delete by id feature;

Fixed errors and warnings

28 May 02:23

Choose a tag to compare

Fixed

  • Fixed errors and warnings founded by ShellCheck.

Added list by ID feature

28 May 01:49

Choose a tag to compare

Added

  • Added list by ID option;

Changed

  • Updated usage message with -i option;
  • Updated filter method to ignore case distinction.

Removed

  • Removed old filter function.

Added missing options to usage function.

27 May 22:14

Choose a tag to compare

Fixed

  • Fixed missing options to usage function.

Added options to allow user to list bookmarks by titles or by url.

16 May 01:52

Choose a tag to compare

Added

  • Added options to allow user to list bookmarks by titles or by url.

Changed

  • Updated README
  • Changed project name from tbkmk to tbm.

Filter bookmarks

12 May 01:32

Choose a tag to compare

Added

  • Added feature to filter bookmarks when listing.

Fixed

  • Fixed bug not exiting script when -h is called.

Changed

  • Updated parse arguments funtion.
  • Updated README.md with filter command section.

List bookmarks

12 May 01:32

Choose a tag to compare

Added

  • Added a default file to redirect bookmark added to this file.
  • Added list bookmarks feture.