Skip to content

Using API to create easy access to a dictionary from terminal/shell in Linux

Notifications You must be signed in to change notification settings

aragon07/LinuxDictionary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinuxDictionary

Using API to create easy access to a dictionary from terminal/shell in Linux

  1. Open dict.sh
  2. Change the path in the file with the path of your python file
  3. Add export set PATH=$PATH:/yourpath in the end of your .bashrc file (in home directory) replacing yourpath by the path to your directory where dict.sh lies
  4. Add alias dict='dict.sh' in the end of your .bashrc file
  5. make dict.sh executable by typing chmod u+x dict.sh
  6. Type dict yourword and results will be printed

Edit: if this doesn't work, write ./dict.sh instead of dict.sh in alias in point 4. Something like this 4. Add alias dict='./dict.sh' in the end of your .bashrc file

About

Using API to create easy access to a dictionary from terminal/shell in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.9%
  • Shell 4.1%