Releases: TinyToolSH/tbm
Releases · TinyToolSH/tbm
Added a dmenu wrapper called dmenu_tbm to manager your bookmarks;
Added
- Added a
dmenuwrapper calleddmenu_tbmto manager your bookmarks;- If a
TBM_FILEis empty or/dev/stdoutthe default file will be$HOME/.tbookmarks; - With
dmenu_tbmyou can:- create a
newbookmark; open,deleteor copy (to clipboard) an existing one;
- create a
- If a
- Added target to install
dmenu_tbmscript;
Changed
- Updated
README.mdwithdmenu_tbmreference;
Full Changelog: 0.8.0...0.9.0
Added markdown and html output format option
Added
- Added markdown and html output format option;
- You can use
--mdand--htmlwhen listing, and adding a bookmark;
- You can use
Fixed
- Fixed list by id no working with output filter;
Changed
- Changed default
$TBM_FILEpath to bestdout;
Full Changelog: 0.7.1...0.8.0
Fixed misalignment when listing by ids
Fixed
- Fixed misalignment bug;
Added delete by id feature
Added
- Added delete by id feature;
Fixed errors and warnings
Fixed
- Fixed errors and warnings founded by ShellCheck.
Added list by ID feature
Added
- Added list by ID option;
Changed
- Updated usage message with
-ioption; - Updated filter method to ignore case distinction.
Removed
- Removed old filter function.
Added missing options to usage function.
Fixed
- Fixed missing options to usage function.
Added options to allow user to list bookmarks by titles or by url.
Added
- Added options to allow user to list bookmarks by titles or by url.
Changed
- Updated README
- Changed project name from
tbkmktotbm.
Filter bookmarks
Added
- Added feature to filter bookmarks when listing.
Fixed
- Fixed bug not exiting script when
-his called.
Changed
- Updated parse arguments funtion.
- Updated README.md with filter command section.
List bookmarks
Added
- Added a default file to redirect bookmark added to this file.
- Added list bookmarks feture.