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
|
npm install -g pa11y
|
||||||
echo "Installing moro, a productivity CLI tool"
|
echo "Installing moro, a productivity CLI tool"
|
||||||
npm install -g moro
|
npm install -g moro
|
||||||
|
echo "Install wiki cli tool"
|
||||||
|
npm install -g wikit
|
||||||
|
|
||||||
git clone https://github.com/sherlock-project/sherlock.git ~/Code/sherlock
|
git clone https://github.com/sherlock-project/sherlock.git ~/Code/sherlock
|
||||||
cd sherlock || exit
|
cd sherlock || exit
|
||||||
|
@ -81,6 +81,8 @@ alias dups='file_dups'
|
|||||||
alias pairs='file_getpairs'
|
alias pairs='file_getpairs'
|
||||||
alias words='file_getwords'
|
alias words='file_getwords'
|
||||||
alias fd="\fd"
|
alias fd="\fd"
|
||||||
|
alias wiki='wikit'
|
||||||
|
alias dico='dict'
|
||||||
|
|
||||||
# Events
|
# Events
|
||||||
alias agenda='calendar'
|
alias agenda='calendar'
|
||||||
|
Loading…
Reference in New Issue
Block a user