A repository of over 1000 quality jQuery plugins

jQuery Bashoneliners

Bashoneliners is a jQuery Search plugin.

Created by Janosgyerik

A collection of practical or just pure awesome bash one-liners or shell script tips and tricks for GNU Linux, UNIX or BSD systems. Open, collaborative system, user friendly, with functions to contribute one-liners, request one-liners, search, rss feed, commenting, Open ID login. Open-source project, using Django, Python, jQuery, HTML5, Bootstrap from Twitter.

Not what you're looking for? Click here to view more Search jQuery plugins

Setup

  1. Install required python modules

    pip install -r requirements.txt
  2. Create database (sqlite3), and admin account

    python manage.py syncdb
  3. Start local website on localhost:8000

    python manage.py runserver

Local Settings

To override the default settings.py file in production, create a local_settings file and pass it to manage.py with the --settings flag like this:

python manage.py syncdb --noinput --settings=bashoneliners.local_settings


You might also like these other Search jQuery Plugins

  • jquery-githubfinder

    Github profile finder using jQuery and Ajax

  • mark.js

    A text highlighter to highlight search terms or custom regular expressions. Includes options for every use case and was built […]

  • Jets.js

    Native CSS search engine

License:

Copyright (c) Bash One-Liners Team and individual contributors.