Skip to content

Commit

Permalink
Merge pull request #1 from gautamkrishnar/master
Browse files Browse the repository at this point in the history
pull
  • Loading branch information
sk364 authored Nov 14, 2017
2 parents 8a95f48 + e0dd582 commit 9eb48d3
Show file tree
Hide file tree
Showing 4 changed files with 623 additions and 423 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ python:
- nightly
install: sudo pip install -r requirements.txt
script:
- sudo python setup.py sdist
- sudo python setup.py install
- socli
- socli for loop in java
- socli unit test in java
- socli --help
- socli -u 22656
- python --version
deploy:
provider: pypi
user: gautamkrishnar
Expand Down
34 changes: 34 additions & 0 deletions Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem 1.0
PortGroup github 1.0


github.setup gautamkrishnar socli 3.6
github.tarball_from releases


categories sysutils
platforms darwin
license BSD-3

maintainers gmail.com:r.gautamkrishna

description Stack Overflow CLI
long_description Stack Overflow command line written in python. \
Using SoCLI you can search and browse Stack Overflow \
without leaving the terminal


homepage http://www.github.com/gautamkrishnar/socli

checksums rmd160 f23f3bc03c722fe8eb45482bdb490b6f07971ae7
sha256 abf585ab347d8087870312f181c49f3b7f4a17084bd611adeadb03a6a063af41

depends_lib port:py-beautifulsoup4 \
port:py-colorama \
port:py-urwid \
port:py-requests \
lib:py-stackexchange
use_zip yes
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SoCLI [![PyPI version](https://badge.fury.io/py/socli.svg)](https://badge.fury.io/py/socli) [![Build Status](https://travis-ci.org/gautamkrishnar/socli.svg?branch=master)](https://travis-ci.org/gautamkrishnar/socli) [![Collaborizm](https://img.shields.io/badge/Collaborizm-Join%20Project-brightgreen.svg)](https://www.collaborizm.com/project/S1cbUui6)
Stack Overflow command line written in python. Using SoCLI you can search and browse Stack Overflow without leaving the terminal. Just use the **socli** command:


![SoCLI in action](https://cloud.githubusercontent.com/assets/8397274/24831468/86c290aa-1cb7-11e7-8161-2665d0c02e4b.gif)

### Installation
Expand Down Expand Up @@ -152,7 +153,7 @@ If you are willing to contribute to SoCLI project, you are awesome! Just follow
3. Switch to the directory: `cd socli`
4. Create your new branch: `git checkout -b feature name`
5. Make necessary changes to this source code
5. Make necessary changes to the source code
6. Add changes to git index by using `git add --all .`
7. Commit your changes: `git commit -am 'Added new feature'`
8. Push to the branch: `git push`
Expand Down
Loading

0 comments on commit 9eb48d3

Please sign in to comment.