Skip to content

Commit

Permalink
feat(tools): add emojis search script to raycast
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Aug 10, 2021
1 parent 76ef9da commit f48b6c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure/raycast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ENABLE_SCRIPTS_FOLDER_SRC="$SCRIPT_COMMANDS_FOLDER"/commands

scripts=(
browsing/shorten-url.sh
communication/emojis/emojis-search.sh
developer-utils/base64-decode-input.sh
developer-utils/base64-encode-input.sh
developer-utils/prettify-json.sh
Expand Down
9 changes: 8 additions & 1 deletion tools/npm-global-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ install() {
# Install
npm install --global fkill-cli

success "'fkill' installed."
success "'fkill' installed."

info "Installing npm tool 'emoj'"

# Install
npm install --global emoj

success "'emoj' installed."
}

execute() {
Expand Down

0 comments on commit f48b6c3

Please sign in to comment.