SkillAgentSearch skills...

Azw3r

tools to extract data from azw3r files such as notes, highlights and bookmarks.

Install / Use

/learn @jps-e/Azw3r
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

= azw3r

tools to extract data from azw3r files such as notes, highlights and bookmarks.

== azw3r.c

To compile:

cc -o azw3r azw3r.c

Usage examples:

azw3r -i name.azw3r > name.notes + azw3r -h -i name.azw3r > name.highlights + azw3r -h -n -i name.azw3r > name.notes + azw3r -i name.azw3r | sort -n > name.notes +

Arguments:

-i input_file_name (file to extract notes and highlight locations from) + -h (extract highlight locations) + -n (extract note locations and notes) + -o offset (default 0, offset of text in rawml added to value from azw3r) + -r rawml_file_name` (file to extract highlight text from) +

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated9mo ago
Forks0

Languages

Perl

Security Score

67/100

Audited on Jun 18, 2025

No findings