add wikit, wikipedia cli tool
This commit is contained in:
parent
784d8977d2
commit
0b1a075290
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user