






















Parses bookmarks from json or html format and filtering them based on function.
cl-bookmark-tool tool <OPTS> -i <INPUT-FILE> -o <OUTPUT-FILE>
--help display usage information and exit --overwrite overwrite output file --version display version and exit -d, --delete-duplicates <CHOICE> delete bookmarks with same value on field. example: --delete-duplicates 'url' [choices: url, host, path, name] -i, --input-file <FILE> input file -m, --modify-field-regex <FIELD-REGEX> Modify bookmark by field. Format: <field>/<find>/<replace> Allowed Fields: path, url, host, proto, folder-path, name Example: --modify 'path/[?][=][0-9]+$/?=0' -o, --output-file <FILE> output file -r, --filter-regex <FIELD-REGEX> filter out bookmark using regex matching on field. format: <field>/<regex> allowed fields: path, url, host, proto, folder-path, name example: --filter-regex 'path/.*google[.]com.*'
You don't need to manually install dependencies, just ensure you have sbcl and quicklisp installed and set up.
make./cl-bookmark-tool toolDependencies can be found in the quicklisp repo, excluding maximilian-utils, which is hosted on github (link).
quicklisp - remote package installing/handlingasdf - system/package configurationuiop - system/file handlingclingon - option handlingyason - handling jsoncl-ppcre - regex librarymaximilian-utils - utilitiesGPLv3
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。