Skip to content

Instantly share code, notes, and snippets.

@weshouman
Last active January 20, 2017 22:58
Show Gist options
  • Save weshouman/4ebd3642a7fdd878a2e01af5b87a5995 to your computer and use it in GitHub Desktop.
Save weshouman/4ebd3642a7fdd878a2e01af5b87a5995 to your computer and use it in GitHub Desktop.
Tagaini Jisho Notes

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment