add wikit, wikipedia cli tool

This commit is contained in:
MorganGeek 2020-07-08 14:17:14 +02:00
parent 784d8977d2
commit 0b1a075290
2 changed files with 4 additions and 0 deletions

View File

@ -218,6 +218,8 @@ echo "Installing pa11y tool for local webpage accessibility analysis"
npm install -g pa11y
echo "Installing moro, a productivity CLI tool"
npm install -g moro
echo "Install wiki cli tool"
npm install -g wikit
git clone https://github.com/sherlock-project/sherlock.git ~/Code/sherlock
cd sherlock || exit

View File

@ -81,6 +81,8 @@ alias dups='file_dups'
alias pairs='file_getpairs'
alias words='file_getwords'
alias fd="\fd"
alias wiki='wikit'
alias dico='dict'
# Events
alias agenda='calendar'