Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
/ DictNoter Public archive

这是一个利用sed和grep的脚本,用于按单词表顺序抓取html词典并拼合成新html文件,达到英语笔记的效果。

License

Notifications You must be signed in to change notification settings

tzway/DictNoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DictNoter

If you are not a Chinese speaker use a translator.
这是一个利用sed和grep的脚本,用于按单词表顺序抓取html词典并拼合成新html文件,达到英语笔记的效果。

如何使用

利用类unix操作系统(注意GNU sed 和BSD sed 有区别,该脚本利用GNU sed)执行脚本或在Windows下unix工具集如Git bash和Cygwin打开。
在input文件夹内放入想要转化的单词表支持多文件。单词表格式为文本文件一个单词一行,unix格式换行(LF)。
运行时会显示正在处理的单词表文件和没被匹配的单词。

已知bug

部分词条无法全部复制,可能和正则表达式有关。 详情

Why Archiving

cuz the code is old, sh**ty and have no reusability

About

这是一个利用sed和grep的脚本,用于按单词表顺序抓取html词典并拼合成新html文件,达到英语笔记的效果。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages