Git Product home page Git Product logo

vim-to-do's Introduction

中文文档 | English

todo-list

github.svg

我是一名c++新手,我对vim非常喜欢,偶然看到这个插件coc-todolist 他可以帮助我管理时间,他是非常友好的,可以同步到你的github,但 是我不可能永远打开vim,也不可能一直盯着vim是否给我提醒,所以 所以我给他做了一些补充,因为我是新手,代码是粗糙的




这是一个coc-todolist的扩展工具,他是完全使用c语言实现的 你可以非常简单的使用他,但是前提你得拥有coc-todolist coc-todolist

安装


vim 
:CocInstall coc-todolist

git clone https://github.com/denstiny/vim-to-do.git 
cd vim-to-do
make

配置

他的配置文件是 include/config.h

提示音

如果你需要提醒的时候带有提示音的效果,你需要修改config中的VOIDOCONFIG 参数,默认为false 关闭

修改提示音效

  #define VOIDOFILE "/mnt/home/todo-list/src/material/keli.mp3"
  // 默认音效

更改音频文件路径即可. 最好是小于三秒的音频,未做播放限制
播放使用的是 mpg123 开源项目

语音播报(英语可能有点别扭)

如果你需要语音播报 更改EKHOCOFIG 参数,默认为 false 关闭 使用的是ekho 余音
使用 linux 包管理器安装

# arch
sudo pacman -S ekho
# ubuntu
sudo apt install ekho
# centos 
sudo yum install ekho

更新日志

  • 2021-02-04
    • 添加结束时的提醒判断
  • 2021-02-01
    • 解决启动卡顿
    • 解决无法检测多个代办任务
    • 解决事件不提示

演示 c__.gif

贡献

zyl-hub
感谢coc-todolist

vim-to-do's People

Contributors

denstiny avatar zyl-hub avatar

Stargazers

 avatar kuator avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.