Scottylol is an exciting search tool for CMU. It is ScottyLabs' implementation of Facebook's internal bunnylol search tool.
- Navigate to search engine settings on your browser
- Add a new search engine called
scottylol
and set the url tohttps://scotty.lol/search?q=%s
- Make
scottylol
your default search engine - Type
token query
in your browser's search bar to see the power ofscottylol
. For example,course 15251
will search our course tool for 15251! - See below for how to add more useful commands to
scottylol
:)
- Designed for users accustomed to using Google search from search bar. Redirects to Google search if search terms do not match a scotty.lol command.
- To set up, follow the above instructions, but use the following URL for the search engine:
https://scotty.lol/noob?q=%s
npm run build
npm start
npm run dev
Create a new YAML file in the commands/
directory with the following syntax
name: Command Name
description: Command Description
author: Your AndrewID
matches:
- command
- comm
- c
home: https://google.com
searchUrl: https://google.com/search?q=
If you are not in ScottyLabs, please submit an issue to request a new command.