TheGroundZero / achari

This is a simple bash script that converts a specified Keep Note into a PDF document or image file (PNG).

Home Page:http://www.shadowinfosec.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Achari

Achari help

What is achari?

Achari is a nifty tool that you can use to convert KeepNotes in a specified folder into the PDF format.The tool is mostly in the PoC stage and hence cannot yet convert all notes in the main KeepNote folder into PDF. Achari is also capable of converting Keep Notes into a single image in PNG format.

Installing dependencies

sudo apt-get install openssl libssl-dev figlet

Configure permissions

chmod u+x achari/achari.sh
chmod u+x achari/tools/wkhtml*

Folder structure

In order to make use of Achari, your Keep Notes have to adhere to a strict folder structure. This is where all folder and subfolder names MUST be preceded with a numerical value in ascending order.The images below, illustrate the supported folder structure.

Folder structure 1 image

Folder structure 2 image

If you would like to read about my blog post on this tool, you can find it here

To do list

Achari is more of a PoC tool. I intend to work on the following features in due time:

  • Ability to customize PDF headers, font, etc.
  • Ability to create a cover page on the PDF
  • Ability to create a table of contents for the PDF document
  • Ability to convert multiple Keep Notes at a time
  • Add native support for OS X and Windows
  • Develop achari into a KeepNote extension

Credits

These are the people who came up with the idea and assisted beta test the tool.

About

This is a simple bash script that converts a specified Keep Note into a PDF document or image file (PNG).

http://www.shadowinfosec.io/

License:GNU Lesser General Public License v3.0


Languages

Language:Shell 100.0%