Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmartin/csq
Computing quotes on the command line
https://github.com/ekmartin/csq
Last synced: 5 days ago
JSON representation
Computing quotes on the command line
- Host: GitHub
- URL: https://github.com/ekmartin/csq
- Owner: ekmartin
- License: gpl-3.0
- Created: 2015-11-26T21:29:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T21:44:12.000Z (almost 9 years ago)
- Last Synced: 2023-08-06T12:42:57.676Z (over 1 year ago)
- Language: Python
- Homepage: https://github.com/lwm/csq
- Size: 413 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
csq: computing quotes on the command line
=========================================.. image:: https://travis-ci.org/lwm/csq.svg
:target: https://travis-ci.org/lwm/csq.. image:: https://badge.fury.io/py/csq.svg
:target: https://badge.fury.io/py/csq.. image:: https://landscape.io/github/lwm/csq/master/landscape.svg?style=flat
:target: https://landscape.io/github/lwm/csq/master
:alt: Code HealthIntroduction
------------If you're feeling bereft of inspiration, hook this tiny CLI tool into
your work flow and start feeling smarter instantly! Over 30 amazing
humans in computing with ~1000 quotes... figure:: https://i.imgur.com/lAeN8vy.gif
:alt: GIFInstallation
------------Using `pip `__, it's as
simple as:::
pip install csq
Usage
-----::
csq quote
csq -h
csq -vRecommendations
---------------You can add this to a ``.bashrc``, ``.zshrc``, or even drop it into a
``post-commit`` in your ``.git/hooks/`` folder.Compatibility
-------------This tool has been tested to run with ``python 2.7`` and ``python 3.4``.
Contributing
------------More quotes will be added as I find them. However, if you feel that
there are some missing quotes (which there definitely are!), *please*
feel free to `make a pull request `__,
you can find the current list of quotes
`here `__.You will need the ``2.7`` and ``3.4`` interpreters installed to run the tests with
`tox `__.::
git clone https://github.com//csq
cd csq && mkvirtualenv csq-dev
pip install -r requirements.txt
pip install -e . # install csq locally
tox # run the testsIt has been highlighted to me that this has some potential for a
`QOTD `__ service. So, that will
be a nice way to extend ``csq``.Contact
-------Please see my `personal website `__.
License
-------Please see `LICENSE.txt `__