hirakiuc / daily-workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daily-workflow

Go codecov

Daily works

  • daily report

Configuration

default path: ~/.config/wf/config.toml

[common]
root = "~/Desktop/workspace/tool"
editor = "nvim"
finder = "ag"
finderOpts = "--vimgrep"
chooser = "/usr/local/bin/peco"

[daily]
path = "daily"

Directory Structure

  • {root}/daily/yyyy/mm/dd.md

About

License:MIT License


Languages

Language:Go 95.9%Language:Makefile 4.1%