Skip to content

英语学习CLI助手,帮助程序猿提高英语读写能力

Notifications You must be signed in to change notification settings

baykier/lightnd

Repository files navigation

Lightnd英文单词助手

linghtnd 是一个用php写的CLI小程序,用来帮助你学习英语,同时练习打字速度

每次查询,都会做记录,方便以后统计哪个单词经常忘,想不起来。以后还会增加测试模式,

再练习英文的同时,提高打字速度

install安装


* git clone https://github.com/baykier/ligtnd.git

* composer install

##数据库配置

1 用mysql workbench 将模型('./data/lightnd.mwb')导入数据库中

2 导入sql文件('./data/lightnd.sql')

3 编辑配置文件./config.php,修改数据库配置

usage基本用法

  • 添加单词
 bin/lightnd add 

  • 查询单词

bin/lightnd query 

  • 翻译
bin/lightnd translate name
  • 测试打字速度
bin/lightnd test

###全局安装推荐


##如果不存在
#mkdir ~/bin

##添加链接
ln -s "$(pwd)/bin/lightnd" "$HOME/bin/nd"

现在,就可以全局使用了:

nd --help

About

英语学习CLI助手,帮助程序猿提高英语读写能力

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages