# Command-line_Bing_Dictionary **Repository Path**: jscloud/Command-line_Bing_Dictionary ## Basic Information - **Project Name**: Command-line_Bing_Dictionary - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-24 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Command-line_Bing_Dictionary A command-line Bing dictionary running on Linux. # Screenshot ![image](https://gitee.com/jscloud/Command-line_Bing_Dictionary/raw/master/Screenshot.png) # Installation ## Install the Dependencies Install mono and mplayer. In Debian/Ubuntu and their derivatives, you can type the following commands. ``` sudo apt-get install mono-complete sudo apt-get install mplayer ``` ## Get the Source Files and Execute the Program ``` git clone https://gitee.com/jscloud/Command-line_Bing_Dictionary.git cd ./Command-line_Bing_Dictionary/BingDict/BingDict/bin/Release mono BingDict.exe ``` # How to Use It Type any word you want in the terminal, then you will get the result. You may input the following commands to use some useful functions: - -a: Play the American pronunciation if available - -b: Play the British pronunciation if available - -q: Quit the program. You may also type Ctrl+D to do the same thing. # License MIT X11 License