Walid-Shouman
8/10/2016 - 1:13 AM

Tagaini Jisho Notes

Tagaini Jisho Notes

Tools that are useful in studying Tagaini Jisho.

Tree

Display 2-level-depth file structure

tree -L 2

Script

For the sake of studying based on the history, I capture a colorized version of the history using script.

script colorized_history -c "git hist"  

Notes:

  • A detailed guide for using script is found in this gist
  • Ensure having git hist defined in the .gitconfig found here

Pandoc (Documentation parsing Engine)

  • Generate documentations out of markdown or any other known markup language into HTML files.

**Notes: **

  • I didn't try it out yet, but you may try it here and update me.

Tagaini Jisho 2 File Structure

project
└──src
  │  tagaini_config.h //main application configurations
  └──core
      │  paths.h // a utility to search for a given filename (extensively used to get db files)
      │  // many other important utilities
      │
  └──gui
  └──sqlite