好用的命令行单词管理工具 iSearch

2017-10-27 13:50:59 +08:00
 MemoryCorner

iSearch

Github 地址

iSearch是一款命令行单词查询 /管理工具,主要是为了方便自己考研和学习时候查找和管理单词。

内容来自网易有道词典

通过 API 得到的内容比较简略,采用网页解析的内容比较全面。

内容包括 [柯林斯词典] 、 [词组] 、 [同近义词] 、 [词语辨析] 、 [其他例句] ,每个单词不一定都有以上各项内容。

其他功能有:

注:

普通查询,会先在本地数据库查找,若数据库中没有才从网页查找。

部分用户的s命令被其他程序使用,可将iSearch目录下相应文件alias为其他名字。


安装与设置

pip install iSearch

==============================

命令是s

初次使用,请先查一个单词,比如s hello,以创建配置目录和数据库。

日志文件和数据库文件默认在~/.iSearch目录下。

Update: 支持 Python2/3 (2017.3.18)

Update: 查询后会自动提示是否存入本地 (2017.9.28)

==============================

使用方法

usage: s [-h] [-f FILE] [-a ADD [ADD ...]] [-d DELETE [DELETE ...]] [-s SET] [-v] [-o] [-p PRIORITY] [-t TIME] [-l LETTER] [-c COUNT] [word [word ...]]

参数说明:

无额外参数 直接查词

-f --file 从文本文件添加单词列表到数据库

-a --add 添加单词

-d --delete 删除单词

-p --priority 根据优先级列出单词

-t --time 列出最近加入的 n 个单词

-l --catalog 列出 A-Z 开头的单词目录

-s --set 设置单词的优先级

-v --verbose 查看详细信息

-o -output 输出模式


直接查询

s sun

sun 不在数据库中,从有道词典查询
sun /sʌn/

N-SING The sun is the ball of fire in the sky that the Earth goes around, and that gives us heat and light. 太阳 

例:The sun was now high in the southern sky. 太阳当时正高挂在南面天空上。 

例:The sun came out, briefly. 太阳出来了,时间很短。 

2. N-UNCOUNT You refer to the light and heat that reach us from the sun as the sun . 阳光 

例:Dena took them into the courtyard to sit in the sun. 德娜把他们带到院子里坐在阳光下。

 [词组] 

in the sun 在阳光下,无忧无虑

under the sun 天下;究竟

with the sun 朝着太阳转动的方向,顺时针方向

sun yat-sen n. 孙逸仙

see the sun 活着;出生;发现太阳的耀眼

setting sun 落日;斜阳

morning sun 朝阳

...

 [同近义词] 

n. [天]太阳

sonne

vi. [天]晒太阳

bask

从文本文件添加单词到数据库

s -f [文件绝对路径]


下面输入 default 默认为配置目录下的 word_list.txt 文件

s -f default 

逐个添加单词到数据库 (默认优先级为 1 )

s -a sun

sun has been inserted into database

从数据库中删除

s -d [单词]

sun has been deleted from database

设置优先级 ( 1 到 5 )

s -s 3 sun

the priority of sun has been reset to 3

根据优先级( 1 到 5 )列出单词

# 非 verbose 模式, 只输出优先级和单词
# -v --verbose 模式, 输出详细意思 

# 非 output 模式, 命令行多色
# -o --output 模式, 非多色输出, 可以重定向到文件

# 列出优先级为 1 的单词
s -p 1

# 列出优先级大于 2 的单词
s -p 2+

# 列出优先级为 2-3 的单词
s -p 2-3

列出最近添加的 N 个单词

# 非 verbose 模式, 只输出优先级和单词
# -v --verbose 模式, 输出详细意思

# 非 output 模式, 命令行多色
# -o --output 模式, 非多色输出, 可以重定向到文件

s -t 10

列出以 A-Z 开头的所有单词

# 非 verbose 模式, 只输出优先级和单词
# -v --verbose 模式, 输出详细意思

# 非 output 模式, 命令行多色
# -o --output 模式, 非多色输出, 可以重定向到文件

s -l a

计数

#  列出以 a 字母开头的单词数目
s -c a

#  列出优先级为 3 的单词数目
s -c 3

#  列出优先级大于 3 的单词数目
s -c 3+

#  列出优先级为 2-3 的单词数目
s -c 2-3

#  列出全部单词数目
s -c all

LICENSE

MIT

2030 次点击
所在节点    分享创造
4 条回复
MemoryCorner
2017-10-27 13:52:10 +08:00
mingyun
2017-10-27 23:11:11 +08:00
报错了 win7 py3
s sun
print
print(colored(line, 'white', 'on_green') + '\n')
UnicodeEncodeError: 'gbk' codec can't encode character '\u028c' in position 16:
illegal multibyte sequence
MemoryCorner
2017-10-27 23:28:34 +08:00
哦哦,忘说了这颜色高亮的库不支持 Windows... 不过我那里有个 fork 版的好像支持 Windows,在这里 https://github.com/fpcsong/iSearch
GromHellscream
2017-10-28 02:32:53 +08:00
先 star 为敬

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/401219

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX