Wloger
Wloger help to manage your daily work-logs.

Installation
Install it yourself as:
$ gem install wloger
Usage
If you log today, execute following command.
$ wloger
# Wloger will execute "vim ~/Documents/work_log/{THIS_YEAR}_{THIS_MONTH}/{TODAY}/log.md"
Wloger make today log directory, and execute editor!!
If you want to view past log, execute following command.
$ wloger {DATE}
# Wloger will execute "vim ~/Documents/work_log/{THE_YEAR}_{THE_MONTH}/{THE_DAY}/log.md"
Wloger accepts YY/MM/DD, MM/DD, or DD for DATE argument format.
TODO
- [ ] add function of grep search in log files
- [ ] add configure to select your editor
- [ ] add configure to select your log directory
- [ ] add configure to become shallow directory nest
- [ ] able to select month directory format from name to number
- [ ] able to make log file template
Contributing
- Fork it ( https://github.com/[my-github-username]/wloger/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request