PyHackerNews icon indicating copy to clipboard operation
PyHackerNews copied to clipboard

Hacker News written in Python

Results 1 PyHackerNews issues
Sort by recently updated
recently updated
newest added

``` vim src/pyhn/settings/local.py python src/manage.py syncdb --noinput python src/manage.py collectstatic --noinput ``` 后两行命令会被输入到 vim 中