Skip to content

BotNikos/PokeTab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poke-tab

Simple application that provides keyboard-inspired web-browser custom tab prettified with lovely pokemons

Getting started

Requirements

Installation

Once all requirements is installed you need to do following:

  • Create common-lisp directory 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.db

After all this steps you can go to page http://localhost:8888 in your browser and see results:

./readme/screenshot.png

Quick guide

User-input prompt can execute queries that match the scheme below (also can be seen on the page itself): ./resources/quick-guide-ebnf.png

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

Contribution

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

Inspired by

  1. https://github.com/Tressley/_traichu
  2. https://github.com/excalith/excalith-start-page
  3. https://github.com/msikma/pokesprite

License

The sprite images are © Nintendo/Creatures Inc./GAME FREAK Inc. Everything else, and the programming code, is governed by the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published