Simple application that provides keyboard-inspired web-browser custom tab prettified with lovely pokemons
Once all requirements is installed you need to do following:
- Create
common-lispdirectory in your home
mkdir common-lisp- Clone this repository in previously created directory
git clone https://github.com/BotNikos/PokeTab- Build and run the application
make
./poke-tab -p 8888 -d custom-tab.dbAfter all this steps you can go to page http://localhost:8888 in your browser and see results:
User-input prompt can execute queries that match the scheme below (also can be seen on the page itself):

This scheme means that you can use following commands:
- new item/category - to create an item or a category
- delete item/category - to delete an item or a category
- s - to search your search-query string via google
- o - to open direct-link directly
- t - to change color theme
- item-name - name of some previously saved item in a category, which opens link attached to that item
Note: All nodes that have dash in their name are variables in prompt
If you are common-lisp fan or maybe you like this project or you found some mistake that keeps you awake at nights then you are welcome to contribute your ideas and fixes
- https://github.com/Tressley/_traichu
- https://github.com/excalith/excalith-start-page
- https://github.com/msikma/pokesprite
The sprite images are © Nintendo/Creatures Inc./GAME FREAK Inc. Everything else, and the programming code, is governed by the MIT license.
