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
Last active
January 20, 2017 22:58
-
-
Save weshouman/4ebd3642a7fdd878a2e01af5b87a5995 to your computer and use it in GitHub Desktop.
Tagaini Jisho Notes
Tools that are useful in studying Tagaini Jisho.
Display 2-level-depth file structure
tree -L 2
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
- 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