Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks.

NotificationsYou must be signed in to change notification settings

bchao1/vocabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation



📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks.


Setting Up

$ pip install vocabs

Features

📆 Word of the Day!

📈 Trending words!

❓ Directly query words from the command line.

📓 Save words to your local dictionary.

📝 Add notes to saved words.

🎮 Interactive word game to hone your vocabulary skills.

So how is this different fromdict ?

dict is the client for DICT, or the Dictionary Server Protocol on Unix-like platforms. It is used to query natural language dictionaries without firing up a bloaty browser, which tremendously slows down your workflow.

Vocab aims to do the same asdict, only with some differences:

  • Less verbose result (sinceVocab only uses one source).
  • Can save words to local client dictionary pickle file.
  • Can add notes to a saved word.
  • Includes a interactive word-quiz feature.
  • With colors 🎨!

All in all,Vocab is a great tool for fast word queries with easy-to-read definitions, and a good support for ESL users.

Requirements

and the following libraries are required.

Running

🔥 Launchvocab anywhere on your terminal.

$ vocab

Usage

$ vocabOptions:    --mode, -m ['query', 'edit', 'dict', 'interactive']    --file, -f <path to word list>    --reset, -r    --count, -c    --lucky, -l    --trend, t

Feeling Lucky

📆 Word of the Day.

$ vocab -l

Trending Words

📈 Shows a list of frequently searched words.

$ vocab -t

Query Mode

❓ Directly search and save unknown wordsfrom the command line.

$ vocab -m query

Dictionary Mode

📓 Scroll though pages to search for saved words.

$ vocab -m dict

Edit mode

✏️ Edit your save words and add notes.

$ vocab -m edit

Interactive Mode

🎮 Test your vocabulary skills with the interactive mode.

$ vocab -m interactive

Load Word List

📜 Load a list of words from to your local dictionary.

$ vocab -f <path to file>

Count Total Words

🔢 Count number of words saved in your local dictionary.

$ vocab -c

Reset Local Dictionary

$ vocab -r

Help

$ vocab -h

Todo

  • Synonyms / Antonyms.

About

📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp