todotxt-ui

所属分类:前端开发
开发工具:Ruby
文件大小:2200KB
下载次数:0
上传日期:2022-10-21 01:58:38
上 传 者sh-1993
说明:  以开发人员为中心的纯文本todo列表管理器,使用todo.txt格式和Git进行存储同步。目前非常WIP。
(Developer-focused plain text todo list manager, using todo.txt format and Git for storage syncing. Currently very WIP.)

文件列表:
.nvmrc (9, 2022-07-28)
.prettierignore (25, 2022-07-28)
.prettierrc.json (3, 2022-07-28)
.rspec (22, 2022-07-28)
.ruby-version (6, 2022-07-28)
.simplecov (261, 2022-07-28)
Gemfile (1516, 2022-07-28)
Gemfile.lock (7059, 2022-07-28)
Procfile (40, 2022-07-28)
Rakefile (227, 2022-07-28)
app (0, 2022-07-28)
app\controllers (0, 2022-07-28)
app\controllers\api (0, 2022-07-28)
app\controllers\api\meta_controller.rb (161, 2022-07-28)
app\controllers\api\tasks_controller.rb (631, 2022-07-28)
app\controllers\application_controller.rb (286, 2022-07-28)
app\jobs (0, 2022-07-28)
app\jobs\application_job.rb (269, 2022-07-28)
app\lib (0, 2022-07-28)
app\lib\context.rb (392, 2022-07-28)
app\lib\daily_scheduler.rb (3399, 2022-07-28)
app\lib\delta_applier.rb (2019, 2022-07-28)
app\lib\lograge_utils.rb (306, 2022-07-28)
app\lib\rake_logger.rb (524, 2022-07-28)
app\lib\task_wrapper.rb (618, 2022-07-28)
app\lib\todo_repo.rb (2038, 2022-07-28)
app\lib\todotxt.rb (147, 2022-07-28)
app\lib\todotxt (0, 2022-07-28)
app\lib\todotxt\config.rb (818, 2022-07-28)
app\lib\todotxt\context.rb (85, 2022-07-28)
app\lib\todotxt\description_part.rb (682, 2022-07-28)
app\lib\todotxt\exceptions.rb (290, 2022-07-28)
app\lib\todotxt\list.rb (3387, 2022-07-28)
... ...

# Todotxt UI [![CI/CD workflow badge](https://github.com/bobwhitelock/todotxt-ui/workflows/CI/CD/badge.svg?branch=master&event=push)](https://github.com/bobwhitelock/todotxt-ui/actions?query=workflow%3ACI%2FCD+branch%3Amaster+event%3Apush) Developer-focused plain text todo list manager, using [todo.txt](https://github.com/todotxt/todo.txt) format and Git for storage/syncing. Currently very WIP. ## To setup for development ```bash git clone https://github.com/bobwhitelock/todotxt-ui.git cd todotxt-ui bin/setup rake db:setup bin/rails server -b '0.0.0.0' cd client && yarn start # In separate shell. ``` ## To deploy See [docs/deployment.md](docs/deployment.md).

近期下载者

相关文件


收藏者