├── .gitignore ├── LICENSE ├── README.md └── gitodo /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/* -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greydnls/gitodo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greydnls/gitodo/HEAD/README.md -------------------------------------------------------------------------------- /gitodo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greydnls/gitodo/HEAD/gitodo --------------------------------------------------------------------------------