Wloger

Gem Version

Wloger help to manage your daily work-logs.

demo

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

  1. Fork it ( https://github.com/[my-github-username]/wloger/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request